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

{
    "count": 10253,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=10000",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=9800",
    "results": [
        {
            "ob_id": 44322,
            "uuid": "fe998c05ca854715b48bac53dc0e9998",
            "title": "Daily Mean, Minimum and Maximum Central England Temperature (HadCET) series v2.1.0.0",
            "abstract": "The Central England Temperature (HadCET) daily series start in 1772 for mean temperature and 1878 for minimum and maximum temperature.\r\n \r\nThese historical temperature series are representative of the Midlands region in England, UK (a roughly triangular area of the United Kingdom enclosed by Bristol, Lancashire and London).\r\n \r\nPrior to 1973, the daily mean temperature series is anchored to the mean temperature series constructed by Gordon Manley, with the daily minimum and maximum temperature series adjusted to the mean temperature series to ensure values are consistent.\r\n \r\nAlthough the station selection has changed through time, the series is homogenised and adjusted to ensure consistency with Manley's selection and for periods when only a single station value was used.\r\n \r\nStations used in the construction of the CET daily series between 1772 and 1852 include: Kennington, Crane Court, Lyndon Hall, Syon House, Somerset House, Greenwich Observatory, Chiswick\r\n \r\nStations used in the construction of the CET daily series from 1853 onwards include: Radcliffe (Oxford), Cambridge (legacy), Ross-on-Wye, Rothamsted, Malvern, Stonyhurst, Ringway, Squires Gate, Pershore College\r\n \r\nThe current station selection used is Rothamsted, Stonyhurst and Pershore College.\r\n \r\nFor more information on the change in station selection, please refer to the papers supplied with the data collection.\r\n \r\nThe dataset is compiled by the Met Office Hadley Centre.\r\n\r\nLatest provisional release data are available via the Hadley Centre Observations website (https://www.metoffice.gov.uk/hadobs/hadcet/data/download.html).\r\n\r\nThe version controlled CET series is updated annually (February-March), with the previous complete year’s values refreshed to ensure that data acquisition and quality control procedures have been completed and ensure the most accurate station temperature values are used. Each version of the dataset will include data up until the end of the previous complete year and an incremental version number will be updated.\r\n\r\nThe CET datasets employ the following version control protocol: \r\n\r\nVersion Vx.y.z.a:\r\n• x – major changes – e.g. change in scientific methodology\r\n• y – minor changes – e.g. small bug fixes or updates to diagnostics pages\r\n• z – incremental changes\r\n• a – reserved for use internally\r\n\r\nThe standard annual release cycle of CET will constitute an incremental release (z). However, if more substantial\r\nchanges have been made to the codebase, scientific methodology or source data values, then this may warrant a minor (y) or major (x) version release. (Note, these are applied to a cohort of datasets together - i.e. apply to the seasonal, monthly, daily and adjustment datasets as a coordinated version release).\r\n\r\nThis new version of the datasets supersedes the previous version.",
            "keywords": "HadCET, temperature, Hadley, Met Office",
            "publicationState": "citable",
            "dataPublishedTime": "2025-06-05T11:16:56",
            "doiPublishedTime": "2025-06-05T11:17:31.288750",
            "updateFrequency": "notPlanned",
            "status": "final",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44327/?format=api",
                "dataPath": "/badc/ukmo-cet/data/v2.1.0.0/daily/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3105068,
                "numberOfFiles": 4,
                "fileFormat": "Data are BADC-CSV formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12409/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76040/?format=api"
            ],
            "dataLineage": "The HadCET dataset is produced by the Met Office Hadley Centre and frequently updated on the Hadley Centre observations datasets webpage. This is a finalised version of the dataset that has been delivered by the Met Office Hadley Centre for long-term archiving at the NERC EDS Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13410/?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/43588/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212027/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/43874/?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": 44323,
            "uuid": "ca43505702fa4eeeba4b65f1ce2c1e6a",
            "title": "Seasonal Mean, Minimum and Maximum Central England Temperature (HadCET) series v2.1.0.0",
            "abstract": "The Central England Temperature (HadCET) seasonal series starts in 1659 for mean temperature and 1878 for minimum and maximum temperature.\r\n\r\nThese historical temperature series are representative of the Midlands region in England, UK (a roughly triangular area of the United Kingdom enclosed by Bristol, Lancashire and London).\r\n \r\nThe seasonal temperature series are derived as the mean of the monthly temperature series values.\r\n\r\nStations used in the construction of the CET daily series between 1772 and 1852 include: Kennington, Crane Court, Lyndon Hall, Syon House, Somerset House, Greenwich Observatory, Chiswick\r\n \r\nStations used in the construction of the CET daily series from 1853 onwards include: Radcliffe (Oxford), Cambridge (legacy), Ross-on-Wye, Rothamsted, Malvern, Stonyhurst, Ringway, Squires Gate, Pershore College\r\n \r\nThe current station selection used is Rothamsted, Stonyhurst and Pershore College.\r\n \r\nThe dataset is compiled by the Met Office Hadley Centre.\r\n\r\nLatest provisional release data are available via the Hadley Centre Observations website (https://www.metoffice.gov.uk/hadobs/hadcet/data/download.html).\r\n\r\nThe version controlled CET series is updated annually (February-March), with the previous complete year’s values refreshed to ensure that data acquisition and quality control procedures have been completed and ensure the most accurate station temperature values are used. Each version of the dataset will include data up until the end of the previous complete year and an incremental version number will be updated.\r\n\r\nThe CET datasets employ the following version control protocol: \r\n\r\nVersion Vx.y.z.a:\r\n• x – major changes – e.g. change in scientific methodology\r\n• y – minor changes – e.g. small bug fixes or updates to diagnostics pages\r\n• z – incremental changes\r\n• a – reserved for use internally\r\n\r\nThe standard annual release cycle of CET will constitute an incremental release (z). However, if more substantial\r\nchanges have been made to the codebase, scientific methodology or source data values, then this may warrant a minor (y) or major (x) version release. (Note, these are applied to a cohort of datasets together - i.e. apply to the seasonal, monthly, daily and adjustment datasets as a coordinated version release).\r\n\r\nThis new version of the datasets supersedes the previous version.",
            "keywords": "HadCET, temperature, Hadley, Met Office",
            "publicationState": "citable",
            "dataPublishedTime": "2025-06-05T10:52:03",
            "doiPublishedTime": "2025-06-05T10:52:07.454968",
            "updateFrequency": "notPlanned",
            "status": "final",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44324/?format=api",
                "dataPath": "/badc/ukmo-cet/data/v2.1.0.0/seasonal/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 74886,
                "numberOfFiles": 7,
                "fileFormat": "Data are BADC-CSV formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12412/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76341/?format=api"
            ],
            "dataLineage": "The HadCET dataset is produced by the Met Office Hadley Centre and frequently updated on the Hadley Centre observations datasets webpage. This is a finalised version of the dataset that has been delivered by the Met Office Hadley Centre for long-term archiving at the NERC EDS Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13400/?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/43588/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212035/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212036/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212031/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/43874/?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": 44330,
            "uuid": "ebe60d6b1128424aa7caed45a45c585f",
            "title": "JNCC Sentinel-2 indices Analysis Ready Data (ARD) Normalised Burn Ratio (NBR) v2",
            "abstract": "NBR enables identification of burned areas and can also provide an indication of burn severity. It is calculated as the ratio between the near-infrared (NIR) and short-wave infrared (SWIR) bands, with lower values indicating burned areas. Burn severity can be assessed by subtracting post-fire NBR from pre-fire NBR.\r\n\r\nNBR = (NIR – SWIR) / (NIR + SWIR)\r\n\r\nSentinel-2 NBR (Defra/JNCC ARD bands) = (B07 - B10) / (B07 + B10)\r\n\r\nEquivalent Sentinel-2 bands: B08, B12\r\n\r\nData are provided in EPSG: 27700 OSGB36 / British National Grid, with a pixel size of 10m, and data is pixel-aligned to the source ARD file. No-data pixels are set to a value of -9999.\r\n\r\nThese data have been created by the Joint Nature Conservation Committee (JNCC) as part of the “Earth observation-based habitat change detection” project. This project is funded by the Department for Environment, Food and Rural Affairs (Defra) as part of the Natural Capital and Ecosystem Assessment (NCEA) programme. The project seeks to facilitate the effective uptake and use of Earth Observation data by producing data and tools for investigating and detecting parcel-level change in habitats and habitat condition. \r\n\r\nThe dataset contains NDVI, NDMI, NDWI, NBR and EVI2 indices derived from Defra and JNCC Sentinel-2 ARD. Index files have been generated for Sentinel-2 granules covering England and Scotland for the period from 2015 to 2025. Note that new unmasked index files (v2) have superseded the previous masked index files (v1). Masked files will no longer be produced. Users can mask the new index files if required using the cloud and topographic shadow masks provided with the ARD, or masks of their choice. \r\n\r\nContains modified Copernicus Sentinel data 2015-2025",
            "keywords": "JNCC, ARD, NBR, Sentinel 2, EO indices, Analysis Ready Data, Sentinel, Normalised Burn Ratio, NCEA",
            "publicationState": "published",
            "dataPublishedTime": "2025-07-09T07:24:45",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44331/?format=api",
                "dataPath": "/neodc/sentinel_ard/products/indices/sentinel_2/nbr/v2/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 16961895534736,
                "numberOfFiles": 60829,
                "fileFormat": "These data are provided in Cloud Optimized GeoTIFF (COG) format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12396/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4785/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Contains modified Copernicus Sentinel data 2015-2025.\r\nData were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13394/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44948/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212054/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212056/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212060/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/44332/?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": 44334,
            "uuid": "4122d70648354bd9ac7eef525c829d02",
            "title": "JNCC Sentinel-2 indices Analysis Ready Data (ARD) Normalised Difference Moisture Index (NDMI) v2",
            "abstract": "NDMI can be used to assess vegetation moisture content, and is calculated as the ratio between the near-infrared (NIR) and short-wave infrared (SWIR) bands. It is commonly used to assess water stress in plants. Positive values tend to correspond to vegetated surfaces, with the value increasing towards 1 as moisture content and vegetation density increase.\r\n\r\nNDMI = (NIR – SWIR) / (NIR + SWIR)\r\n\r\nSentinel-2 NDMI (Defra/JNCC ARD bands) = (B07 – B09) / (B07 + B09)\r\n\r\nEquivalent ESA Sentinel-2 bands: B08, B11\r\n\r\nData are provided in EPSG: 27700 OSGB36 / British National Grid, with a pixel size of 10m, and data is pixel-aligned to the source ARD file. No-data pixels are set to a value of -9999.\r\n\r\nThese data have been created by the Joint Nature Conservation Committee (JNCC) as part of the “Earth observation-based habitat change detection” project. This project is funded by the Department for Environment, Food and Rural Affairs (Defra) as part of the Natural Capital and Ecosystem Assessment (NCEA) programme. The project seeks to facilitate the effective uptake and use of Earth Observation data by producing data and tools for investigating and detecting parcel-level change in habitats and habitat condition. \r\n\r\nThe dataset contains NDVI, NDMI, NDWI, NBR and EVI2 indices derived from Defra and JNCC Sentinel-2 ARD. Index files have been generated for Sentinel-2 granules covering England and Scotland for the period from 2015 to 2025. Note that new unmasked index files (v2) have superseded the previous masked index files (v1). Masked files will no longer be produced. Users can mask the new index files if required using the cloud and topographic shadow masks provided with the ARD, or masks of their choice. \r\n\r\nContains modified Copernicus Sentinel data 2015-2025",
            "keywords": "JNCC, ARD, NDMI, Sentinel 2, EO indices, Analysis Ready Data, Sentinel, Normalised Difference Moisture Index, NCEA",
            "publicationState": "published",
            "dataPublishedTime": "2025-07-09T07:24:59",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44335/?format=api",
                "dataPath": "/neodc/sentinel_ard/products/indices/sentinel_2/ndmi/v2/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 16681688929983,
                "numberOfFiles": 60828,
                "fileFormat": "These data are provided in Cloud Optimized GeoTIFF (COG) format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12398/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4785/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).\r\nContains modified Copernicus Sentinel data 2015-2025",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13395/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44948/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212070/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/44336/?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": 44338,
            "uuid": "9ae429e3026f4903a338f6baa0a11035",
            "title": "JNCC Sentinel-2 indices Analysis Ready Data (ARD) Normalised Difference Water Index (NDWI) v2",
            "abstract": "NDWI is used to identify water bodies and detect changes in their extent. It is calculated as the ratio of the green and near-infrared (NIR) bands.  Positive index values generally indicate the presence of water, with higher values corresponding to water bodies.\r\n\r\nNDWI = (GREEN – NIR) / (GREEN + NIR)\r\n\r\nSentinel-2 NDWI (Defra/JNCC ARD bands) = (B02 – B07) / (B02 + B07)\r\n\r\nEquivalent ESA Sentinel-2 bands: B03, B08\r\n\r\nData are provided in EPSG: 27700 OSGB36 / British National Grid, with a pixel size of 10m, and data is pixel-aligned to the source ARD file. No-data pixels are set to a value of -9999.\r\n\r\nThese data have been created by the Joint Nature Conservation Committee (JNCC) as part of the “Earth observation-based habitat change detection” project. This project is funded by the Department for Environment, Food and Rural Affairs (Defra) as part of the Natural Capital and Ecosystem Assessment (NCEA) programme. The project seeks to facilitate the effective uptake and use of Earth Observation data by producing data and tools for investigating and detecting parcel-level change in habitats and habitat condition. \r\n\r\nThe dataset contains NDVI, NDMI, NDWI, NBR and EVI2 indices derived from Defra and JNCC Sentinel-2 ARD. Index files have been generated for Sentinel-2 granules covering England and Scotland for the period from 2015 to 2025. Note that new unmasked index files (v2) have superseded the previous masked index files (v1). Masked files will no longer be produced. Users can mask the new index files if required using the cloud and topographic shadow masks provided with the ARD, or masks of their choice. \r\n\r\nContains modified Copernicus Sentinel data 2015-2025",
            "keywords": "JNCC, ARD, NDWI, Sentinel 2, EO indices, Analysis Ready Data, Sentinel, Normalised Difference Water Index, NCEA",
            "publicationState": "published",
            "dataPublishedTime": "2025-07-09T07:25:42",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44339/?format=api",
                "dataPath": "/neodc/sentinel_ard/products/indices/sentinel_2/ndwi/v2/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 16204585278099,
                "numberOfFiles": 60828,
                "fileFormat": "These data are provided in Cloud Optimized GeoTIFF (COG) format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12397/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4785/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).\r\nContains modified Copernicus Sentinel data 2015-2025",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13396/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44948/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212077/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212080/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/44340/?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": 44343,
            "uuid": "382aa4c3c6b2417fa80261e124a5f116",
            "title": "3D ocean bottom node seismic data across the 13°30'N Oceanic Core Complex and the Semenov Hydrothermal Field region of the Mid-Atlantic Ridge (JC254, 2023).",
            "abstract": "The dataset contains 3D wide-angle seismic data from 18 ocean bottom nodes (OBXs) collected during RRS James Cook cruise JC254 in November 2023. The data were acquired at the 1330 Oceanic Core Complex (OCC) and the Semenov Hydrothermal Field region of the Mid-Atlantic Ridge at 13°30'N, and were shot in six sequences (SEM4A to SEM4F), along 15 profiles in total. Two GI-guns were used as seismic sources, each with a total volume of 355 cubic inches (250 cu. inch generator, 105 cu. inch injector chamber. The data were recorded at a sampling rate of 2000 Hz, with a shot interval of 20 s at a ship speed of 4 knots, resulting in shot interval of ~30 m, with no stop during profile turns. The data are provided in raw SEGY format, cut into four components (three geophone channels and one hydrophone channel). This dataset was collected to derive a seismic velocity structure of the 13°30'N OCC. The aim was to investigate the crustal or mantle lithologies in the 13°30'N OCC and to understand the interplay between tectonic faulting, magmatism, alteration and hydrothermal circulation at the ultramafic-hosted hydrothermal systems along slow-spreading ridges. The data were collected as part of a NERC-funded strategic research project called 'Ultramafic-hosted mineral Resource Assessment (ULTRA)', grant reference NE/S004068/1. The data were processed and interpreted as part of a PhD studentship hosted by the University of Southampton, awarded to Szu-Ying Lai, and funded by Equinor A.S, Norway.",
            "keywords": "",
            "publicationState": "citable",
            "dataPublishedTime": "2025-05-27T18:05:24",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "final",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44342/?format=api",
                "dataPath": "/bodc/deposits02/uso250859",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 68248058190,
                "numberOfFiles": 435,
                "fileFormat": ".segy, .jpg, .txt"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12399/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4786/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The data are archived on the British Oceanographic Data Centre (BODC)'s space at the Centre for Environmental Data Analysis (CEDA) and assigned a DOI. No quality control procedures were applied by BODC.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13397/?format=api"
            ],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212096/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 44345,
            "uuid": "f61458fc1bfa4d3982b34b702eb96689",
            "title": "Terrestrial LiDAR data for the multi-trophic impact of ash dieback project, Wytham Woods, July 2020 - July 2022",
            "abstract": "This dataset is comprised of raw data and rotation matrices captured with the NERC-funded Terrestrial Laser Scanner (TLS) instrument. Data was collected across 15 plots in Wytham Woods, UK, in leaf-on and -off conditions for 3 years. For 5 of the plots all ash trees were girdled to simulate death by the fungal pathogen Hymenoscyphus fraxineus ('ash dieback'), 5 of the plots were 'ash-control' where the dominant species were Fraxinus excelsior and the remaining 5 plots were non-ash dominant.\r\n\r\nTLS data was acquired on the four edges of the plot and the plot centre. For the summer 2020 and winter 2021 acquisitions the scanner was mounted on a pneumatic mast to capture data from different heights (2 m, 4 m, and 6 m), from summer 2021 onwards the scanner was mounted at a height of 2 m. The scanner was set to an angular step of 0.04 degrees.  In between each scan position a set of retro-reflective targets were positioned to be used as tie-points between scans. Scan data was coregistered using RiSCAN Pro, the 4x4 rotation transformation matrices to transform the point cloud data into a common reference coordinate system can be found in the \"matrix\" directory, all acquistions for the same plot were registered to the same coordinate system. For more information on TLS acquisition for this project see Wilkes et al. (2021) and more generally refer to Wilkes et al. (2017) which can be found in the documentation section.",
            "keywords": "Terrestrial Laser Scanning, Trees, LiDAR",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-03T08:00:30",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44344/?format=api",
                "dataPath": "/neodc/tls/data/raw/uk/WHY/multitrophic_wytham",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 215835327818,
                "numberOfFiles": 6909,
                "fileFormat": "Point cloud data in RIEGL proprietry .rxp format, image data in .jpg format and matrix data in text file."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12400/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4787/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were produced by the UCL project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44347/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30128/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212113/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44346/?format=api",
            "procedureCompositeProcess": null,
            "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": 44348,
            "uuid": "f244267a4b4f4edcb87e248a27214ca3",
            "title": "European Atlantic Offshore Wave Spectral Climatology under Historical and Future Climate Scenarios",
            "abstract": "This dataset provides 3-hourly ocean wave spectral data at 1,031 fixed offshore locations along the Atlantic coast of Europe (including the British Isles) spanning three 30-year periods: historical (1985–2014), and future projections (2030-2059) under two Shared Socioeconomic Pathways (SSPs). It also includes wave parametric data (significant height, peak period, direction...).\r\n\r\nThe wave spectra were generated using the Simulating WAves Nearshore (SWAN) model, forced with high-resolution winds obtained through downscaling global climate models using the Weather Research and Forecasting (WRF) model, and open boundary conditions from simulations carried out with the WaveWatch III wave propagation model.\r\n\r\nEach NetCDF-4 file includes eight 3-hourly spectral records per day, capturing wave energy distribution across 25 frequency bands and 36 directions for all 1,031 locations (spaced ~10 km apart, 50 km from the coast). \r\n\r\nThis spectral climatology is suitable for climate impact assessments, wave energy studies, and coastal hazard analysis.",
            "keywords": "Wave spectra,SWAN,Climate change scenarios,Atlantic Ocean,Downscaling,CMIP6,Ocean wave climatology",
            "publicationState": "removed",
            "dataPublishedTime": "2025-08-12T14:58:18",
            "doiPublishedTime": "2025-08-12T15:27:20",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12483/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4788/?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/62353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78333/?format=api"
            ],
            "dataLineage": "This dataset was generated using a multi-stage modeling workflow. First, atmospheric variables from multiple CMIP6 climate models were bias-corrected and dynamically downscaled using the WRF model to produce high-resolution wind fields. These winds were then used to drive WaveWatch III simulations across the North Atlantic to provide offshore boundary conditions. Finally, the SWAN wave model was run at high resolution along the European Atlantic coast using WRF winds and WaveWatch III boundaries to compute detailed 3-hourly wave spectra at 1,031 offshore points. The entire workflow was repeated for three periods: historical (1985–2014) and future scenarios SSP2-4.5 and SSP5-8.5 (2030–2059). The output files were processed, verified, and stored in NetCDF-4 format following CF conventions before being transferred to the CEDA data centre.",
            "removedDataTime": "2026-01-12T18:01:14",
            "removedDataReason": "Dataset has been superseded before release from embargo by a new version.",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13492/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44508/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213010/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213011/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213012/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213013/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213014/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/40029/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2666/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "eaows",
                    "label": "restricted: eaows group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/rugl_versions/rugl_v1-0.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44349,
            "uuid": "6b029e226c534b359e416d30dbdab5a1",
            "title": "Mantle Circulation Constrained (MC2) - Mantle Circulation Simulations",
            "abstract": "This dataset constains for models produced for the NERC Large Grant - Mantle Circulation Constrained (MC2; NERC grant award NE/T012633/1). Each model is produced using the 3D mantle circulation code, TERRA and deployed on the ARCHER2 UK National Supercomputing Service. Each folder represents a model which comprises output files (NetCDF and ParaView) between 1000-100 Ma (in 100 Myr intervals), 90-10 Ma (in 10 Myr intervals) and 1-0 Ma (in 1 Myr intervals). Additionally we provide the run files for each model, at various restart times which include a parameter file and a compiled executable. Additional output files are described in the README files.",
            "keywords": "Mantle Circulation,Geodynamics,Mantle Modelling,TERRA",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "pending",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44768/?format=api",
                "dataPath": "/ngdc/MC2_Mantle_Circulation_Sims/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7811338635657,
                "numberOfFiles": 51710,
                "fileFormat": "NetCDF and Paraview"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12480/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": true,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84109/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA)",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44350/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212134/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44351/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2669/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "mc2_mantle_circulation_sims",
                    "label": "restricted: mc2_mantle_circulation_sims group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/rugl_versions/rugl_v1-0.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44353,
            "uuid": "51ae627da5fb41b8a767ee6c653f83e6",
            "title": "Methane doubly substituted (clumped) isotopologues database",
            "abstract": "The database was made as a part of POLYGRAM project (NE/V007149/1). The database aims to summarise the state of double substituted methane isotopologues (know also as clumped isotopologues, Δ13CH3D and Δ12CH2D2) measurement research, with an emphasis on compiling results of all relevant work and aid development of the inputs to atmospheric modelling studies. The complied database comprises 1475 data records from 75 peer-reviewed articles. Database includes both field samples and laboratory experiments from numerous laboratories worldwide.\r\n\r\nThis database is made freely available to the scientific community. The database has a Digital Object Identifier (DOI). We rely on the ethics and integrity of the user to assure that the authors receive fair credit for their work. Users must include the citation of individual publication and following database citation in any publication or presentation using the product.",
            "keywords": "CH4, methane, greenhouse gases, Δ13CH3D, Δ12CH2D2, clumped isotopes, isotopes",
            "publicationState": "citable",
            "dataPublishedTime": "2025-06-04T15:17:46",
            "doiPublishedTime": "2025-06-06T07:39:03",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44354/?format=api",
                "dataPath": "/badc/deposited2025/Methane_Clumped_Isotopologues_Data_Base_2025/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 638567,
                "numberOfFiles": 4,
                "fileFormat": "BADC-CSV"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12418/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4630/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The database is produced by aggregation of existing data from peer-reviewed literature and includes references to original papers.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13414/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/43309/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212147/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212148/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212150/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212151/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212152/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212153/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212156/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/43359/?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": 44371,
            "uuid": "2b8c014e54be42968b620bf5a9526a12",
            "title": "NCAS Long Term Observations: mean winds from the NCAS Sonic Anemometer unit 6 deployed at the NCAS Cape Verde Atmospheric Observatory, v1.0",
            "abstract": "Mean wind measurements from the NCAS Sonic Anemometer unit 6 deployed at the NCAS Cape Verde Atmospheric Observatory. These observations were taken as part of the National Centre for Atmospheric Science (NCAS) long term observations.\r\n\r\nData products from this deployment include: mean-winds\r\n\r\nFor further details of this deployment and the associated dataset please see the internal file metadata.\r\n\r\nThese data conform to the NCAS data standards and are available under the UK Government Open Licence agreement. Acknowledgement of NCAS as the data provider is required whenever and wherever these data are used.",
            "keywords": "NCAS, observation measurements",
            "publicationState": "citable",
            "dataPublishedTime": "2025-06-18T10:18:40",
            "doiPublishedTime": "2025-06-18T10:18:53.478971",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44372/?format=api",
                "dataPath": "/badc/ncas-cvao/data/ncas-sonic-6/20241127_longterm/v1.0",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 96204383,
                "numberOfFiles": 62,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12429/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4789/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53938/?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/53941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76915/?format=api"
            ],
            "dataLineage": "Data were processed and prepared by the project team before delivery to the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13419/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/42342/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212208/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212209/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212211/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44373/?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": 44374,
            "uuid": "df467c5bd78642e8b0643fc40dd8f7f5",
            "title": "NCAS Long Term Observations: mean winds from the NCAS Sonic Anemometer unit 6 deployed at the NCAS Cape Verde Atmospheric Observatory, v1.1",
            "abstract": "Mean wind measurements from the NCAS Sonic Anemometer unit 6 deployed at the NCAS Cape Verde Atmospheric Observatory. These observations were taken as part of the National Centre for Atmospheric Science (NCAS) long term observations.\r\n\r\nData products from this deployment include: mean-winds\r\n\r\nFor further details of this deployment and the associated dataset please see the internal file metadata.\r\n\r\nThese data conform to the NCAS data standards and are available under the UK Government Open Licence agreement. Acknowledgement of NCAS as the data provider is required whenever and wherever these data are used.",
            "keywords": "NCAS, observation measurements",
            "publicationState": "citable",
            "dataPublishedTime": "2025-06-18T10:19:42",
            "doiPublishedTime": "2025-06-18T10:19:55.546465",
            "updateFrequency": "daily",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44375/?format=api",
                "dataPath": "/badc/ncas-cvao/data/ncas-sonic-6/20241127_longterm/v1.1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1866933640,
                "numberOfFiles": 433,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12430/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4789/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53938/?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/53941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76915/?format=api"
            ],
            "dataLineage": "Data were processed and prepared by the project team before delivery to the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13420/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/42342/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212219/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212221/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44376/?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": 44377,
            "uuid": "fe877f3035c042478fd67de21f5f445a",
            "title": "Synthetic Hourly Air Pollution Prediction Averages for England (SynthHAPPE) version 2",
            "abstract": "This dataset contains synthetic estimates of ambient air pollution concentrations across England, provided as hourly averages representing typical conditions. The data cover major pollutants, including Nitrogen Dioxide (NO2), Nitric Oxide (NO), Nitrogen Oxides (NOx), Ozone (O3), Particulate Matter smaller than 10 micrometres (PM10) and smaller than 2.5 micrometres (PM2.5), and Sulphur Dioxide (SO2). Each pollutant's concentrations are predicted not only as average (mean) values but also include estimates at lower (5th percentile), median (50th percentile), and upper (95th percentile) levels to highlight typical and potential extreme pollution scenarios.\r\n\r\nThe spatial coverage of the dataset includes the entire area of England, structured as an evenly spaced grid, with each grid square covering an area of 1 square kilometre (1 km^2). Data points correspond to the centre of these grid squares. Temporally, the dataset does not represent actual hourly measurements from specific dates; instead, it provides aggregated \"typical day\" profiles constructed by averaging observations collected from multiple years (2014-2018) for each month, weekday, and hour. This method offers representative insights into typical air pollution patterns, avoiding the complexity of handling large-scale raw datasets.\r\n\r\nThese pollution estimates were produced using a supervised machine learning method, which is a computational approach where algorithms are trained to identify patterns in historical data and apply these learned patterns to predict new data points. The predictions incorporated various environmental factors including weather conditions (e.g., temperature, wind, precipitation), human activities (traffic patterns), satellite measurements, land-use types (urban, rural, industrial areas), and emission inventories (datasets detailing pollutants released into the atmosphere). Additionally, the dataset provides uncertainty intervals through percentile-based estimates, giving users insights into the reliability of the predictions.\r\n\r\nThe dataset was developed to facilitate easier access to high-quality air pollution information for diverse stakeholders, such as researchers, policymakers, urban planners, and health professionals. By providing clear, simplified air quality scenarios, it helps users make informed decisions in urban planning, public health, environmental management, and policy development, as well as to assess potential impacts and interventions related to air pollution.\r\n\r\nThe dataset was created by Liam J. Berrisford at the University of Exeter during his PhD studies, supported by the UK Research and Innovation (UKRI) Centre for Doctoral Training in Environmental Intelligence. Full methodological details and data validation information are available in the associated open-access scientific publication. For more information about the data, see the README.md archived alongside this dataset.\r\n\r\nIn terms of completeness, this dataset intentionally provides representative hourly pollution estimates rather than exact historical measurements or specific pollution events. While it extensively covers typical pollution scenarios across England, direct measurements from specific air quality monitoring stations are not included. Users requiring detailed historical observations or data about specific events should refer to original monitoring station datasets.",
            "keywords": "Ambient Air Quality,England,Nitrogen Dioxide,Nitrogen Oxides,Ozone,Particulate Matter,Sulphur Dioxide,Machine Learning,Air Pollution Scenarios,AI",
            "publicationState": "citable",
            "dataPublishedTime": "2025-06-11T14:40:11",
            "doiPublishedTime": "2025-06-11T14:52:28.242930",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44378/?format=api",
                "dataPath": "/badc/deposited2025/SynthHAPPE_v2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2590726586,
                "numberOfFiles": 421,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12206/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4726/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "This dataset was produced through a research initiative at the University of Exeter. It was created using a supervised machine learning model-a type of artificial intelligence that learns patterns from existing data and applies those patterns to predict unknown values. Historical data from ambient air pollution monitoring stations across England were used to train the machine learning model. Input data included meteorological factors (such as wind speed and temperature), traffic activity levels, land-use information, satellite-based measurements, and emissions data. After the initial creation of hourly air pollution predictions, these data were aggregated to generate representative \"typical day\" hourly averages for each month and weekday. Predictions were validated for accuracy and reliability, with uncertainty intervals (5th, 50th, and 95th percentiles) calculated to indicate confidence in the estimates.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13416/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/43886/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212226/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212231/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/43887/?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": 44379,
            "uuid": "03b169a2cd444fa1a7990975faff4323",
            "title": "WCRP CMIP6: the E3SM-Project team E3SM-1-1-ECA model output for the \"hist-bgc\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the E3SM-Project team E3SM-1-1-ECA model output for the \"biogeochemically-coupled version of the simulation of the recent past with CO2 concentration prescribed\" (hist-bgc) experiment. These are available at the following frequencies: Amon, Lmon and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.\n\nThe the E3SM-Project team team consisted of the following agencies: Lawrence Livermore National Laboratory (NCAR LLNL), Argonne National Laboratory (ANL), Brookhaven National Laboratory (BNL), Los Alamos National Laboratory (LANL), Lawrence Berkeley National Laboratory (LBNL), Oak Ridge National Laboratory (ORNL), Pacific Northwest National Laboratory (PNNL) and Sandia National Laboratories (SNL).",
            "keywords": "CMIP6, WCRP, climate change, E3SM-Project, E3SM-1-1-ECA, hist-bgc, Amon, Lmon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T07:49:41.961358",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44380/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/E3SM-Project/E3SM-1-1-ECA/hist-bgc",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2419680515,
                "numberOfFiles": 131,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12431/?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/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/50415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59482/?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/62738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82153/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the E3SM-Project team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30734/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/44381/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212234/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212248/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212239/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212240/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212241/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212259/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212242/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212261/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212246/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44382/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44383,
            "uuid": "5b1583c4aab84a1b8a4ab8b068fbeee7",
            "title": "WCRP CMIP6: the E3SM-Project team E3SM-1-1-ECA model output for the \"ssp585-bgc\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the E3SM-Project team E3SM-1-1-ECA model output for the \"biogeochemically-coupled version of the RCP8.5 based on SSP5\" (ssp585-bgc) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Lmon, Ofx, SImon and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.\n\nThe the E3SM-Project team team consisted of the following agencies: Lawrence Livermore National Laboratory (NCAR LLNL), Argonne National Laboratory (ANL), Brookhaven National Laboratory (BNL), Los Alamos National Laboratory (LANL), Lawrence Berkeley National Laboratory (LBNL), Oak Ridge National Laboratory (ORNL), Pacific Northwest National Laboratory (PNNL) and Sandia National Laboratories (SNL).",
            "keywords": "CMIP6, WCRP, climate change, E3SM-Project, E3SM-1-1-ECA, ssp585-bgc, AERmon, Amon, CFmon, Lmon, Ofx, SImon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T07:51:25.106249",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44384/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/E3SM-Project/E3SM-1-1-ECA/ssp585-bgc",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 88645727114,
                "numberOfFiles": 79,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12432/?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/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/7795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19461/?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/50418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50423/?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/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?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/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63528/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80111/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the E3SM-Project team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30734/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/44381/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212347/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212333/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44385/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44386,
            "uuid": "6539374d45b9460c8065609b8f812655",
            "title": "WCRP CMIP6: the E3SM-Project team E3SM-1-1 model output for the \"hist-bgc\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the E3SM-Project team E3SM-1-1 model output for the \"biogeochemically-coupled version of the simulation of the recent past with CO2 concentration prescribed\" (hist-bgc) experiment. These are available at the following frequencies: Amon, Lmon, Omon and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.\n\nThe the E3SM-Project team team consisted of the following agencies: Lawrence Livermore National Laboratory (NCAR LLNL), Argonne National Laboratory (ANL), Brookhaven National Laboratory (BNL), Los Alamos National Laboratory (LANL), Lawrence Berkeley National Laboratory (LBNL), Oak Ridge National Laboratory (ORNL), Pacific Northwest National Laboratory (PNNL) and Sandia National Laboratories (SNL).",
            "keywords": "CMIP6, WCRP, climate change, E3SM-Project, E3SM-1-1, hist-bgc, Amon, Lmon, Omon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T07:52:42.178365",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44387/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/E3SM-Project/E3SM-1-1/hist-bgc",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 25967189534,
                "numberOfFiles": 92,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12433/?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/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/50415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82153/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the E3SM-Project team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30734/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30737/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212376/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212391/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212395/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212398/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212390/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44388/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44389,
            "uuid": "3e45a175c56b488e8f06d2e24f51df2c",
            "title": "WCRP CMIP6: the E3SM-Project team E3SM-1-1 model output for the \"ssp585-bgc\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the E3SM-Project team E3SM-1-1 model output for the \"biogeochemically-coupled version of the RCP8.5 based on SSP5\" (ssp585-bgc) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Lmon, SImon and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.\n\nThe the E3SM-Project team team consisted of the following agencies: Lawrence Livermore National Laboratory (NCAR LLNL), Argonne National Laboratory (ANL), Brookhaven National Laboratory (BNL), Los Alamos National Laboratory (LANL), Lawrence Berkeley National Laboratory (LBNL), Oak Ridge National Laboratory (ORNL), Pacific Northwest National Laboratory (PNNL) and Sandia National Laboratories (SNL).",
            "keywords": "CMIP6, WCRP, climate change, E3SM-Project, E3SM-1-1, ssp585-bgc, AERmon, Amon, CFmon, Lmon, SImon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T07:54:41.364211",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44390/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/E3SM-Project/E3SM-1-1/ssp585-bgc",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 69702460133,
                "numberOfFiles": 76,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12434/?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/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/7795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19461/?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/50418/?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/50421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50423/?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/50437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?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/50554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63528/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79954/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82153/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the E3SM-Project team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30734/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30737/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212434/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212435/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212436/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212448/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212456/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212449/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212442/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212452/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212453/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212444/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212447/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44391/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44392,
            "uuid": "7767312fd2804068a74b5e4f96b36bae",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"1pctCO2-bgc\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"biogeochemically-coupled version of 1 percent per year increasing CO2 experiment\" (1pctCO2-bgc) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, EmonZ, LImon, Lmon and Omon. The runs included the ensemble member: r101i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NASA-GISS, GISS-E2-1-G, 1pctCO2-bgc, AERmon, Amon, CFmon, Emon, EmonZ, LImon, Lmon, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T07:59:46.143398",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44393/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/NASA-GISS/GISS-E2-1-G/1pctCO2-bgc",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 284677042354,
                "numberOfFiles": 646,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12435/?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/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/9045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50418/?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/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/50426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?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/50553/?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/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?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/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54266/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84513/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84515/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84519/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84523/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85533/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85536/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85539/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85540/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85541/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85546/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85559/?format=api"
            ],
            "dataLineage": "Data were produced and verified by NASA Goddard Institute for Space Studies (NASA GISS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28606/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28609/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212497/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44394/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44395,
            "uuid": "27b78f4b409d47acbf0c49f78e90f886",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G-CC model output for the \"esm-ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G-CC model output for the \"emission-driven RCP8.5 based on SSP5\" (esm-ssp585) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, EmonZ, LImon, Lmon, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NASA-GISS, GISS-E2-1-G-CC, esm-ssp585, AERmon, Amon, CFmon, Emon, EmonZ, LImon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:08:56.484848",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44396/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/NASA-GISS/GISS-E2-1-G-CC/esm-ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 418614459128,
                "numberOfFiles": 692,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12436/?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/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/9045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50418/?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/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/50426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?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/50553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50554/?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/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54266/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55163/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55164/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59952/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84477/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84501/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84513/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84515/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84518/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84519/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84523/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85533/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85536/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85539/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85540/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85541/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85546/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86645/?format=api"
            ],
            "dataLineage": "Data were produced and verified by NASA Goddard Institute for Space Studies (NASA GISS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28606/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28799/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212513/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212512/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44397/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44400,
            "uuid": "85ac49b92fee4d0aadb00b10199caec9",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G-CC model output for the \"ssp585-bgc\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G-CC model output for the \"biogeochemically-coupled version of the RCP8.5 based on SSP5\" (ssp585-bgc) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, EmonZ, LImon, Lmon, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NASA-GISS, GISS-E2-1-G-CC, ssp585-bgc, AERmon, Amon, CFmon, Emon, EmonZ, LImon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:15:58.552988",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44401/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/NASA-GISS/GISS-E2-1-G-CC/ssp585-bgc",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 418614459128,
                "numberOfFiles": 692,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12437/?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/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/9045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50418/?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/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/50426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?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/50553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50554/?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/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?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/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54266/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55163/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55164/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84477/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84501/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84513/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84515/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84518/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84519/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84523/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85533/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85536/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85539/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85540/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85541/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85546/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85891/?format=api"
            ],
            "dataLineage": "Data were produced and verified by NASA Goddard Institute for Space Studies (NASA GISS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28606/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28799/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212529/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212523/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212526/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212528/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212527/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44402/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44403,
            "uuid": "7df43d9d4f524afba3197ea080cfeea3",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"esm-1pct-brch-1000PgC\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"zero emissions simulation branched from 1% run after 1000 PgC cumulative emission\" (esm-1pct-brch-1000PgC) experiment. These are available at the following frequencies: Emon and Lmon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, esm-1pct-brch-1000PgC, Emon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:17:09.230585",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44404/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/NOAA-GFDL/GFDL-ESM4/esm-1pct-brch-1000PgC",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8857775581,
                "numberOfFiles": 5,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12438/?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/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83611/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212540/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212541/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212544/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212536/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212539/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212542/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44405/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44407,
            "uuid": "5fad4b7b5e314d19b4f1625a18c5c87b",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"esm-ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"emission-driven RCP8.5 based on SSP5\" (esm-ssp585) experiment. These are available at the following frequencies: Amon, Emon, LImon, Lmon, Omon, SImon and day. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, esm-ssp585, Amon, Emon, LImon, Lmon, Omon, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:18:59.020112",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44408/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/NOAA-GFDL/GFDL-ESM4/esm-ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 108316099455,
                "numberOfFiles": 226,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12439/?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/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/50418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50435/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50594/?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/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55162/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85562/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212562/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212563/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44409/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44411,
            "uuid": "6c2b706009cc4736b2235f1e38fb1c53",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"1pctCO2-cdr\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"1 percent per year decrease in CO2 from 4xCO2\" (1pctCO2-cdr) experiment. These are available at the following frequencies: Amon, Emon, Eyr, LImon, Lmon, Omon, Oyr and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, 1pctCO2-cdr, Amon, Emon, Eyr, LImon, Lmon, Omon, Oyr, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:26:15.925936",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44412/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CDRMIP/NOAA-GFDL/GFDL-ESM4/1pctCO2-cdr",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 136079450030,
                "numberOfFiles": 969,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12440/?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/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/50418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50593/?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/50603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54213/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54296/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55162/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68153/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79705/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84477/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84501/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84668/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212584/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44413/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44414,
            "uuid": "c0120efaddff4fb1a634eea2d73dcd1d",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"esm-pi-cdr-pulse\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"pulse removal of 100 Gt carbon from pre-industrial atmosphere\" (esm-pi-cdr-pulse) experiment. These are available at the following frequencies: Amon, Emon, Eyr, LImon, Lmon, Omon, Oyr and day. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, esm-pi-cdr-pulse, Amon, Emon, Eyr, LImon, Lmon, Omon, Oyr, day",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:28:25.534833",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44415/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CDRMIP/NOAA-GFDL/GFDL-ESM4/esm-pi-cdr-pulse",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 65997677097,
                "numberOfFiles": 300,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12441/?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/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/50418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54213/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54296/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79706/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84501/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84628/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212599/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44416/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44417,
            "uuid": "36b5ce601a1c46f2ad2465962154c743",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"esm-pi-CO2pulse\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"pulse addition of 100 Gt carbon to pre-industrial atmosphere\" (esm-pi-CO2pulse) experiment. These are available at the following frequencies: Amon, Emon, Eyr, LImon, Lmon, Omon and Oyr. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, esm-pi-CO2pulse, Amon, Emon, Eyr, LImon, Lmon, Omon, Oyr",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:31:27.694807",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44418/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CDRMIP/NOAA-GFDL/GFDL-ESM4/esm-pi-CO2pulse",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 100953182458,
                "numberOfFiles": 418,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12442/?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/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/50418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50435/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54213/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54296/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/68156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/69300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71955/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84477/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84487/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84497/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84501/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84503/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84512/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212614/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44419/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44421,
            "uuid": "efa53b2b6400471e898ac281993bba1a",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM2M model output for the \"faf-heat-NA0pct\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM2M model output for the \"control plus perturbative surface flux of heat into ocean\" (faf-heat-NA0pct) experiment. These are available at the following frequency: Omon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM2M, faf-heat-NA0pct, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:36:50.393067",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44422/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NOAA-GFDL/GFDL-ESM2M/faf-heat-NA0pct",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6569009247,
                "numberOfFiles": 25,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12443/?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/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/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30973/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212635/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44423/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44424,
            "uuid": "d2d9662c07bc4277a0347f8dc2934f9b",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM2M model output for the \"faf-heat-NA50pct\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM2M model output for the \"control plus perturbative surface flux of heat into ocean\" (faf-heat-NA50pct) experiment. These are available at the following frequency: Omon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM2M, faf-heat-NA50pct, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:37:58.763753",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44425/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NOAA-GFDL/GFDL-ESM2M/faf-heat-NA50pct",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 276720579,
                "numberOfFiles": 9,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12444/?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/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30973/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212651/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212650/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44426/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44427,
            "uuid": "2deb927b054d446e9df36c8d59096b90",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"amip-hist\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the National Center for Atmospheric Research (NCAR) CESM2 model output for the \"AMIP-style simulation covering the period 1870-2014\" (amip-hist) experiment. These are available at the following frequencies: Amon, Emon, Lmon, day and fx. The runs included the ensemble members: r1i1p1f1, r2i1p1f1 and r3i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCAR, CESM2, amip-hist, Amon, Emon, Lmon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:40:00.138420",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44428/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GMMIP/NCAR/CESM2/amip-hist",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 226950310042,
                "numberOfFiles": 659,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12445/?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/18948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54248/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54271/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54272/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54273/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54295/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61280/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84697/?format=api"
            ],
            "dataLineage": "Data were produced and verified by National Center for Atmospheric Research (NCAR) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212665/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44429/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44430,
            "uuid": "eb0b9fbf8a934f6c87652dd741fec0d1",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4 model output for the \"amip-hist\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4 model output for the \"AMIP-style simulation covering the period 1870-2014\" (amip-hist) experiment. These are available at the following frequencies: Amon and LImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-CM4, amip-hist, Amon, LImon",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:41:47.571173",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44431/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GMMIP/NOAA-GFDL/GFDL-CM4/amip-hist",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 850610206,
                "numberOfFiles": 11,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12446/?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/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28636/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212680/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44432/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44433,
            "uuid": "e12426120bef4a1eb2563591cb47f66e",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"esm-ssp585-ssp126Lu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"emissions-driven SSP5-8.5 with SSP1-2.6 land use\" (esm-ssp585-ssp126Lu) experiment. These are available at the following frequencies: Amon, Omon, SImon and day. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, esm-ssp585-ssp126Lu, Amon, Omon, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:47:24.475774",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44434/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/esm-ssp585-ssp126Lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 18577547306,
                "numberOfFiles": 50,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12447/?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/50418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55162/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84668/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212695/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44435/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44436,
            "uuid": "d5e1138c01d245028b58207f37126f73",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"hist-noLu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"historical with no land-use change\" (hist-noLu) experiment. These are available at the following frequencies: Amon, Emon, Eyr, LImon, Lmon, Omon, day and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, hist-noLu, Amon, Emon, Eyr, LImon, Lmon, Omon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:49:25.447099",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44437/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/hist-noLu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 34547292264,
                "numberOfFiles": 137,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12448/?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/50418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83073/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212704/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212705/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212706/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212703/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212710/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44438/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44439,
            "uuid": "6871cd2fe4e84fbbb4de728824a53a07",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"land-hist\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"historical land-only\" (land-hist) experiment. These are available at the following frequencies: LImon, Lmon and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, land-hist, LImon, Lmon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:50:55.220537",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44440/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/land-hist",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2066125805,
                "numberOfFiles": 48,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12449/?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/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212719/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212723/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212725/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44441/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44442,
            "uuid": "c2024978a010477d8de8cc5d8bfbbc29",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"land-hist-altStartYear\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"historical land-only alternate start year\" (land-hist-altStartYear) experiment. These are available at the following frequencies: LImon and Lmon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, land-hist-altStartYear, LImon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:52:54.220740",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44443/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/land-hist-altStartYear",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3159771280,
                "numberOfFiles": 29,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12450/?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/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212735/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212739/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212740/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44444/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44445,
            "uuid": "5a67af9ee2c74da2a5bc4fce3bf1bbca",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"land-noLu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"historical land-only with no land-use change\" (land-noLu) experiment. These are available at the following frequencies: Emon, LImon and Lmon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, land-noLu, Emon, LImon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:54:25.688325",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44446/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/land-noLu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7094806438,
                "numberOfFiles": 57,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12451/?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/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84709/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212755/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44447/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44448,
            "uuid": "b3e63758707c465bb31f2990b4aff9ed",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"ssp126-ssp370Lu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"SSP1-2.6 with SSP3-7.0 land use\" (ssp126-ssp370Lu) experiment. These are available at the following frequencies: Amon, Emon, Eyr, LImon, Lmon, Omon and day. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, ssp126-ssp370Lu, Amon, Emon, Eyr, LImon, Lmon, Omon, day",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:56:32.418883",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44449/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/ssp126-ssp370Lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 18368472152,
                "numberOfFiles": 54,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12452/?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/50418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50435/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85671/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212770/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44450/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44451,
            "uuid": "270f0c68c9764c2489ef84f3cb482a38",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"ssp370-ssp126Lu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"SSP3-7.0 with SSP1-2.6 land use\" (ssp370-ssp126Lu) experiment. These are available at the following frequencies: Amon, Emon, Eyr, Lmon and day. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, ssp370-ssp126Lu, Amon, Emon, Eyr, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T08:58:11.841209",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44452/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NOAA-GFDL/GFDL-ESM4/ssp370-ssp126Lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 15511283722,
                "numberOfFiles": 67,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12453/?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/50418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84200/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Geophysical Fluid Dynamics Laboratory (GFDL) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212785/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44453/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44454,
            "uuid": "32db1a4f28a54b4eb5022695ad92f6e7",
            "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"past1000\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"last millennium\" (past1000) experiment. These are available at the following frequencies: Amon, Lmon, Omon and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, CSIRO, ACCESS-ESM1-5, past1000, Amon, Lmon, Omon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T09:10:00.291381",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44455/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/CSIRO/ACCESS-ESM1-5/past1000",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 466612074134,
                "numberOfFiles": 712,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12454/?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/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/7795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27829/?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/50418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?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/50552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50554/?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/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?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/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50616/?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/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Commonwealth Scientific and Industrial Research Organisation (CSIRO) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30697/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30700/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212796/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212798/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212800/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44456/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44457,
            "uuid": "30922c00a312448784eff429e2b2f408",
            "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM4-8 model output for the \"past1000\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Institute for Numerical Mathematics (INM) INM-CM4-8 model output for the \"last millennium\" (past1000) experiment. These are available at the following frequencies: AERmon, Amon and Lmon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, INM, INM-CM4-8, past1000, AERmon, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T09:13:12.895081",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44458/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/INM/INM-CM4-8/past1000",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 29015848050,
                "numberOfFiles": 309,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12455/?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/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/29199/?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/50419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50554/?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/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?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/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Institute for Numerical Mathematics (INM) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30758/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30761/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212815/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44459/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44460,
            "uuid": "2487833eb4b544f3a12d28dabdbd0053",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"past2k\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"last two millennia experiment\" (past2k) experiment. These are available at the following frequencies: AERmon, Amon, Lmon, Omon, SImon and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, MPI-M, MPI-ESM1-2-LR, past2k, AERmon, Amon, Lmon, Omon, SImon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T09:14:51.460804",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44461/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/MPI-M/MPI-ESM1-2-LR/past2k",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 335619366997,
                "numberOfFiles": 4187,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12456/?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/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/27828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27829/?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/50418/?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/50424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?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/50552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50554/?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/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?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/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50616/?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/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Max Planck Institute for Meteorology (MPI-M) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/29312/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30817/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212830/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44462/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44463,
            "uuid": "06c2e37b1dd54c4ca6122a4664e5f608",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI/JMA) MRI-ESM2-0 model output for the \"past1000\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Meteorological Research Institute of the Japan Meteorological Agency (MRI/JMA) MRI-ESM2-0 model output for the \"last millennium\" (past1000) experiment. These are available at the following frequencies: AERmon, Amon, Omon, SImon and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, MRI, MRI-ESM2-0, past1000, AERmon, Amon, Omon, SImon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T09:16:36.465459",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44464/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/MRI/MRI-ESM2-0/past1000",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 933968662227,
                "numberOfFiles": 558,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12457/?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/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/27828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27831/?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/50418/?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/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/50426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?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/50551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50552/?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/50556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?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/50600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Meteorological Research Institute of the Japan Meteorological Agency (MRI/JMA) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/33646/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/33649/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212845/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44465/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44468,
            "uuid": "5aefbf44030748e3816677c74f6ee062",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"volc-pinatubo-full\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"Pinatubo experiment\" (volc-pinatubo-full) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, EmonZ, LImon, Lmon, Omon and SImon. The runs included the ensemble members: r10i1p1f1, r11i1p1f1, r12i1p1f1, r13i1p1f1, r14i1p1f1, r15i1p1f1, r16i1p1f1, r17i1p1f1, r18i1p1f1, r19i1p1f1, r1i10p1f1, r1i1p1f1, r1i2p1f1, r1i3p1f1, r1i4p1f1, r1i5p1f1, r1i6p1f1, r1i7p1f1, r1i8p1f1, r1i9p1f1, r20i1p1f1, r21i1p1f1, r22i1p1f1, r23i1p1f1, r24i1p1f1, r25i1p1f1, r26i1p1f1, r27i1p1f1, r28i1p1f1, r29i1p1f1, r2i10p1f1, r2i1p1f1, r2i2p1f1, r2i3p1f1, r2i4p1f1, r2i5p1f1, r2i6p1f1, r2i7p1f1, r2i8p1f1, r2i9p1f1, r30i1p1f1, r31i1p1f1, r32i1p1f1, r33i1p1f1, r34i1p1f1, r35i1p1f1, r36i1p1f1, r37i1p1f1, r38i1p1f1, r39i1p1f1, r3i10p1f1, r3i1p1f1, r3i2p1f1, r3i3p1f1, r3i4p1f1, r3i5p1f1, r3i6p1f1, r3i7p1f1, r3i8p1f1, r3i9p1f1, r40i1p1f1, r4i10p1f1, r4i1p1f1, r4i2p1f1, r4i3p1f1, r4i4p1f1, r4i5p1f1, r4i6p1f1, r4i7p1f1, r4i8p1f1, r4i9p1f1, r5i10p1f1, r5i1p1f1, r5i2p1f1, r5i3p1f1, r5i4p1f1, r5i5p1f1, r5i6p1f1, r5i7p1f1, r5i8p1f1, r5i9p1f1, r6i10p1f1, r6i1p1f1, r6i2p1f1, r6i3p1f1, r6i4p1f1, r6i5p1f1, r6i6p1f1, r6i7p1f1, r6i8p1f1, r6i9p1f1, r7i10p1f1, r7i1p1f1, r7i2p1f1, r7i3p1f1, r7i4p1f1, r7i5p1f1, r7i6p1f1, r7i7p1f1, r7i8p1f1, r7i9p1f1, r8i10p1f1, r8i1p1f1, r8i2p1f1, r8i3p1f1, r8i4p1f1, r8i5p1f1, r8i6p1f1, r8i7p1f1, r8i8p1f1, r8i9p1f1, r9i10p1f1, r9i1p1f1, r9i2p1f1, r9i3p1f1, r9i4p1f1, r9i5p1f1, r9i6p1f1, r9i7p1f1, r9i8p1f1 and r9i9p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NASA-GISS, GISS-E2-1-G, volc-pinatubo-full, AERmon, Amon, CFmon, Emon, EmonZ, LImon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-10T09:51:16.863508",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44469/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/VolMIP/NASA-GISS/GISS-E2-1-G/volc-pinatubo-full",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 492379130361,
                "numberOfFiles": 19849,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12458/?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/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/9045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50418/?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/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/50426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50498/?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/50553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50554/?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/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50596/?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/50603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54266/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55163/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55164/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84513/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84515/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84518/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84519/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84521/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84523/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84525/?format=api"
            ],
            "dataLineage": "Data were produced and verified by NASA Goddard Institute for Space Studies (NASA GISS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/28606/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28609/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212872/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44470/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2520/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/CMIP6_Terms_of_Use.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 44506,
            "uuid": "a56dba09df8a42ec9fba8b8c7a5e1f69",
            "title": "ESA Lakes Climate Change Initiative (Lakes_cci):  Lake products, Version 3.0",
            "abstract": "This dataset contains the Lakes Essential Climate Variable (ECV) Products, comprised of processed satellite observations at the global scale, over the period 1992-2022, for over 2000 inland water bodies. This dataset was produced by the European Space Agency (ESA) Lakes Climate Change Initiative (Lakes_cci) project. For more information about the Lakes_cci please visit the project website.\r\n\r\nThis is version 3.0.0 of the dataset which benefits from longer observation time series, improved spatial coverage, new variables and improved algorithms for certain variables.\r\n\r\nThe Essential Climate Variable Products included in this dataset are:\r\n•Lake Water Level (LWL), derived from satellite altimetry, fundamental to understand the balance between water inputs and water loss and their connection with regional and global climate change.\r\n•Lake Water Extent (LWE), modelled from the relation between LWL and high-resolution spatial extent observed at set time-points, describing the areal extent of the water body. This allows the observation of drought in arid environments, expansion in high Asia, or impact of large-scale atmospheric oscillations on lakes in tropical regions for example.\r\n•Lake Surface Water temperature (LSWT), derived from optical and thermal satellite observations, correlated with regional air temperatures and supporting analysis of vertical mixing regimes, biogeochemical cycling and seasonality.\r\n•Lake Ice Cover (LIC), determined from optical observations, describing the freeze-up in autumn and break-up of ice in spring, which are proxies for gradually changing climate patterns and seasonality.\r\n•Lake Water-Leaving Reflectance (LWLR), derived from optical satellite observations, and supporting interpretation of biogeochemical processes and habitats in the visible part of the water column (e.g. seasonal phytoplankton biomass fluctuations), and serving as an indicator of the frequency of extreme events (peak terrestrial run-off, changing mixing conditions).\r\n•Lake Ice Thickness (LIT), provided for 13 lakes from radar altimetry to study the integrity and velocity of lake ice formation. \r\n•Lake Storage Change (LSC), derived from Water extent and/or level, describing water volume evolution of water bodies over time to inform studies of water stress. \r\n\r\nData generated in the Lakes_cci are derived from over 35 satellite sensors. The following sensors are associated with each of the ECV Products:\r\n•LWL: Poseidon-1 (TOPEX/Poseidon), Poseidon-2 (Jason-1),  Poseidon-3 (Jason-2), Poseidon-3B (Jason-3), Poseidon-4 (Sentinel-6A), Radar Altimeter RA-2 (Envisat), AltiKa (SARAL), GFO, SAR Altimeter – SRAL (Sentinel-3A, Sentinel-3B), Radar Altimeter RA (ERS-1, ERS-2)\r\n•LWE: Landsat (4 TM, 5 TM, 7 ETM+, 8 OLI), Sentinel-1 C-band SAR, Sentinel-2 MSI, Sentinel-3A SRAL, Sentinel-3B SRAL, ERS-1 AMI, ERS-2 AMI\r\n•LSWT: Envisat AATSR, Terra/Aqua MODIS, Sentinel-3A ATTSR-2, Sentinel-3B, ERS-2 AVHRR, Metop-A/B\r\n•LIC: Terra/Aqua MODIS\r\n•LWLR: Envisat MERIS, Sentinel-3A OLCI A/B, Aqua MODIS\r\n•LIT: Jason1, Jason2, Jason3, POSEIDON-2, POSEIDON-3 and POSEIDON-3B\r\n•LSC: All sensors listed under LWL and LWE.\r\n\r\nDetailed information on the generation and validation of this dataset is available from the Lakes_cci documentation available on the project website, relating to this specific release. A further presentation of the dataset v2 can be found in Carrea, L., Crétaux, JF., Liu, X. et al. Satellite-derived multivariate world-wide lake physical variable timeseries for climate studies. Sci Data 10, 30 (2023). https://doi.org/10.1038/s41597-022-01889-z.",
            "keywords": "ESA, CCI, Lakes, ECV",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/11603/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2623/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "This dataset was generated in the framework of the Lakes CCI+ project, funded by ESA. Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30309/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212979/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/217132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212991/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/217133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/217134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/217135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213001/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/217136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212992/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/217137/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212993/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/217138/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212994/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212995/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/217139/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/217140/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212996/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/212997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213000/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32839/?format=api",
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44513,
            "uuid": "3080771112d947e8bcfd7d130f753c01",
            "title": "WOEST: aerosol backscatter from the NCAS Aerosol Lidar unit 1 deployed at MOD Lyneham, v1.0 (20230530-20230911)",
            "abstract": "Aerosol backscatter measurements from the NCAS Aerosol Lidar unit 1 deployed at MOD Lyneham. These observations were taken as part of Wessex convection experiment - Observing the Evolving Structures of Turbulence (WOEST) between 20230530 and 20230911.\r\n\r\nData products from this deployment version 1.0 include: range_squared_corrected_backscatter_power \r\n\r\nFor further details of this deployment and the associated dataset please see the internal file metadata.\r\n\r\nThese data conform to the NCAS data standards and are available under the UK Government Open Licence agreement. Acknowledgement of NCAS as the data provider is required whenever and wherever these data are used.",
            "keywords": "NCAS, observation measurements",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-01T09:59:15",
            "doiPublishedTime": "2025-08-01T09:59:00.213444",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44514/?format=api",
                "dataPath": "/badc/ncas-mobile/data/ncas-lidar-aerosol-1/20230531_woest/v1.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2764988302,
                "numberOfFiles": 310,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12481/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4798/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "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/58081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/65555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84196/?format=api"
            ],
            "dataLineage": "Data were processed and prepared by the project team before delivery to the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13459/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/43720/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/43875/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213048/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213051/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213050/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44515/?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": 44516,
            "uuid": "82f7734afb3845a8ba5176ed5b1273dc",
            "title": "Weighing trees with lasers project: terrestrial laser scanner data; Harvard Forest Massachusetts (Plot HF-B), August 2017",
            "abstract": "This dataset is comprised of raw data from the NERC-funded, full waveform terrestrial laser scanner (TLS) deployed at sites on three continents, multiple countries and plot locations, which have been re-surveyed at different times. \r\n\r\nThe Harvard Forest plot is dominated by eastern hemlock and northern hardwood species, and will make an excellent comparison with several other hardwood plots in North America and China at similar latitudes. This plot is part of a global array of large-scale plots established by ForestGEO, which recently expanded sampling efforts into temperate forests to explore ecosystem processes beyond population dynamics and biodiversity. The Harvard Forest  was designed to include a continuous, expansive, and varied natural forest landscape that will yield opportunities for the study of forest dynamics and demography while capturing a large amount of existing science infrastructure (e.g., eddy flux towers, gauged sections of a small watershed, existing smaller permanent plots) that will enable the integrated study of ecosystem processes (e.g., biogeochemistry, hydrology, carbon dynamics) and forest dynamics .\r\n\r\nThe project scanned all trees in the permanent sample plot (PSP) spanning a range of soil fertility and productivity gradients (24 x 1 ha PSPs in total).  The aim of the weighing trees with lasers project is to test if current allometric relationships are invariant across continents or whether they differ significantly and require continental-level models; quantify the impact of assumptions of tree shape and wood density on tropical forest allometry; test hypotheses relating to pan-tropical differences in observed AGB (Above Ground Biomass) from satellite and field data. It also aims to apply new knowledge to assessing retrieval accuracy of forthcoming ESA BIOMASS and NASA GEDI (Global Ecosystem Dynamics Investigation Lidar) missions and providing calibration datasets; In addition to testing the capability of low-cost instruments to augment TLS data, including: UAVs (unmanned aerial vehicle) for mapping cover and canopy height; low-cost lidar instruments to assess biomass rapidly, at lower accuracy.",
            "keywords": "Terrestrial Laser Scanner,  Harvard Forest, Hardwood",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-19T11:55:50",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44517/?format=api",
                "dataPath": "/neodc/tls/data/raw/usa/HFB/2017-08-14.001.riproject",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4833694196,
                "numberOfFiles": 233,
                "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/10949/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/3729/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Provided by Andrew Burt UCL to  CEDA for publication",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26683/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26677/?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/213054/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213056/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213064/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44518/?format=api",
            "procedureCompositeProcess": null,
            "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": 44524,
            "uuid": "44da591cfa3f4818a3a0ff318e6bf9fa",
            "title": "Weighing trees with lasers project: terrestrial laser scanner data; Harvard Forest Massachusetts (Plot HF-N), August 2017",
            "abstract": "This dataset is comprised of raw data from the NERC-funded, full waveform terrestrial laser scanner (TLS) deployed at sites on three continents, multiple countries and plot locations, which have been re-surveyed at different times. \r\n\r\nThe Harvard Forest plot is dominated by eastern hemlock and northern hardwood species, and will make an excellent comparison with several other hardwood plots in North America and China at similar latitudes. This plot is part of a global array of large-scale plots established by ForestGEO, which recently expanded sampling efforts into temperate forests to explore ecosystem processes beyond population dynamics and biodiversity. The Harvard Forest  was designed to include a continuous, expansive, and varied natural forest landscape that will yield opportunities for the study of forest dynamics and demography while capturing a large amount of existing science infrastructure (e.g., eddy flux towers, gauged sections of a small watershed, existing smaller permanent plots) that will enable the integrated study of ecosystem processes (e.g., biogeochemistry, hydrology, carbon dynamics) and forest dynamics .\r\n\r\nThe project scanned all trees in the permanent sample plot (PSP) spanning a range of soil fertility and productivity gradients (24 x 1 ha PSPs in total).  The aim of the weighing trees with lasers project is to test if current allometric relationships are invariant across continents or whether they differ significantly and require continental-level models; quantify the impact of assumptions of tree shape and wood density on tropical forest allometry; test hypotheses relating to pan-tropical differences in observed AGB (Above Ground Biomass) from satellite and field data. It also aims to apply new knowledge to assessing retrieval accuracy of forthcoming ESA BIOMASS and NASA GEDI (Global Ecosystem Dynamics Investigation Lidar) missions and providing calibration datasets; In addition to testing the capability of low-cost instruments to augment TLS data, including: UAVs (unmanned aerial vehicle) for mapping cover and canopy height; low-cost lidar instruments to assess biomass rapidly, at lower accuracy.",
            "keywords": "Terrestrial Laser Scanner,  Harvard Forest, Hardwood",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-19T13:22:39",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44525/?format=api",
                "dataPath": "/neodc/tls/data/raw/usa/HFN/2017-08-14.002.riproject",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7673921701,
                "numberOfFiles": 377,
                "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/10949/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/3729/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Provided by Andrew Burt UCL to  CEDA for publication",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26683/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26677/?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/213080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213077/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213082/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44518/?format=api",
            "procedureCompositeProcess": null,
            "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": 44526,
            "uuid": "aabf22e3dc1a4791bd3090756563b347",
            "title": "Weighing trees with lasers project: terrestrial laser scanner data; Harvard Forest Massachusetts (Plot HF-M), August 2017",
            "abstract": "This dataset is comprised of raw data from the NERC-funded, full waveform terrestrial laser scanner (TLS) deployed at sites on three continents, multiple countries and plot locations, which have been re-surveyed at different times. \r\n\r\nThe Harvard Forest plot is dominated by eastern hemlock and northern hardwood species, and will make an excellent comparison with several other hardwood plots in North America and China at similar latitudes. This plot is part of a global array of large-scale plots established by ForestGEO, which recently expanded sampling efforts into temperate forests to explore ecosystem processes beyond population dynamics and biodiversity. The Harvard Forest  was designed to include a continuous, expansive, and varied natural forest landscape that will yield opportunities for the study of forest dynamics and demography while capturing a large amount of existing science infrastructure (e.g., eddy flux towers, gauged sections of a small watershed, existing smaller permanent plots) that will enable the integrated study of ecosystem processes (e.g., biogeochemistry, hydrology, carbon dynamics) and forest dynamics .\r\n\r\nThe project scanned all trees in the permanent sample plot (PSP) spanning a range of soil fertility and productivity gradients (24 x 1 ha PSPs in total).  The aim of the weighing trees with lasers project is to test if current allometric relationships are invariant across continents or whether they differ significantly and require continental-level models; quantify the impact of assumptions of tree shape and wood density on tropical forest allometry; test hypotheses relating to pan-tropical differences in observed AGB (Above Ground Biomass) from satellite and field data. It also aims to apply new knowledge to assessing retrieval accuracy of forthcoming ESA BIOMASS and NASA GEDI (Global Ecosystem Dynamics Investigation Lidar) missions and providing calibration datasets; In addition to testing the capability of low-cost instruments to augment TLS data, including: UAVs (unmanned aerial vehicle) for mapping cover and canopy height; low-cost lidar instruments to assess biomass rapidly, at lower accuracy.",
            "keywords": "Terrestrial Laser Scanner,  Harvard Forest, Hardwood",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-19T13:42:37",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44527/?format=api",
                "dataPath": "/neodc/tls/data/raw/usa/HFM/2017-08-14.003.riproject",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 27101016455,
                "numberOfFiles": 937,
                "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/10949/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4799/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Provided by Andrew Burt UCL to  CEDA for publication",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26683/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26677/?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/213083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213093/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44523/?format=api",
            "procedureCompositeProcess": null,
            "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": 44528,
            "uuid": "e67b02b814bf4a78b9ec90b4259f0741",
            "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci): Daily multisensor Infra-Red (IR) Low Earth Orbit (LEO) land surface temperature (LST) time series level 3 supercollated (L3S) global product (1995-2024), version 3.00",
            "abstract": "This dataset contains land surface temperatures (LSTs) and their uncertainty estimates from multiple Infra-Red (IR) instruments on Low Earth Orbiting (LEO) sun-synchronous (a.k.a. polar orbiting) satellites. Satellite land surface temperatures are skin temperatures, which means, for example, the temperature of the ground surface in bare soil areas, the temperature of the canopy over forests, and a mix of the soil and leaf temperature over sparse vegetation. The skin temperature is an important variable when considering surface fluxes of, for instance, heat and water.\r\n\r\nDaytime and night-time temperatures are provided in separate files corresponding to 10:00 and 22:00 local solar time. Per pixel uncertainty estimates are given in two forms, first, an estimate of the total uncertainty for the pixel and second, a breakdown of the uncertainty into components by correlation length. Also provided in the files, on a per pixel basis, are the observation time, the satellite viewing and solar geometry angles, a quality flag, and land cover class.\r\n\r\nThe dataset is comprised of LSTs from a series of instruments with a common heritage: the Along-Track Scanning Radiometer 2 (ATSR-2); the Advanced Along-Track Scanning Radiometer (AATSR) and the Sea and Land Surface Temperature Radiometer on Sentinel 3B (SLSTRB); and data from the Moderate Imaging Spectroradiometer on Earth Observation System - Terra (MODIS Terra), to fill the gap between AATSR and SLSTR. So, the instruments contributing to the time series are: ATSR-2 from June 1995 to May 2002; AATSR from June 2002 to March 2012; MODIS Terra from April 2012 to November 2018; and SLSTRB from December 2018 to December 2024. Inter-instrument biases are accounted for by cross-calibration with the Infrared Atmospheric Sounding Interferometer (IASI) instruments on Meteorological Operational (METOP) satellites. For consistency, a common algorithm is used for LST retrieval for all instruments. Furthermore, an adjustment is made to the LSTs to account for the half-hour difference between satellite equator crossing times. For consistency through the time series, coverage is restricted to the narrowest instrument swath width.\r\n\r\nThe dataset coverage is near global over the land surface. During the period covered by ATSR-2, small regions were not covered due to downlinking constraints (most noticeably a track extending southwards across central Asia through India – further details can be found on the ATSR project webpages at https://artefacts.ceda.ac.uk/frozen_sites/www.atsr.rl.ac.uk/documentation/docs/userguide/index.shtml).\r\n\r\nLSTs are provided on a global equal angle grid at a resolution of 0.01° longitude and 0.01° latitude. Full Earth coverage is achieved in 3 days so the daily files have gaps where the surface is not covered by the satellite swath on that day. Furthermore, LSTs are not produced where clouds are present since under these circumstances the IR radiometer observes the cloud top which is usually much colder than the surface.\r\n\r\nDataset coverage starts on 1st June 1995 and currently ends on 31st December 2024. There are two gaps of several months in the dataset: no data were acquired from ATSR-2 between 23 December 1995 and 27 June 1996 due to a scan mirror anomaly; and the ERS-2 gyro failed in January 2001, data quality was less good between 17th Jan 2001 and 5th July 2001 and are not used in this dataset. Also, there is a twelve day gap in the dataset due to Envisat mission extension orbital manoeuvres from 21st October 2010 to 1st November 2010. There are minor interruptions (1-10 days) during satellite/instrument maintenance periods or instrument anomalies.\r\n\r\nThis version of the dataset (Version 3.00) extends the temporal coverage by four years to the end of 2024.   This dataset provides a daily product, and a separate monthly averaged product also exists.  The temporal coverage of the monthly product will be further extended at 6 monthly intervals through the Copernicus Climate Change Service. Other changes in Version 3.00 include:  SLSTR on Sentinel 3A is no longer used, instead data from  SLSTR on Sentinel 3B is used from November 2018; the correction for time differences between the sensors is calculated in brightness temperature space using radiative transfer simulations; and the ATSR-2 and AATSR data are from the fourth reprocessing of these datasets.\r\n\r\nThe dataset was produced by the University of Leicester (UoL) and LSTs were retrieved using a Generalised Split Window retrieval algorithm and data were processed in the UoL processing chain.\r\nThe dataset was produced as part of the ESA Land Surface Temperature Climate Change Initiative which strives to improve satellite datasets to Global Climate Observing System (GCOS) standards.",
            "keywords": "land surface temperature, ESA, CCI, infra-red",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-04T11:10:26",
            "doiPublishedTime": "2025-08-04T11:13:24",
            "updateFrequency": "irregular",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44602/?format=api",
                "dataPath": "/neodc/esacci/land_surface_temperature/data/MULTISENSOR_IRCDR/L3S/0.01/v3.00/daily",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5001176580139,
                "numberOfFiles": 20259,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12530/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2896/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84103/?format=api"
            ],
            "dataLineage": "The data record has been produced by the University of Leicester working within the ESA Land Surface Temperature Climate Change Initiative (LST_cci), and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).\r\nContact: data.lst-cci@acri-st.fr",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13463/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/33361/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213104/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/44603/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2558/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_lst_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44529,
            "uuid": "b8be3f3993e54d309fddf61ea5d3674f",
            "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci): Monthly Multisensor Infra-Red (IR) Low Earth Orbit (LEO) land surface temperature (LST) time series level 3 supercollated (L3S) global product (1995-2024), version 3.00",
            "abstract": "This dataset contains land surface temperatures (LSTs) and their uncertainty estimates from multiple Infra-Red (IR) instruments on Low Earth Orbiting (LEO) sun-synchronous (a.k.a. polar orbiting) satellites. Satellite land surface temperatures are skin temperatures, which means, for example, the temperature of the ground surface in bare soil areas, the temperature of the canopy over forests, and a mix of the soil and leaf temperature over sparse vegetation. The skin temperature is an important variable when considering surface fluxes of, for instance, heat and water.\r\n\r\nDaytime and night-time temperatures are provided in separate files corresponding to 10:00 and 22:00 local solar time. Per pixel uncertainty estimates are given in two forms, first, an estimate of the total uncertainty for the pixel and second, a breakdown of the uncertainty into components by correlation length. Also provided in the files, on a per pixel basis, are the observation time, the satellite viewing and solar geometry angles, a quality flag, and land cover class.\r\n\r\nThe dataset is comprised of LSTs from a series of instruments with a common heritage: the Along-Track Scanning Radiometer 2 (ATSR-2); the Advanced Along-Track Scanning Radiometer (AATSR); the Sea and Land Surface Temperature Radiometer on Sentinel 3B (SLSTRB); and data from the Moderate Imaging Spectroradiometer on Earth Observation System - Terra (MODIS Terra) to fill the gap between AATSR and SLSTR. So, the instruments contributing to the time series are: ATSR-2 from June 1995 to May 2002; AATSR from June 2002 to March 2012; MODIS Terra from April 2012 to November 2018; and SLSTRB from December 2018 to December 2024. Inter-instrument biases are accounted for by cross-calibration with the Infrared Atmospheric Sounding Interferometer (IASI) instruments on Meteorological Operational (METOP) satellites. For consistency, a common algorithm is used for LST retrieval for all instruments. Furthermore, an adjustment is made to the LSTs to account for the half-hour difference between satellite equator crossing times. For consistency through the time series, coverage is restricted to the narrowest instrument swath width.\r\n\r\nThe dataset coverage is near global over the land surface. During the period covered by ATSR-2, small regions were not covered due to downlinking constraints (most noticeably a track extending southwards across central Asia through India – further details can be found on the ATSR project webpages at https://artefacts.ceda.ac.uk/frozen_sites/www.atsr.rl.ac.uk/documentation/docs/userguide/index.shtml).\r\n\r\nLSTs are provided on a global equal angle grid at a resolution of 0.01° longitude and 0.01° latitude. Full Earth coverage is achieved in 3 days. Furthermore, LSTs are not produced where clouds are present since under these circumstances the IR radiometer observes the cloud top which is usually much colder than the surface.  In this dataset, data has been averaged to a monthly grid.  A separate daily product is also available.\r\n\r\nDataset coverage starts on 1st June 1995 and currently ends on 31st December 2024. There are two gaps of several months in the dataset: no data were acquired from ATSR-2 between 23 December 1995 and 27 June 1996 due to a scan mirror anomaly; and the ERS-2 gyro failed in January 2001, data quality was less good between 17th Jan 2001 and 5th July 2001 and are not used in this dataset. Also, there is a twelve day gap in the dataset due to Envisat mission extension orbital manoeuvres from 21st October 2010 to 1st November 2010. There are minor interruptions (1-10 days) during satellite/instrument maintenance periods or instrument anomalies.\r\n\r\nThis version of the dataset (Version 3.00) extends the temporal coverage by four years to the end of 2024. The temporal coverage of the monthly product will be further extended at 6 monthly intervals through the Copernicus Climate Change Service. Other changes in Version 3.00 include a change from SLSTR on Sentinel 3A to SLSTR on Sentinel 3B; the correction for time differences between the sensors is calculated in brightness temperature space using radiative transfer simulations; and the ATSR-2 and AATSR data are from the fourth reprocessing of these datasets.\r\n\r\nThe dataset was produced by the University of Leicester (UoL) and LSTs were retrieved using a Generalised Split Window retrieval algorithm and data were processed in the UoL processing chain.\r\n\r\nThe dataset was produced as part of the ESA Land Surface Temperature Climate Change Initiative which strives to improve satellite datasets to Global Climate Observing System (GCOS) standards.",
            "keywords": "land surface temperature, ESA, CCI, infra-red",
            "publicationState": "citable",
            "dataPublishedTime": "2025-07-21T08:20:32",
            "doiPublishedTime": "2025-07-21T08:40:46",
            "updateFrequency": "irregular",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44606/?format=api",
                "dataPath": "/neodc/esacci/land_surface_temperature/data/MULTISENSOR_IRCDR/L3S/0.01/v3.00/monthly/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1250378784280,
                "numberOfFiles": 689,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12534/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2896/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84103/?format=api"
            ],
            "dataLineage": "The data record has been produced by the University of Leicester working within the ESA Land Surface Temperature Climate Change Initiative (LST_cci), and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).\r\nContact: data.lst-cci@acri-st.fr",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13455/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/33361/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213115/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/44603/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2558/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_lst_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44530,
            "uuid": "962a49e9127746018605ea617f596ba7",
            "title": "JNCC Sentinel-2 indices Analysis Ready Data (ARD) Enhanced Vegetation Index v2 (EVI2)",
            "abstract": "EVI2 (Jiang et al., 2008) is computed using the near-infrared (NIR) and red bands. While the majority of EVI2 data falls within the range of -1 to +1, some values may exceed +1. These are typically associated with areas of high vegetation productivity (slightly exceeding +1), while some larger values may be associated with cloud, water or bright landscape features, such as buildings.\r\n\r\nEVI2 can be considered complementary to NDVI for understanding variation in vegetation greenness. However, compared to NDVI, EVI2 reduces atmospheric influences and adjusts for background canopy effects. It is also less prone to saturation in regions of high vegetation productivity. \r\n\r\nEVI2 = 2.5 * (NIR - RED) / (NIR +2.4 * RED + 1)\r\n\r\nSentinel-2 EVI2 (Defra/JNCC ARD bands) = 2.5 * (B07 – B03) / (B07 +2.4 * B03 + 1)\r\n\r\nEquivalent ESA Sentinel-2 bands: B08, B04\r\n\r\nData are provided in EPSG: 27700 OSGB36 / British National Grid, with a pixel size of 10m, and data is pixel-aligned to the source ARD file. No-data pixels are set to a value of -9999.\r\n\r\nThese data have been created by the Joint Nature Conservation Committee (JNCC) as part of the “Earth observation-based habitat change detection” project. This project is funded by the Department for Environment, Food and Rural Affairs (Defra) as part of the Natural Capital and Ecosystem Assessment (NCEA) programme. The project seeks to facilitate the effective uptake and use of Earth Observation data by producing data and tools for investigating and detecting parcel-level change in habitats and habitat condition. \r\n\r\nThe dataset contains NDVI, NDMI, NDWI, NBR and EVI2 indices derived from Defra and JNCC Sentinel-2 ARD. Index files have been generated for Sentinel-2 granules covering England and Scotland for the period from 2015 to 2025. \r\n\r\nContains modified Copernicus Sentinel data 2015-2025",
            "keywords": "JNCC, ARD, EVI2, Sentinel 2, EO indices, Analysis Ready Data, Sentinel, Enhanced Vegetation Index 2, NCEA",
            "publicationState": "published",
            "dataPublishedTime": "2025-07-09T07:25:59",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44531/?format=api",
                "dataPath": "/neodc/sentinel_ard/products/indices/sentinel_2/evi2/v2/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 17610503938549,
                "numberOfFiles": 60832,
                "fileFormat": "These data are provided in Cloud Optimized GeoTIFF (COG) format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12398/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4785/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).\r\nContains modified Copernicus Sentinel data 2015-2025",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13424/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44948/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213123/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/44532/?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": 44534,
            "uuid": "500d38196eb044278747c2f2a5e93da0",
            "title": "JNCC Sentinel-1 indices Analysis Ready Data (ARD) VH/VV Cross Ratio",
            "abstract": "The VH/VV Sentinel-1 cross ratio highlights volume scattering and can be used to infer structural information about a landscape and provide insights into vegetation water content (Vreugdenhil et al., 2018). Computing the ratio helps to reduce measurement geometry, topography and calibration effects which may be present in the separate Sentinel-1 VH and VV polarisation bands (Meyer, 2019). This ratio can be used to monitor vegetation structure and growth and has been shown to correspond to NDVI for certain crops (Vreugdenhil et al., 2020).\r\n\r\nThe VH/VV cross ratio is calculated using the Defra and Joint Nature Conservation Committee (JNCC) VH (band 2) and VV (band 1) ARD bands. Prior to completing the VH/VV calculation, the VV and VH polarisations are converted from decibels (as they are provided in the Defra and JNCC Sentinel-1 ARD) to a linear scale. \r\n\r\nData are provided in EPSG: 27700 OSGB36 / British National Grid, with a pixel size of 10m, and data is pixel-aligned to the source ARD file. No-data pixels are set to a value of -9999. Pixels with values of 50 or higher, or -50 or lower, were assigned the no-data value.\r\n\r\nThese data have been created by the Joint Nature Conservation Committee (JNCC) as part of the “Earth observation-based habitat change detection” project. This project is funded by the Department for Environment, Food and Rural Affairs (Defra) as part of the Natural Capital and Ecosystem Assessment (NCEA) programme. The project seeks to facilitate the effective uptake and use of Earth Observation data by producing data and tools for investigating and detecting parcel-level change in habitats and habitat condition. \r\n\r\nVH/VV files have been generated for Sentinel-1A ascending orbit granules covering England and Scotland for the period from 2015 to 2025. \r\n\r\nContains modified Copernicus Sentinel data 2015-2025",
            "keywords": "JNCC, ARD, VH/VV, Sentinel 1, EO indices, Analysis Ready Data, Sentinel, SAR, NCEA",
            "publicationState": "published",
            "dataPublishedTime": "2025-07-10T10:00:14",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44560/?format=api",
                "dataPath": "/neodc/sentinel_ard/products/indices/sentinel_1/vhvv/v1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 19606057295084,
                "numberOfFiles": 9741,
                "fileFormat": "These data are supplied in Cloud Optimized GeoTIFF (COG) format."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12492/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4785/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Contains modified Copernicus Sentinel data 2015-2025.\r\nData were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13425/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44948/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213137/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213239/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/44561/?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": 44535,
            "uuid": "c5586da814784847bf4bb3904a37480f",
            "title": "Weighing trees with lasers project: terrestrial laser scanner data; Armstong Redwoods State Natural Reserve (Plot CALI-03), September 2017",
            "abstract": "This dataset is comprised of raw data from the NERC-funded, full waveform terrestrial laser scanner (TLS) deployed at sites on three continents, multiple countries and plot locations, which have been re-surveyed at different times. \r\n\r\nArmstrong Redwoods State Natural Reserve is a state park of California in the United States established to preserve 805 acres (326 ha) of coast redwoods (Sequoia sempervirens). The reserve is located in Sonoma County, just north of Guerneville. The reserve is in a temperate rainforest. The climate is mild and wet. The park receives an average of 55 inches (1.4 m) of rainfall per year, almost all between September and June. Abundant fog during the summer months helps to maintain the moist conditions required by the coast redwoods. \r\n\r\nThe project scanned all trees in the permanent sample plot (PSP) spanning a range of soil fertility and productivity gradients (24 x 1 ha PSPs in total).  The aim of the weighing trees with lasers project is to test if current allometric relationships are invariant across continents or whether they differ significantly and require continental-level models; quantify the impact of assumptions of tree shape and wood density on tropical forest allometry; test hypotheses relating to pan-tropical differences in observed AGB (Above Ground Biomass) from satellite and field data. It also aims to apply new knowledge to assessing retrieval accuracy of forthcoming ESA BIOMASS and NASA GEDI (Global Ecosystem Dynamics Investigation Lidar) missions and providing calibration datasets; In addition to testing the capability of low-cost instruments to augment TLS data, including: UAVs (unmanned aerial vehicle) for mapping cover and canopy height; low-cost lidar instruments to assess biomass rapidly, at lower accuracy.",
            "keywords": "Terrestrial Laser Scanner,  Armstong Redwoods State Natural Reserve, old growth redwoods, coastal redwoods",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-25T13:07:42",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44536/?format=api",
                "dataPath": "/neodc/tls/data/raw/usa/CALI-03/2017-09-11.001.riproject",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 14133904354,
                "numberOfFiles": 442,
                "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12485/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4800/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Provided by Andrew Burt UCL to  CEDA for publication",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26683/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26677/?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/213138/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213139/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213145/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213140/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213141/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213146/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213142/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213144/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213147/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213148/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213149/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44541/?format=api",
            "procedureCompositeProcess": null,
            "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": 44545,
            "uuid": "8953a6e5320f4f0e9cba0b51538c1544",
            "title": "Weighing trees with lasers project: terrestrial laser scanner data; Armstong Redwoods State Natural Reserve (Plot CALI-04), September 2017",
            "abstract": "This dataset is comprised of raw data from the NERC-funded, full waveform terrestrial laser scanner (TLS) deployed at sites on three continents, multiple countries and plot locations, which have been re-surveyed at different times. \r\n\r\nArmstrong Redwoods State Natural Reserve is a state park of California in the United States established to preserve 805 acres (326 ha) of coast redwoods (Sequoia sempervirens). The reserve is located in Sonoma County, just north of Guerneville. The reserve is in a temperate rainforest. The climate is mild and wet. The park receives an average of 55 inches (1.4 m) of rainfall per year, almost all between September and June. Abundant fog during the summer months helps to maintain the moist conditions required by the coast redwoods. \r\n\r\nThe project scanned all trees in the permanent sample plot (PSP) spanning a range of soil fertility and productivity gradients (24 x 1 ha PSPs in total).  The aim of the weighing trees with lasers project is to test if current allometric relationships are invariant across continents or whether they differ significantly and require continental-level models; quantify the impact of assumptions of tree shape and wood density on tropical forest allometry; test hypotheses relating to pan-tropical differences in observed AGB (Above Ground Biomass) from satellite and field data. It also aims to apply new knowledge to assessing retrieval accuracy of forthcoming ESA BIOMASS and NASA GEDI (Global Ecosystem Dynamics Investigation Lidar) missions and providing calibration datasets; In addition to testing the capability of low-cost instruments to augment TLS data, including: UAVs (unmanned aerial vehicle) for mapping cover and canopy height; low-cost lidar instruments to assess biomass rapidly, at lower accuracy.",
            "keywords": "Terrestrial Laser Scanner,  Armstong Redwoods State Natural Reserve, old growth redwoods, coastal redwoods",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-25T13:11:57",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44546/?format=api",
                "dataPath": "/neodc/tls/data/raw/usa/CALI-04/2017-09-12.001.riproject",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 13598786998,
                "numberOfFiles": 465,
                "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12486/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4800/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Provided by Andrew Burt UCL to  CEDA for publication",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26683/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26677/?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/213158/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213162/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213163/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213164/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213169/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44542/?format=api",
            "procedureCompositeProcess": null,
            "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": 44547,
            "uuid": "b2cc9fa8a1724936bb07d50e1cfd1e4a",
            "title": "Weighing trees with lasers project: terrestrial laser scanner data; Armstong Redwoods State Natural Reserve (Plot CALI-05), September 2017",
            "abstract": "This dataset is comprised of raw data from the NERC-funded, full waveform terrestrial laser scanner (TLS) deployed at sites on three continents, multiple countries and plot locations, which have been re-surveyed at different times. \r\n\r\nArmstrong Redwoods State Natural Reserve is a state park of California in the United States established to preserve 805 acres (326 ha) of coast redwoods (Sequoia sempervirens). The reserve is located in Sonoma County, just north of Guerneville. The reserve is in a temperate rainforest. The climate is mild and wet. The park receives an average of 55 inches (1.4 m) of rainfall per year, almost all between September and June. Abundant fog during the summer months helps to maintain the moist conditions required by the coast redwoods. \r\n\r\nThe project scanned all trees in the permanent sample plot (PSP) spanning a range of soil fertility and productivity gradients (24 x 1 ha PSPs in total).  The aim of the weighing trees with lasers project is to test if current allometric relationships are invariant across continents or whether they differ significantly and require continental-level models; quantify the impact of assumptions of tree shape and wood density on tropical forest allometry; test hypotheses relating to pan-tropical differences in observed AGB (Above Ground Biomass) from satellite and field data. It also aims to apply new knowledge to assessing retrieval accuracy of forthcoming ESA BIOMASS and NASA GEDI (Global Ecosystem Dynamics Investigation Lidar) missions and providing calibration datasets; In addition to testing the capability of low-cost instruments to augment TLS data, including: UAVs (unmanned aerial vehicle) for mapping cover and canopy height; low-cost lidar instruments to assess biomass rapidly, at lower accuracy.",
            "keywords": "Terrestrial Laser Scanner,  Armstong Redwoods State Natural Reserve, old growth redwoods, coastal redwoods",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-25T13:17:06",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44548/?format=api",
                "dataPath": "/neodc/tls/data/raw/usa/CALI-05/2017-09-13.001.riproject",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 13779655722,
                "numberOfFiles": 399,
                "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12486/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4800/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Provided by Andrew Burt UCL to  CEDA for publication",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26683/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26677/?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/213170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213176/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213181/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44543/?format=api",
            "procedureCompositeProcess": null,
            "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": 44549,
            "uuid": "46dcd358062042eb9a7bd3f9454df127",
            "title": "Weighing trees with lasers project: terrestrial laser scanner data; Armstong Redwoods State Natural Reserve (Plot CALI-06), September 2017",
            "abstract": "This dataset is comprised of raw data from the NERC-funded, full waveform terrestrial laser scanner (TLS) deployed at sites on three continents, multiple countries and plot locations, which have been re-surveyed at different times. \r\n\r\nArmstrong Redwoods State Natural Reserve is a state park of California in the United States established to preserve 805 acres (326 ha) of coast redwoods (Sequoia sempervirens). The reserve is located in Sonoma County, just north of Guerneville. The reserve is in a temperate rainforest. The climate is mild and wet. The park receives an average of 55 inches (1.4 m) of rainfall per year, almost all between September and June. Abundant fog during the summer months helps to maintain the moist conditions required by the coast redwoods. \r\n\r\nThe project scanned all trees in the permanent sample plot (PSP) spanning a range of soil fertility and productivity gradients (24 x 1 ha PSPs in total).  The aim of the weighing trees with lasers project is to test if current allometric relationships are invariant across continents or whether they differ significantly and require continental-level models; quantify the impact of assumptions of tree shape and wood density on tropical forest allometry; test hypotheses relating to pan-tropical differences in observed AGB (Above Ground Biomass) from satellite and field data. It also aims to apply new knowledge to assessing retrieval accuracy of forthcoming ESA BIOMASS and NASA GEDI (Global Ecosystem Dynamics Investigation Lidar) missions and providing calibration datasets; In addition to testing the capability of low-cost instruments to augment TLS data, including: UAVs (unmanned aerial vehicle) for mapping cover and canopy height; low-cost lidar instruments to assess biomass rapidly, at lower accuracy.",
            "keywords": "Terrestrial Laser Scanner,  Armstong Redwoods State Natural Reserve, old growth redwoods, coastal redwoods",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-25T13:19:55",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44550/?format=api",
                "dataPath": "/neodc/tls/data/raw/usa/CALI-06/2017-09-14.001.riproject",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 13713189421,
                "numberOfFiles": 387,
                "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12486/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4800/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Provided by Andrew Burt UCL to  CEDA for publication",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26683/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26677/?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/213182/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213183/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213188/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213193/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44544/?format=api",
            "procedureCompositeProcess": null,
            "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": 44551,
            "uuid": "03634cd8f10943b39d9982e6f9bbb402",
            "title": "Weighing trees with lasers: terrestrial laser scanner data; Danum Valley Conservation Area (Plot CBN-01), March 2017",
            "abstract": "This dataset is comprised of raw and proceesed  data from the NERC-funded, full waveform terrestrial laser scanner (TLS) deployed on a  plot site  situated in the Danum Valley Conservation Area. Danum Valley Conservation Area is a 438 square kilometres (169 sq mi) tract of relatively undisturbed lowland dipterocarp forest in Sabah, Malaysia. It has an extensive diversity of tropical flora and fauna.\r\n\r\nThere were no human settlements within the area before it became a conservation area, meaning that hunting, logging and other human interference were non-existent, making the area almost unique. It is managed by Yayasan Sabah for conservation, research, education, and habitat restoration training purposes. \r\n\r\nThe aim of the weighing trees with lasers project is to test if current allometric relationships are invariant across continents, or whether they differ significantly, and require continental level models; quantify the impact of assumptions of tree shape and wood density on tropical forest allometry; test hypotheses relating to pan-tropical differences in observed AGB (Above Ground Biomass) from satellite and field data. It also aims to apply new knowledge to assessing retrieval accuracy of forthcoming ESA BIOMASS and NASA GEDI (Global Ecosystem Dynamics Investigation Lidar) missions and providing calibration datasets; In addition to testing the capability of low-cost instruments to augment TLS data including: UAVs (unmanned aerial vehicle) for mapping cover and canopy height; low-cost lidar instruments to assess biomass rapidly, at lower accuracy.",
            "keywords": "Terrestrial Laser Scanner data, Malaysia Sabah Kabili-Sepilok Forest Reserve, Moist, Lowland, Terra Firme, Old-growth",
            "publicationState": "published",
            "dataPublishedTime": "2025-06-25T14:36:25",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44552/?format=api",
                "dataPath": "/neodc/tls/data/raw/malaysia/CBN-01/2017-03-28.001.riproject",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 58505219712,
                "numberOfFiles": 2449,
                "fileFormat": "The scan folder contains a number of open and proprietary formats file formats CSV, ASCII, text, PNG , RXP and PAT"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12488/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4801/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Provided by Andrew Burt UCL to  CEDA for publication",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/26683/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30128/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213208/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44553/?format=api",
            "procedureCompositeProcess": null,
            "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": 44554,
            "uuid": "027bdbbbdb28400daa95e6c1cb54ecc9",
            "title": "[PREVIEW RECORD] Chapter 2 of the Working Group I Contribution to the IPCC Seventh Assessment Report - Input data for Figure 2.27 (v20211112)",
            "abstract": "This dataset contains the input data for Figure 2.27 from Chapter 2 of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Seventh Assessment Report (AR7). Additional information, including how to cite this figure dataset, is provided in the README.txt alongside the data. \r\n\r\nFigure 2.27 caption: Changes in ocean salinity. \r\nEstimates of salinity trends using a total least absolute differences fitting method for (a) global near-surface salinity (SSS) changes and (b) global zonal mean subsurface salinity changes. Black contours show the associated climatological mean salinity (either near-surface (a) or subsurface (b)) for the analysis period (1950–2019). Both panels represent changes in Practical Salinity Scale 1978 [PSS-78], per decade. In both panels green denotes freshening regions and orange/brown denotes regions with enhanced salinities (‘×’ marks denote non-significant changes). Further details on data sources and processing are available in the chapter data table (Table 2.SM.1).\r\n\r\nLinks to the figure, report chapter and supplementary material are provided in the Details/Docs section of this catalogue record. Code to reproduce the figure which is hosted on GitHub is also linked, and described under the Process tab of this catalogue record.",
            "keywords": "IPCC-DDC, IPCC, AR7, WG1, WGI, Seventh Assessment Report, Working Group I, Physical Science Basis, Chapter 2, Changing state, Multi-millennial context, pre-industrial, Natural forcing, anthropogenic forcing, Radiative forcing, Large-scale indicators, observed changes, Modes of variability, Figure 2.27 Input, ocean salinity",
            "publicationState": "preview",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "ongoing",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/9150/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data produced by Intergovernmental Panel on Climate Change (IPCC) authors and supplied for archiving at the Centre for Environmental Data Analysis (CEDA) by the Technical Support Unit (TSU) for IPCC Working Group I (WGI).\r\nData curated on behalf of the IPCC Data Distribution Centre (IPCC-DDC).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44802/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213213/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213212/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44588/?format=api",
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44556,
            "uuid": "c2ea9b3057fa4daa8faf71d76a63e856",
            "title": "TRAPPIST-1 Habitable Atmosphere Intercomparison (THAI)",
            "abstract": "Model output for the TRAPPIST-1 Habitable Atmosphere Intercomparison (THAI), a CUISINES (https://nexss.info/cuisines) model intercomparison project for the confirmed Earth-sized rocky exoplanet TRAPPIST-1e. The protocol paper is available at https://doi.org/10.5194/gmd-13-707-2020\r\n\r\nThe data are gridded and cover the whole planet.\r\nThe data cover 10 or 100 orbits of TRAPPIST-1e, equivalent to 61 and 610 Earth days, respectively.\r\nThe data were produced by 3D general circulation models (GCMs). Four GCMs participated in THAI: ExoCAM, LMD-G, ROCKE-3D and the UM.",
            "keywords": "exoplanets,3D GCM,idealised climate modelling",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "pending",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12490/?format=api",
            "geographicExtent": null,
            "nonGeographicFlag": true,
            "phenomena": [],
            "dataLineage": "N/A",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213219/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213222/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213225/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44579,
            "uuid": "76e54f87291c4cd98c793e37524dc98e",
            "title": "MIDAS Open: UK hourly solar radiation data, v202507",
            "abstract": "The UK hourly solar radiation data contain the amount of solar irradiance received during the hour ending at the specified time. All sites report 'global' radiation amounts. This is also known as 'total sky radiation' as it includes both direct solar irradiance and 'diffuse' irradiance as a result of light scattering. Some sites also provide separate diffuse and direct irradiation amounts, depending on the instrumentation at the site. For these the sun's path is tracked with two pyrometers - one where the path to the sun is blocked by a suitable disc to allow the scattered sunlight to be measured to give the diffuse measurement, while the other has a tube pointing at the sun to measure direct solar irradiance whilst blanking out scattered sun light. \r\n\r\nFor details about the different measurements made and the limited number of sites making them please see the MIDAS Solar Irradiance table linked to in the online resources section of this record.\r\n\r\nThis version supersedes the previous version of this dataset and a change log is available in the archive, and in the linked documentation for this record, detailing the differences between this version and the previous version. The change logs detail new, replaced and removed data. These include the addition of data for calendar year 2024.\r\n\r\nThe data were collected by observation stations operated by the Met Office across the UK and transmitted within the following message types: SYNOP, HCM, AWSHRLY, MODLERAD, ESAWRADT and DRADR35 messages. The data spans from 1947 to 2024.\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by the Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record.",
            "keywords": "Met Office, MIDAS, UK, meteorology, solar irradiance, hourly, global, diffuse, direct",
            "publicationState": "citable",
            "dataPublishedTime": "2025-07-17T15:09:10",
            "doiPublishedTime": "2025-07-18T14:24:04.422557",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44569/?format=api",
                "dataPath": "/badc/ukmo-midas-open/data/uk-radiation-obs/dataset-version-202507/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3187472219,
                "numberOfFiles": 5893,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12506/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/17/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76697/?format=api"
            ],
            "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13445/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213248/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213253/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/1240/?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": 44580,
            "uuid": "406b7689394542919d682e46afb7c819",
            "title": "MIDAS Open: UK soil temperature data, v202507",
            "abstract": "The UK soil temperature data contain daily and hourly values of soil temperatures at depths of 5, 10, 20, 30, 50, and 100 centimetres. The measurements were recorded by observation stations operated by the Met Office across the UK and transmitted within NCM or DLY3208 messages. The data spans from 1900 to 2024.\r\n\r\nThis version supersedes the previous version of this dataset and a change log is available in the archive, and in the linked documentation for this record, detailing the differences between this version and the previous version. The change logs detail new, replaced and removed data. These include the addition of data for calendar year 2024.\r\n\r\nAt many stations temperatures below the surface are measured at various depths. The depths used today are 5, 10, 20, 30 and 100cm, although measurements are not necessarily made at all these depths at a station and exceptionally measurements may be made at other depths. When imperial units were in general use, typically before 1961, the normal depths of measurement were 4, 8, 12, 24 and 48 inches.\r\n\r\nLiquid-in-glass soil thermometers at a depth of 20 cm or less are unsheathed and have a bend in the stem between the bulb and the lowest graduation. At greater depths the thermometer is suspended in a steel tube and has its bulb encased in wax.\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by the Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record.",
            "keywords": "Met Office, MIDAS, UK, meteorology, soil temperatures",
            "publicationState": "citable",
            "dataPublishedTime": "2025-07-18T14:12:49",
            "doiPublishedTime": "2025-07-18T14:23:51.667796",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44570/?format=api",
                "dataPath": "/badc/ukmo-midas-open/data/uk-soil-temperature-obs/dataset-version-202507/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4362367251,
                "numberOfFiles": 24136,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12507/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/18/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76698/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76703/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76704/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76705/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76706/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76716/?format=api"
            ],
            "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13444/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213259/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213261/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213262/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/1227/?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": 44581,
            "uuid": "8ddfd4dd5af443f9ad382cd77366d877",
            "title": "MIDAS Open: UK daily rainfall data, v202507",
            "abstract": "The UK daily rainfall data contain rainfall accumulation and precipitation amounts over a 24 hour period. The data were collected by observation stations operated by the Met Office across the UK and transmitted within the following message types: NCM, AWSDLY, DLY3208 and SSER. The data spans from 1853 to 2024. Over time a range of rain gauges have been used - see section 5.6 and the relevant message type information in the linked MIDAS User Guide for further details.\r\n\r\nThis version supersedes the previous version (202407) of this dataset and a change log is available in the archive, and in the linked documentation for this record, detailing the differences between this version and the previous version. The change logs detail new, replaced and removed data. These include the addition of data for calendar year 2024.\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record. A large proportion of the UK raingauge observing network (associated with WAHRAIN, WADRAIN and WAMRAIN for hourly, daily and monthly rainfall measurements respectively) is operated by other agencies beyond the Met Office, and are consequently currently excluded from the Midas-open dataset. Currently this represents approximately 13% of available daily rainfall observations within the full MIDAS collection.",
            "keywords": "Met Office, MIDAS, UK, meteorology, rainfall, diurnal, daily, monthly",
            "publicationState": "citable",
            "dataPublishedTime": "2025-07-18T14:13:38",
            "doiPublishedTime": "2025-07-18T14:29:56.664240",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44576/?format=api",
                "dataPath": "/badc/ukmo-midas-open/data/uk-daily-rain-obs/dataset-version-202507/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 9525916615,
                "numberOfFiles": 471762,
                "fileFormat": "Data are BADC-CSV formatted"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12508/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/18/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76719/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76723/?format=api"
            ],
            "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13446/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213263/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213264/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213266/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213269/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213271/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/27187/?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": 44582,
            "uuid": "9244f715ecfd4e74b0b6200de55e1b1a",
            "title": "MIDAS Open: UK daily temperature data, v202507",
            "abstract": "The UK daily temperature data contain maximum and minimum temperatures (air, grass and concrete slab) measured over a period of up to 24 hours. The measurements were recorded by observation stations operated by the Met Office across the UK and transmitted within NCM, DLY3208 or AWSDLY messages. The data span from 1853 to 2024. For details on measurement techniques, including calibration information and changes in measurements, see section 5.2 of the MIDAS User Guide linked to from this record. Soil temperature data may be found in the UK soil temperature datasets linked from this record.\r\n\r\nThis version supersedes the previous version of this dataset and a change log is available in the archive, and in the linked documentation for this record, detailing the differences between this version and the previous version. The change logs detail new, replaced and removed data. These include the addition of data for calendar year 2024.\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by the Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record. Currently this represents approximately 95% of available daily temperature observations within the full MIDAS collection.",
            "keywords": "Met Office, MIDAS, UK, meteorology, temperature, diurnal, daily, monthly",
            "publicationState": "citable",
            "dataPublishedTime": "2025-07-18T13:48:40",
            "doiPublishedTime": "2025-07-18T14:30:05.837423",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44573/?format=api",
                "dataPath": "/badc/ukmo-midas-open/data/uk-daily-temperature-obs/dataset-version-202507/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2318715270,
                "numberOfFiles": 75497,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12509/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/18/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76725/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76735/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76739/?format=api"
            ],
            "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13447/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213272/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213273/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213274/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213280/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/1243/?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": 44583,
            "uuid": "c75ca7291a5048739010380dce6ebc99",
            "title": "MIDAS Open: UK hourly rainfall data, v202507",
            "abstract": "The UK hourly rainfall data contain the rainfall amount (and duration from tilting syphon gauges) during the hour (or hours) ending at the specified time. The data also contains precipitation amounts, however precipitation measured over 24 hours are not stored. Over time a range of rain gauges have been used - see the linked MIDAS User Guide for further details.\r\n\r\nThis version supersedes the previous version of this dataset and a change log is available in the archive, and in the linked documentation for this record, detailing the differences between this version and the previous version. The change logs detail new, replaced and removed data.\r\n\r\nThe data were collected by observation stations operated by the Met Office across the UK and transmitted within the following message types: NCM, AWSHRLY, DLY3208, SREW and SSER. The data spans from 1915 to 2024.\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by the Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record. A large proportion of the UK raingauge observing network (associated with WAHRAIN, WADRAIN and WAMRAIN for hourly, daily and monthly rainfall measurements respectively) is operated by other agencies beyond the Met Office, and are consequently currently excluded from the Midas-open dataset.",
            "keywords": "Met Office, MIDAS, UK, meteorology, rainfall, hourly",
            "publicationState": "citable",
            "dataPublishedTime": "2025-07-18T13:47:44",
            "doiPublishedTime": "2025-07-18T14:30:32.077058",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44574/?format=api",
                "dataPath": "/badc/ukmo-midas-open/data/uk-hourly-rain-obs/dataset-version-202507/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7651336987,
                "numberOfFiles": 18950,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12510/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/17/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76741/?format=api"
            ],
            "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13448/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213288/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213281/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213289/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/27188/?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": 44584,
            "uuid": "99173f6a802147aeba430d96d2bb3099",
            "title": "MIDAS Open: UK hourly weather observation data, v202507",
            "abstract": "The UK hourly weather observation data contain meteorological values measured on an hourly time scale. The measurements of the concrete state, wind speed and direction, cloud type and amount, visibility, and temperature were recorded by observation stations operated by the Met Office across the UK and transmitted within SYNOP, DLY3208, AWSHRLY and NCM messages. The sunshine duration measurements were transmitted in the HSUN3445 message. The data spans from 1875 to 2024.\r\n\r\nThis version supersedes the previous version of this dataset and a change log is available in the archive, and in the linked documentation for this record, detailing the differences between this version and the previous version. The change logs detail new, replaced and removed data. These include the addition of data for calendar year 2024.\r\n\r\nFor details on observing practice see the message type information in the MIDAS User Guide linked from this record and relevant sections for parameter types.\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record. Note, METAR message types are not included in the Open version of this dataset. Those data may be accessed via the full MIDAS hourly weather data.",
            "keywords": "Met Office, MIDAS, UK, meteorology, hourly",
            "publicationState": "citable",
            "dataPublishedTime": "2025-07-18T13:47:28",
            "doiPublishedTime": "2025-07-18T14:30:43.449717",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44572/?format=api",
                "dataPath": "/badc/ukmo-midas-open/data/uk-hourly-weather-obs/dataset-version-202507/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 35406484741,
                "numberOfFiles": 53822,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12511/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/18/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76796/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76798/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76833/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76837/?format=api"
            ],
            "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13449/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213293/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213294/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213295/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213296/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213297/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213298/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/27186/?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": 44585,
            "uuid": "bed3b1f2ce0c4ba780927e9fac04f696",
            "title": "MIDAS Open: UK mean wind data, v202507",
            "abstract": "The UK mean wind data contain the mean wind speed and direction, and the direction, speed and time of the maximum gust, all during 1 or more hours, ending at the stated time and date. The data were collected by observation stations operated by the Met Office across the UK and transmitted within the following message types: SYNOP, HCM, AWSHRLY, DLY3208, HWNDAUTO and HWND6910. The data spans from 1949 to 2024.\r\n\r\nThis version supersedes the previous version of this dataset and a change log is available in the archive, and in the linked documentation for this record, detailing the differences between this version and the previous version. The change logs detail new, replaced and removed data. These include the addition of data for calendar year 2024.\r\n\r\nFor further details on observing practice, including measurement accuracies for the message types, see relevant sections of the MIDAS User Guide linked from this record (e.g. section 3.3 details the wind network in the UK,  section 5.5 covers wind measurements in general and section 4 details message type information).\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by the Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record.",
            "keywords": "Met Office, MIDAS, UK, meteorology, wind speed, wind direction, gust",
            "publicationState": "citable",
            "dataPublishedTime": "2025-07-18T14:13:06",
            "doiPublishedTime": "2025-07-18T14:30:52.178004",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44571/?format=api",
                "dataPath": "/badc/ukmo-midas-open/data/uk-mean-wind-obs/dataset-version-202507/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 9239183702,
                "numberOfFiles": 15897,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12512/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/17/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76851/?format=api"
            ],
            "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13450/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213304/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213306/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213307/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/1194/?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": 44586,
            "uuid": "c0cd9756b5234f1881c375fb6bb94245",
            "title": "MIDAS Open: UK daily weather observation data, v202507",
            "abstract": "The UK daily weather observation data contain meteorological values measured on a 24 hour time scale. The measurements of sunshine duration, concrete state, snow depth, fresh snow depth, and days of snow, hail, thunder and gail were attained by observation stations operated by the Met Office across the UK operated and transmitted within DLY3208, NCM, AWSDLY and SYNOP messages. The data span from 1887 to 2024. For details of observations see the relevant sections of the MIDAS User Guide linked from this record for the various message types.\r\n\r\nThis version supersedes the previous version of this dataset and a change log is available in the archive, and in the linked documentation for this record, detailing the differences between this version and the previous version. The change logs detail new, replaced and removed data. These include the addition of data for calendar year 2024.\r\n\r\nThis dataset is part of the Midas-open dataset collection made available by the Met Office under the UK Open Government Licence, containing only UK mainland land surface observations owned or operated by the Met Office. It is a subset of the fuller, restricted Met Office Integrated Data Archive System (MIDAS) Land and Marine Surface Stations dataset, also available through the Centre for Environmental Data Analysis - see the related dataset section on this record. Currently this represents approximately 95% of available daily weather observations within the full MIDAS collection.",
            "keywords": "Met Office, MIDAS, UK, meteorology, daily, diurnal, monthly",
            "publicationState": "citable",
            "dataPublishedTime": "2025-07-17T14:36:33",
            "doiPublishedTime": "2025-07-18T14:31:07.910073",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44575/?format=api",
                "dataPath": "/badc/ukmo-midas-open/data/uk-daily-weather-obs/dataset-version-202507/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3268535791,
                "numberOfFiles": 52364,
                "fileFormat": "Data are BADC-CSV formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12513/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/18/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/76876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/78259/?format=api"
            ],
            "dataLineage": "Data collated by the Met Office and archived in the Met Office's MIDAS database. Data are extracted from a sub-set of available tables and delivered to Centre for Environmental Data Analysis (CEDA) approximately on a yearly basis.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13451/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/1186/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26184/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213316/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/1246/?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": 44589,
            "uuid": "0107f895ad4e4d62b7e8c1ba2fd9d737",
            "title": "Hunga WACCM6 (Whole Atmosphere Community Climate Model v6) global data (2022-2031)",
            "abstract": "Hunga WACCM6 global data provide simulations to investigate the evolution of Hunga volcanic water and aerosols and their impacts. It uses MAM4 aerosol model. It has nudged simulations (Exp2a) and free run simulations (Exp1). The Free run simulations has fixed SST (30 ensembles, Exp1_fixedSST) and coupled ocean (30 ensembles, Exp1_CoupledOcean). The nudged simulations are monthly average for 2022-2023, and the free run simulations are monthly average from 2022-2031. The simulations follow the protocol (Zhu et al., 2025, GMD). Contact WACCM team to get daily data.\r\nThe data are in time series with the variables requested by Zhu et al. (2025, GMD). The format is NetCDF. The grid resolution are about 1x1 degree.\r\nThe Hunga WACCM global data is produced for the APARC Hunga Impact Activity: Hunga Tonga Hunga Ha’apai Volcano Impact Model Observation Comparison (HTHH-MOC) Project and the Hunga Volcanic Eruption Atmospheric Impacts Report.\r\nPlease acknowledge the authors in publications.",
            "keywords": "APARC,Hunga Volcano,HTHHMOC,Hunga Impact Assessment,Hunga Volcanic Eruption Atmospheric Impacts Report",
            "publicationState": "preview",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "pending",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12545/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4803/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The data was created and updated on JASMIN since April 2024 and  transferred to CEDA in 2025.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44590/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213662/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/19041/?format=api",
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44594,
            "uuid": "793b4dab3094419caa5a20a1ec628f35",
            "title": "Hunga CMAM (Canadian Middle Atmosphere Model ) global data 2022-2031",
            "abstract": "Hunga CMAM global data provide simulations to investigate the evolution of Hunga volcanic water and aerosols and their impacts. It conducted free run simulations (Exp1) for control and H2Oonly runs. The Free run simulations has fixed SST (10 ensembles, Exp1_fixedSST) from 2022-2031. The simulations follow the protocol (Zhu et al., 2025, GMD).\r\nThe data are in time series with the variable named defined in Zhu et al. (2025, GMD). The simulations were performed at T47 spectral resolution (approximately 3.8° resolution on the linear transform grid used for the model physics), with 80 vertical levels giving a vertical resolution of approximately 0.8 km at 100 hPa, increasing to 2.3 km above 0.1 hPa. \r\nThe Hunga CMAM global data is produced for the APARC Hunga Impact Activity: Hunga Tonga Hunga Ha’apai Volcano Impact Model Observation Comparison (HTHH-MOC) Project and the Hunga Volcanic Eruption Atmospheric Impacts Report.",
            "keywords": "APARC,Hunga Volcano,HTHHMOC,Hunga Impact Assessment,Hunga Volcanic Eruption Atmospheric Impacts Report",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "pending",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12527/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4804/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "pre-existing transient run - the CCMI-2022 refD1 r1i1p1f1 simulation. The 10 ensemble members were started with a small random\r\nperturbation to the ground temperature initial conditions.\r\n\r\nSSTs/sea-ice was a repeating annual cycle calculated from the 2012-2021 average.\r\n\r\nThe QBO is nudged to follow observations, based on a timeseries of equatorial winds from the Singapore radiosonde observations. The timeseries follows observations up to August 2023, then uses an extension created by pasting on earlier parts of the timeseries that are congruent with the QBO. Here, the QBO timeseries from September, 1979 was inserted beginning January, 2024 with data for the last four months of 2023 created by linearly transitioning from the Singapore radiosonde data to the QBO record from 1979.\r\n\r\nMost other forcings are as specified for the CCMI-2022 simulations, including following SSP2-4.5 emissions, solar forcing, etc.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44590/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213362/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213367/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213369/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/39357/?format=api",
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44595,
            "uuid": "2e82011c05e1494a930e1c267666f0c4",
            "title": "Hunga GSFC2D (The NASA Goddard Space Flight Center 2D chemistry-climate model) global data 2022-2031",
            "abstract": "Hunga GSFC2D global data provide simulations to investigate the evolution of Hunga volcanic water and aerosols and their impacts. It conducted free run simulations (Exp1) with fixed SST (10 ensembles, Exp1_fixedSST) from 2022-2031; and nudged run from 2022-2023 (Exp2b, prescribed aerosol). The simulations follow the protocol (Zhu et al., 2025, GMD).\r\nThe data are in time series with the variable named defined in Zhu et al. (2025, GMD). The horizontal resolution is 4°, and 76 vertical levels until 0.002 hPa (~ 92 km).\r\nThe Hunga GSFC2D global data is produced for the APARC Hunga Impact Activity: Hunga Tonga Hunga Ha’apai Volcano Impact Model Observation Comparison (HTHH-MOC) Project and the Hunga Volcanic Eruption Atmospheric Impacts Report.",
            "keywords": "APARC,Hunga Volcano,HTHHMOC,Hunga Impact Assessment,Hunga Volcanic Eruption Atmospheric Impacts Report",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "pending",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12593/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4805/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "All simulations start from 1 January 2011 and are spun-up for 11 years (2011-2021).\r\nFor the H2O injection, Aura/MLS observations are used to derive a daily zonal mean water vapor anomaly in latitude-altitude, which is added to the baseline H2O (No volcano) through the end of February 2022. This combined water vapor field is then fully model computed starting 1 March 2022 through the end of 2031.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44590/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213378/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44758/?format=api",
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44596,
            "uuid": "5675b0be944f45a8af0e7ddbeb47a011",
            "title": "ESA Permafrost Climate Change Initiative (Permafrost_cci): Permafrost Ground Temperature for the Northern Hemisphere, v5.0",
            "abstract": "This dataset contains permafrost ground temperature data produced as part of the European Space Agency's (ESA) Climate Change Initiative (CCI) Permafrost project. It forms part of the second version of their Climate Research Data Package (CRDP v4). It is derived from a thermal model driven and constrained by satellite data. Grid products of CRDP v4 are released in annual files, covering the start to the end of the Julian year. This corresponds to average annual ground temperatures and is provided for specific depths (surface, 1m, 2m, 5m, 10m).\r\n \r\nCase A: It covers the Northern Hemisphere (north of 30°N) for the period 2003-2023 based on MODIS Land Surface temperature merged with downscaled ERA5 reanalysis near-surface air temperature data.\r\ne.g. ESACCI-PERMAFROST-L4-GTD-MODISLST_CRYOGRID-AREA4_PP-****-fv05.0.nc\r\nCase B: It covers the Northern Hemisphere (north of 30°N) for the period 1997-2002 based on downscaled ERA5 reanalysis near-surface air temperature data which are bias-corrected with the Case A product for the overlap period 2003-2023 using a pixel-specific statistics for each day of the year.\r\ne.g. ESACCI-PERMAFROST-L4-GTD-ERA5_MODISLST_BIASCORRECTED-AREA4_PP-****-fv05.0.nc",
            "keywords": "Permafrost, CCI, Ground Temperature",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-27T17:18:33",
            "doiPublishedTime": "2025-08-28T08:05:04",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44786/?format=api",
                "dataPath": "/neodc/esacci/permafrost/data/ground_temperature/L4/area4/pp/v05.0/northern_hemisphere/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 9775333633,
                "numberOfFiles": 28,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12886/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4144/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/32072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75341/?format=api"
            ],
            "dataLineage": "Data have been produced by the ESA CCI Permafrost project as part of ESA's Climate Change Initiative programme",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13517/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/29966/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/44805/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213391/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213395/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213396/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213398/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214439/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44769/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2596/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_permafrost_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44597,
            "uuid": "d235665772ec4b558e9a89ac85595e71",
            "title": "ESA Permafrost Climate Change Initiative (Permafrost_cci): Permafrost extent for the Northern Hemisphere, v5.0",
            "abstract": "This dataset contains permafrost extent data produced as part of the European Space Agency's (ESA) Climate Change Initiative (CCI) Permafrost project. It forms part of the second version of their Climate Research Data Package (CRDP v4). It is derived from a thermal model driven and constrained by satellite data. Grid products of CDRP v4 are released in annual files, covering the start to the end of the Julian year. This corresponds to average annual ground temperatures (at 2 m depth) which forms the basis for the retrieval of yearly fraction of permafrost-underlain and permafrost-free area within a pixel. A classification according to the IPA (International Permafrost Association) zonation delivers the well-known permafrost zones, distinguishing isolated (0-10%) sporadic (10-50%), discontinuous (50-90%) and continuous permafrost (90-100%). \r\n \r\nCase A: It covers the Northern Hemisphere (north of 30°N) for the period 2003-2023 based on MODIS Land Surface temperature merged with downscaled ERA5 reanalysis near-surface air temperature data. \r\ne.g. ESACCI-PERMAFROST-L4-PFR-MODISLST_CRYOGRID-AREA4_PP-****-fv05.0.nc\r\nCase B: It covers the Northern Hemisphere (north of 30°N) for the period 1997-2002 based on downscaled ERA5 reanalysis near-surface air temperature data which are bias-corrected with the Case A product for the overlap period 2003-2023 using a pixel-specific statistics for each day of the year.\r\ne.g. ESACCI-PERMAFROST-L4-PFR-ERA5_MODISLST_BIASCORRECTED-AREA4_PP-****-fv05.0.nc",
            "keywords": "Permafrost, CCI, Permafrost Extent",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-27T17:13:50",
            "doiPublishedTime": "2025-08-28T09:16:26",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44790/?format=api",
                "dataPath": "/neodc/esacci/permafrost/data/permafrost_extent/L4/area4/pp/v05.0/northern_hemisphere/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 332969849,
                "numberOfFiles": 28,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12886/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4082/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/32072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75343/?format=api"
            ],
            "dataLineage": "Data have been produced by the ESA CCI Permafrost project as part of ESA's Climate Change Initiative programme",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13516/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/29966/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/44805/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213409/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213412/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213423/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214442/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214441/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44769/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2596/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_permafrost_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44598,
            "uuid": "a6fbedd8ee5b472c8e84e55f746c1704",
            "title": "ESA Permafrost Climate Change Initiative (Permafrost_cci): Permafrost active layer thickness for the Northern Hemisphere, v5.0",
            "abstract": "This dataset contains permafrost active layer thickness data produced as part of the European Space Agency's (ESA) Climate Change Initiative (CCI) Permafrost project. It forms part of the second version of their Climate Research Data Package (CRDP v4). It is derived from a thermal model driven and constrained by satellite data. Grid products of CDRP v4 are released in annual files, covering the start to the end of the Julian year. The maximum depth of seasonal thaw is provided, which corresponds to the active layer thickness. \r\n \r\nCase A: It covers the Northern Hemisphere (north of 30°N) for the period 2003-2023 based on MODIS Land Surface temperature merged with downscaled ERA5 reanalysis near-surface air temperature data.\r\ne.g. ESACCI-PERMAFROST-L4-ALT-MODISLST_CRYOGRID-AREA4_PP-****-fv05.0.nc\r\nCase B: It covers the Northern Hemisphere (north of 30°N) for the period 1997-2002 based on downscaled ERA5 reanalysis near-surface air temperature data which are bias-corrected with the Case A product for the overlap period 2003-2023 using a pixel-specific statistics for each day of the year.\r\ne.g. ESACCI-PERMAFROST-L4-ALT-ERA5_MODISLST_BIASCORRECTED-AREA4_PP-****-fv05.0.nc",
            "keywords": "Permafrost, CCI, Active layer thickness",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-27T17:19:17",
            "doiPublishedTime": "2025-08-28T08:05:22",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44788/?format=api",
                "dataPath": "/neodc/esacci/permafrost/data/active_layer_thickness/L4/area4/pp/v05.0/northern_hemisphere/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 843454645,
                "numberOfFiles": 28,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12886/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4080/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/32072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75342/?format=api"
            ],
            "dataLineage": "Data have been produced by the ESA CCI Permafrost project as part of ESA's Climate Change Initiative programme",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13518/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/29966/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/44805/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213434/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213435/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213436/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213442/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213444/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214356/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213447/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213448/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214437/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44769/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2596/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_permafrost_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44599,
            "uuid": "9580c512bb474d00b1e0ee554e219bb7",
            "title": "ESA Permafrost Climate Change Initiative (Permafrost_cci): Permafrost active layer thickness for Antarctica, v5.0",
            "abstract": "This dataset contains permafrost active layer thickness data produced as part of the European Space Agency's (ESA) Climate Change Initiative (CCI) Permafrost project. It forms part of the second version of their Climate Research Data Package (CRDP v4). It is derived from a thermal model driven and constrained by satellite data. Grid products of CDRP v4 are released in annual files, covering the start to the end of the Julian year. The maximum depth of seasonal thaw is provided, which corresponds to the active layer thickness. \r\n \r\nCase A: It covers Antarctica (south of 60°S) for the period 2003-2023 based on MODIS Land Surface temperature merged with downscaled ERA5 reanalysis near-surface air temperature data.\r\ne.g. ESACCI-PERMAFROST-L4-ALT-MODISLST_CRYOGRID-AREA27_PP-****-fv05.0.nc\r\nCase B: It covers Antarctica (south of 60°S) for the period 1997-2002 based on downscaled ERA5 reanalysis near-surface air temperature data which are bias-corrected with the Case A product for the overlap period 2003-2023 using a pixel-specific statistics for each day of the year.\r\ne.g. ESACCI-PERMAFROST-L4-ALT-ERA5_MODISLST_BIASCORRECTED-AREA27_PP-****-fv05.0.nc",
            "keywords": "Permafrost, CCI, Active layer thickness",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-27T17:19:29",
            "doiPublishedTime": "2025-08-28T08:05:59",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44787/?format=api",
                "dataPath": "/neodc/esacci/permafrost/data/active_layer_thickness/L4/area4/pp/v05.0/Antarctica",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 24581896,
                "numberOfFiles": 28,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12886/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4837/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/32072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75342/?format=api"
            ],
            "dataLineage": "Data have been produced by the ESA CCI Permafrost project as part of ESA's Climate Change Initiative programme",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13520/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/29966/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/44805/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213452/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213453/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213456/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214354/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213471/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214445/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44769/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2596/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_permafrost_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44600,
            "uuid": "25447c253cbe435b937347756fe47146",
            "title": "ESA Permafrost Climate Change Initiative (Permafrost_cci): Permafrost extent for Antarctica, v5.0",
            "abstract": "This dataset contains permafrost extent data produced as part of the European Space Agency's (ESA) Climate Change Initiative (CCI) Permafrost project. It forms part of the second version of their Climate Research Data Package (CRDP v4). It is derived from a thermal model driven and constrained by satellite data. Grid products of CDRP v4 are released in annual files, covering the start to the end of the Julian year. This corresponds to average annual ground temperatures (at 2 m depth) which forms the basis for the retrieval of yearly fraction of permafrost-underlain and permafrost-free area within a pixel. A classification according to the IPA (International Permafrost Association) zonation delivers the well-known permafrost zones, distinguishing isolated (0-10%) sporadic (10-50%), discontinuous (50-90%) and continuous permafrost (90-100%). \r\n \r\nCase A: It covers Antarctica (south of 60°S) for the period 2003-2023 based on MODIS Land Surface temperature merged with downscaled ERA5 reanalysis near-surface air temperature data.\r\ne.g. ESACCI-PERMAFROST-L4-PFR-MODISLST_CRYOGRID-AREA27_PP-****-fv05.0.nc\r\nCase B: It covers Antarctica (south of 60°S) for the period 1997-2002 based on downscaled ERA5 reanalysis near-surface air temperature data which are bias-corrected with the Case A product for the overlap period 2003-2023 using a pixel-specific statistics for each day of the year\r\ne.g. ESACCI-PERMAFROST-L4-PFR-ERA5_MODISLST_BIASCORRECTED-AREA27_PP-****-fv05.0.nc",
            "keywords": "Permafrost, CCI, Permafrost Extent",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-27T17:19:23",
            "doiPublishedTime": "2025-08-28T08:05:44",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44785/?format=api",
                "dataPath": "/neodc/esacci/permafrost/data/permafrost_extent/L4/area4/pp/v05.0/Antarctica/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12875669,
                "numberOfFiles": 28,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/11997/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4838/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/32072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75343/?format=api"
            ],
            "dataLineage": "Data have been produced by the ESA CCI Permafrost project as part of ESA's Climate Change Initiative programme",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13519/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/29966/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/44805/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213476/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213477/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213487/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214436/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214435/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44769/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2596/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_permafrost_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44601,
            "uuid": "88380c00ad79414ab1a30d3cd4cb7ad9",
            "title": "ESA Permafrost Climate Change Initiative (Permafrost_cci): Permafrost Ground Temperature for Antarctica, v5.0",
            "abstract": "This dataset contains permafrost ground temperature data produced as part of the European Space Agency's (ESA) Climate Change Initiative (CCI) Permafrost project. It forms part of the second version of their Climate Research Data Package (CRDP v4). It is derived from a thermal model driven and constrained by satellite data. Grid products of CRDP v4 are released in annual files, covering the start to the end of the Julian year. This corresponds to average annual ground temperatures and is provided for specific depths (surface, 1m, 2m, 5m, 10m).\r\n \r\nCase A: It covers Antarctica (south of 60°S) for the period 2003-2023 based on MODIS Land Surface temperature merged with downscaled ERA5 reanalysis near-surface air temperature data.\r\ne.g. ESACCI-PERMAFROST-L4-GTD-MODISLST_CRYOGRID-AREA27_PP-****-fv05.0.nc\r\nCase B: It covers Antarctica (south of 60°S) for the period 1997-2002 based on downscaled ERA5 reanalysis near-surface air temperature data which are bias-corrected with the Case A product for the overlap period 2003-2023 using a pixel-specific statistics for each day of the year.\r\ne.g. ESACCI-PERMAFROST-L4-GTD-ERA5_MODISLST_BIASCORRECTED-AREA27_PP-****-fv05.0.nc",
            "keywords": "Permafrost, CCI, Ground Temperature",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-27T17:19:35",
            "doiPublishedTime": "2025-08-28T08:06:15",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44843/?format=api",
                "dataPath": "/neodc/esacci/permafrost/data/ground_temperature/L4/area4/pp/v05.0/Antarctica",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 187459526,
                "numberOfFiles": 28,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12886/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4835/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/32072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75341/?format=api"
            ],
            "dataLineage": "Data have been produced by the ESA CCI Permafrost project as part of ESA's Climate Change Initiative programme",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13521/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/29966/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/44805/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213501/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213503/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213513/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213515/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213518/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213519/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213520/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214444/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213522/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214443/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44769/?format=api",
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2596/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_permafrost_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44610,
            "uuid": "14dd121043e24f79b59d80e952b70f56",
            "title": "Wave projections from the North Western European shelf modelled from 1992-2093.",
            "abstract": "This dataset consists of outputs from a wave model for the North-West European Shelf. It contains simulation periods conducted over monthly time spans. These include: historic reanalysis periods: January 2017; June 2018 and climate projection periods: June 1992; January 1996; January 2050; June 2053; January 2090; June 2093. The outputs contain wave parameters integrated from the two-dimensional (frequency, direction) wave spectrum and describe wave height, period and directional characteristics for both the overall sea-state and wind-sea and swell components. The data are delivered on a regular grid at approximately 1.5km resolution, at an hourly frequency. The wave model is WAVEWATCH III and the North-West Shelf configuration is based on a rotated 1.5 km grid used for NORTHWESTSHELF_ANALYSIS_FORECAST_PHY_004_013. The model is forced by lateral boundary conditions from a consistent Global wave model. The reanalysis atmospheric forcing is given by the ECMWF ERA-5 Numerical Weather Prediction reanalysis. Future projections are forced by HadGEM3-GC3.05 PPE derived surface forcing and ocean lateral boundaries (Tinker et. al 2023). The outputs were generated under the ECOWind ACCELERATE project funded by the Natural Environment Research Council (NERC) under reference NE/X008886/1.",
            "keywords": "",
            "publicationState": "citable",
            "dataPublishedTime": "2025-07-18T19:32:09",
            "doiPublishedTime": "2025-07-18T19:32:09",
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44609/?format=api",
                "dataPath": "/bodc/pol250900/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "net-cdf"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12535/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4807/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The data are archived on the British Oceanographic Data Centre (BODC)'s space at the Centre for Environmental Data Analysis (CEDA) and assigned a DOI. No quality control procedures were applied by BODC.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13452/?format=api"
            ],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213537/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213539/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213538/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213536/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213535/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213534/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213540/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213541/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213543/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213544/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 44612,
            "uuid": "658d3bc291374f68abc4c5f3662ac74d",
            "title": "Model outputs containing ocean physics projections from the North Western European shelf from 1992-2093.",
            "abstract": "This dataset consists of outputs from a baroclinic hydrodynamic model for the North-West European Shelf. It contains simulation periods conducted over monthly time spans. These include: historic reanalysis periods: January 2017; June 2018 and climate projection periods: June 1992; January 1996; January 2050; June 2053; January 2090; June 2093. The outputs contain sea surface height, bottom and top temperature, bottom and top salinity, and seabed stress diagnostics, bottom and top current speed, as well as barotropic (depth integrated) velocities. The data are delivered on a regular grid at approximately 1.5km resolution, at an hourly frequency. The baroclinic hydrodnamic model is NEMO (Nucleus for European Modelling of the Ocean) and the North-West Shelf configuration is based on a rotated 1.5 km grid used for NORTHWESTSHELF_ANALYSIS_FORECAST_PHY_004_013. The reanalysis atmospheric forcing is given by the ECMWF ERA-5 Numerical Weather Prediction reanalysis. Future projections are forced by HadGEM3-GC3.05 PPE derived surface forcing and ocean lateral boundaries (Tinker et. al 2023). To reduce spin up time, the simulations are restarted from conditions base on the consistent AMM7 simulations interpolated to the AMM15 grid. The North Western boundary of the AMM15 grid, not covered by AMM7, is constructed by integrating a set of consistent AMM15 boundaries provided by the Met Office (not publicly available) and interpolating over the missing region. The outputs were generated under the ECOWind ACCELERATE project funded by the Natural Environment Research Council (NERC) under reference NE/X008886/1.",
            "keywords": "",
            "publicationState": "citable",
            "dataPublishedTime": "2025-07-18T19:24:00",
            "doiPublishedTime": "2025-07-18T19:24:00",
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44611/?format=api",
                "dataPath": "/bodc/pol250901/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 332992162500,
                "numberOfFiles": 25,
                "fileFormat": "net-cdf"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12536/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4807/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/36269/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/36270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/40492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60151/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86813/?format=api"
            ],
            "dataLineage": "The data are archived on the British Oceanographic Data Centre (BODC)'s space at the Centre for Environmental Data Analysis (CEDA) and assigned a DOI. No quality control procedures were applied by BODC.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13453/?format=api"
            ],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213546/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213555/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 44614,
            "uuid": "5e43b8208992426283231f2d91aa9a1a",
            "title": "Model outputs containing seabed mobility projections from the North Western European shelf from 1992-2093.",
            "abstract": "This dataset consists of outputs from a hydrodynamic and wave model for the North-West European Shelf. It contains simulation periods conducted over monthly time spans. These include: historic reanalysis periods: January 2017; June 2018 and climate projection periods: June 1992; January 1996; January 2050; June 2053; January 2090; June 2093. The outputs contain hourly combined mean and maximum bed shear stresses (Tau), and monthly derived seabed motion, or 'capacity to move'. Wave and hydrodynamic seabed stresses are calculated following the approach of Soulsby (1997). This indicates what sediment grain size could be mobilised at the seabed as the given value of shear stress. The data are delivered on a regular grid at approximately 1.5km resolution. The hydrodynamic model is NEMO (Nucleus for European Modelling of the Ocean) and wave model is WAVEWATCH III and the North-West Shelf configuration is based on a rotated 1.5 km grid used for NORTHWESTSHELF_ANALYSIS_FORECAST_PHY_004_013. The model is forced by lateral boundary conditions from a consistent Global wave hindcast. The reanalysis atmospheric forcing is given by the ECMWF ERA-5 Numerical Weather Prediction reanalysis. Future projections are forced by HadGEM3-GC3.05 PPE derived surface forcing and ocean lateral boundaries (Tinker et. al 2023). The wave model is forced by lateral boundary conditions from a consistent Global wave simulation. The outputs were generated under the ECOWind ACCELERATE project funded by the Natural Environment Research Council (NERC) under reference NE/X008886/1.",
            "keywords": "",
            "publicationState": "citable",
            "dataPublishedTime": "2025-07-18T19:15:17",
            "doiPublishedTime": "2025-07-18T19:15:17",
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44613/?format=api",
                "dataPath": "/bodc/pol250902/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "net-cdf"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12537/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4807/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The data are archived on the British Oceanographic Data Centre (BODC)'s space at the Centre for Environmental Data Analysis (CEDA) and assigned a DOI. No quality control procedures were applied by BODC.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13454/?format=api"
            ],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213562/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213566/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 44618,
            "uuid": "7ce5eb9abfbd43bcb62f619864e2598a",
            "title": "Landslide inventories for Nepal: Database 2010-2021",
            "abstract": "A record of landslide inventories that cover areas of Nepal and were published between 2010 and 2021. Specifically, this includes an Excel table listing inventories published between 2010 and 2021 as well as several characteristics for each inventory, such as the area mapped, the number of landslides mapped, where known, and methods used. Also included is an ArcGIS shapefile dividing Nepal into 5km2 hexagons. Each hexagon contains the number of landslide inventories within each region and several metrics, such as mean susceptibility and the number of recorded landslides from the Government of Nepal's Bipad Portal (bipadportal.gov.np).",
            "keywords": "Nepal,landslides,inventories",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "pending",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12540/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4810/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were compiled as part of the NERC-funded Sajag-Nepal project (NE_T01038X_1). Full details of how the inventory was compiled are provided in Harvey et al. (2024) Landslides, available at https://doi.org/10.1007/s11069-024-07013-1",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44619/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213602/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213611/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44620,
            "uuid": "00927c853d2e4c3486abce95fe049511",
            "title": "Evolution of coseismic and post-seismic landsliding after the 2015 Mw 7.8 Gorkha earthquake, Nepal",
            "abstract": "Dataset comprises landslide area density rasters used in the analysis of the spatial evolution of landsliding following the 2015 Mw 7.8 Gorkha earthquake in Nepal. The data include 11 epochs of landslide area density, including bi-annual assessments between 2014 and 2018 (pre- and post-monsoon), and an additional coseismic assessment from 2015.\r\n\r\nThe dataset covers an area of 25,575 km2 covering the 14 administrative districts most intensively affected by the 2015 Gorkha earthquake. An AOI shapefile polygon is included within the dataset.",
            "keywords": "Nepal,landslides,inventory,coseismic landslides,post-seismic landslides",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "pending",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12541/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4811/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were mapped by researchers at Durham University and NSET-Nepal with support from the UKRI-DFID SHEAR program (201844-112). A full description of the methodology and dataset is provided in Kincey et al. (2021) Journal of Geophysical Research-Earth Surface, https://doi.org/10.1029/2020JF005803. The dataset is also available via Zenodo at https://doi.org/10.5281/zenodo.4274485",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44619/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213619/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213629/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44621,
            "uuid": "526a1e026a99414aa86216ac0600fc51",
            "title": "National-Scale Rainfall-Triggered Landslide Susceptibility and Exposure in Nepal",
            "abstract": "This dataset is a 30 m resolution landslide susceptibility (hazard) model for Nepal. The dataset is derived from a fuzzy-logic model following the approach developed by Kritikos et al (2015), and is trained on a manually mapped landslide inventory (polygons of landslide locations and extents), originally produced by Durham University and NSET Nepal as part of the UKRI-DFID SHEAR program. The dataset shows the relative probability of a landslide occurring across the geographical extent of Nepal for rainfall triggered landslides only, on a scale of 1 (very highly anticipated) to 0 (very weakly anticipated). Further details and an online map viewer containing the data are available through the Government of Nepal's Bipad Portal (https://bipadportal.gov.np/risk-info/#/hazard)",
            "keywords": "Nepal,landslide susceptibility",
            "publicationState": "working",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "pending",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12542/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4812/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The dataset was created by researchers from Durham University with support from the UKRI-DFID SHEAR program (201844-112), the EPSRC project ‘Risk at the Margins’ (EP/T024747/1), the EU ECHO HIP project ‘Risk informed landslide management in Nepal’s hill areas’ (ECHO/-XA/BUD/2020/91026), and by a grant from the Global Challenges Research Fund Multi-Hazard and Systemic Risk programme for the ‘Sajag-Nepal’ project (NE/T01038X/1).\r\n\r\nA full description of the methodology and dataset is provided by Kincey et al. (2024) Earth's Future, available at https://doi.org/10.1029/2023EF004102. The dataset is also available from Zenodo via https://doi.org/10.5281/zenodo.8307963.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44619/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213646/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44622,
            "uuid": "7f91b1326a324caa9e436b8fdef4a0d8",
            "title": "Machine Learning for Hourly Air Pollution Prediction – Global (ML-HAPPG)",
            "abstract": "This dataset contains estimates of air pollution levels across the globe for every hour of the year 2022. It covers five major air pollutants that can affect human health and the environment. The data cover major air pollutants, including Nitrogen Dioxide (NO2), Ozone (O3), Particulate Matter smaller than 10 micrometres (PM10) and smaller than 2.5 micrometres (PM2.5), and Sulphur Dioxide (SO2). Each air pollutant's concentrations are predicted not only as average (mean) values but also include estimates at lower (5th percentile), median (50th percentile), and upper (95th percentile) levels to highlight typical and potential extreme pollution scenarios. The spatial coverage of the dataset includes the entire globe, structured as an evenly spaced grid, with each grid square covering an area of 0.25 degrees (0.25 degrees x 0.25 degrees). Data points correspond to the centre of these grid squares. There is also training data used for the model from real-world monitoring stations.",
            "keywords": "Ambient Air Quality,Global,Nitrogen Dioxide,Ozone,Particulate Matter,Sulphur Dioxide,Machine Learning,AI",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-13T09:15:33",
            "doiPublishedTime": "2025-08-13T10:36:50.108412",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44770/?format=api",
                "dataPath": "/badc/deposited2025/ML-HAPPG/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 383201486318,
                "numberOfFiles": 26397,
                "fileFormat": "NetCDF, txt, json"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12543/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4813/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/70271/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84239/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84266/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84361/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84368/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84380/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86833/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86839/?format=api"
            ],
            "dataLineage": "These pollution estimates were produced using a supervised machine learning method, which is a computational approach where algorithms are trained to identify patterns in historical data and apply these learned patterns to predict new data points. The predictions incorporated various environmental factors, including weather conditions (e.g., temperature, wind, precipitation), satellite measurements, and emission inventories (datasets detailing pollutants released into the atmosphere). Additionally, the dataset provides uncertainty intervals through percentile-based estimates, giving users insights into the reliability of the predictions.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13493/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/43886/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213651/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214361/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/44638/?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": 44625,
            "uuid": "749bd99f286248a1a0a21f26cd30e2ee",
            "title": "Atmospheric aerosols and meteorological observations for the Black and Bloom project.",
            "abstract": "In situ observations of atmospheric aerosols (optical particle counter) and basic meteorological parameters collected during two seasons on the Greenland Ice sheet for the Black and Bloom project.\r\nBlack and Bloom is a research project, funded by the UK Natural Environment Research Council (NERC), that aims to unravel how dark particles (black) and microbial processes (bloom) darken and accelerate the melting of the Greenland Ice Sheet.  The data has been collected during two distinct field seasons (July 12 – August 18, 2016 and June 1 – 28, 2017). During this time there were instrument outages and also the aerosol samplers were turned off during helicopter activity.\r\nThese particulate measurements were used to estimate deposition velocities.\r\nOffline DNA (OTU) analysis are included from air samples collected during the campaigns as well as Scanning Electron Microscope (SEM) particle size analysis.\r\nIn addition (in a seperate folder), ten-day  particle dispersion calculations made using the FLEXPART model initiated from the ground site (67.07° N, 49.38° W 1073 m Above Mean Sea Level)",
            "keywords": "Greenland Ice Sheet,aerosols,particles,mineral dust,glacier ice algae,grain size,phosphorus,snow,nutrients",
            "publicationState": "preview",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/45248/?format=api",
                "dataPath": "/badc/deposited2026/black_and_bloom_greenland_particulates",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 76071917,
                "numberOfFiles": 23,
                "fileFormat": "BADC-CSV"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12548/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4816/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92798/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92833/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92862/?format=api"
            ],
            "dataLineage": "The data were collected by the project team during two distinct field seasons (July 12 – August 18, 2016 and June 1 – 28, 2017) and archived at CEDA.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/44626/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213679/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/44634/?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": 44637,
            "uuid": "6242532d87d442a3acf0171d35c02e56",
            "title": "ESA Precursors for Aerosols and Ozone Climate Change Initiative (Precursors_cci): Merged CO product, version 1.0",
            "abstract": "The carbon monoxide (CO) Climate Data Record (CDR) merged product is a new monthly Level 3 CO product developed by merging satellite data from the IASI instrument (on METOP-A, B, and C) and the MOPITT instrument (on TERRA) as part of the ESA Climate Change Initiative (CCI) Precursors for Aerosols and Ozone project.\r\n\r\nAn intermediate IASI L3 product was created averaging cloud-free Level 2 CO from the three METOP platforms (A, B and C) using the Cloud Detection Product of Whitburn et al. (2022). These data were then combined with MOPITT V9T L3 data using a weighted averaging approach. Weights were determined based on the MOPITT CO total column to prior ratio. \r\n\r\nThe merged dataset includes CO total column monthly 1°x1° resolution grids as well as uncertainty grids, for both daytime and night-time from January 2008 to December 2024. Surface altitude grids as well as data source flags grids are also provided.\r\n\r\nThe European Space Agency (ESA) Precursors for Aerosol and Ozone Climate Change Initiative (Precursors CCI) project is part of ESA's Climate Change Initiative (CCI) to produce long term datasets of Essential Climate Variables derived from global satellite data.\r\n\r\nThe version number is 1.0. Data are available in NetCDF format.",
            "keywords": "Carbon Monoxide, CO, Climate Data Record, CDR, IASI, MOPITT, CCI",
            "publicationState": "citable",
            "dataPublishedTime": "2026-01-12T12:24:16",
            "doiPublishedTime": "2026-01-13T10:59:42",
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/45182/?format=api",
                "dataPath": "/neodc/esacci/precursors/data/MERGED_CO/v1.0",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 436392621,
                "numberOfFiles": 205,
                "fileFormat": "netcdf"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12549/?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/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61969/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/92557/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13690/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/45106/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/45107/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/216233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/215915/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/45160/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2674/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_precursors_for_aerosols_and_ozone_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44639,
            "uuid": "cc59802f299744df9453d8c221bf700f",
            "title": "Shipping Emissions in the Arctic and North Atlantic atmosphere (SEANA)",
            "abstract": "SEANA aims to understand the sources of aerosol particles including the contribution from shipping and to determine the response of Arctic and North Atlantic aerosols to future shipping emissions. SEANA coordinated a research cruise, on RRS Discovery, to the west side of Greenland to measure both natural and anthropogenic particles and understanding aerosol processes. These observations were used to update and improve a global aerosol model to better reproduce current \"baselines\" in the Arctic and North Atlantic Ocean. A series of advanced instruments was deployed during the SEANA project to measure both the chemical composition and physical properties of atmospheric aerosols. The core instrumentation suite is listed below:\r\nGas-phase Measurement Instruments: NOx , SO2 and O3 analyzers, PTR-MS, NO3 CIMS, HONO\r\nParticle-phase Measurements: FIDAS,SMPSs, Nephelometer, CCN\r\nOther supporting instruments: Meteorological sensors (T, RH, wind speed and direction), GPS, Chlorophyll-a",
            "keywords": "Arctic,North Atlantic,Particle-phase Measurements,Gas-phase measurement,Aerosol sources,CCN number concentration,Chlorophyll-a concentration,Meteorological measurements",
            "publicationState": "preview",
            "dataPublishedTime": null,
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "pending",
            "result_field": null,
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12641/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4872/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/43398/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213703/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213704/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214698/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214703/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214704/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214705/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214706/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214719/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214723/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214725/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214733/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44640/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44642,
            "uuid": "c5e585820d1240e89eea85ff2c9b4569",
            "title": "ESA River Discharge Climate Change Initiative (RD_cci):  Nadir radar altimeters Water Level product, v2.0",
            "abstract": "This dataset contains water level (WL) data from the ESA Climate Change Initiative River Discharge project (RD_cci).   Water level in this context corresponds to the distance between river surface water and a reference surface (the WGS84 ellipsoid). This physical variable might also be referred to as Water Surface Elevation (WSE) in other dataset or publications.\r\n\r\nThis version of the dataset is v2.0\r\n\r\nThese river water level time series have been computed in at 54 locations (within 18 river basins). The data has been derived from nadir viewing satellite radar altimeter missions (ERS-2, Envisat, Saral, Topex-Poseidon, Jason-1, Jason-2, Jason-3, Sentinel-3A/B and Sentinel 6A). At each location, time series are provided for each available single nadir radar altimetry mission. Based on these single mission time series, merged multi-missions WL time series (with two different methodologies for some basins) have also been produced.",
            "keywords": "CCI, Water Level, River Discharge",
            "publicationState": "citable",
            "dataPublishedTime": "2025-12-02T12:06:40",
            "doiPublishedTime": "2025-12-02T14:59:13.063674",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/45145/?format=api",
                "dataPath": "/neodc/esacci/river_discharge/data/WL/v2.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 46403303,
                "numberOfFiles": 871,
                "fileFormat": "Data are in NetCDF and CSV format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/11558/?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/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75513/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75515/?format=api"
            ],
            "dataLineage": "Data were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13655/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/41537/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213719/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213723/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213725/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/215213/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/45148/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2612/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_river_discharge_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44643,
            "uuid": "d56a6215ce394ddd8dff6bea5dbb0780",
            "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci): Daily land surface temperature from  MODIS (Moderate resolution Infra-red Spectroradiometer) on Terra, level 3 collated (L3C) global product (2000-2021), version 4.00",
            "abstract": "This dataset contains daily land surface temperatures (LSTs) and their uncertainty estimates from the Moderate Resolution Imaging Spectroradiometer (MODIS) on Earth Observing System – Terra (Terra). Satellite land surface temperatures are skin temperatures which means, for example, the temperature of the ground surface in bare soil areas, the temperature of the canopy over forests, and a mix of the soil and leaf temperature over sparse vegetation. The skin temperature is an important variable when considering surface fluxes of, for instance, heat and water.\r\n\r\nDaytime and night-time temperatures are provided in separate files corresponding to the morning and evening Terra equator crossing times which are 10:30 and 22:30 local solar time. Per pixel uncertainty estimates are given in two forms, first, an estimate of the total uncertainty for the pixel and second, a breakdown of the uncertainty into components by correlation length. Also provided in the files, on a per pixel basis, are the observation time, the satellite viewing and solar geometry angles, a quality flag, and land cover class.\r\n\r\nThe dataset coverage is global over the land surface. LSTs are provided on a global equal angle grid at a resolution of 0.01° longitude and 0.01° latitude. MODIS achieves full Earth coverage nearly twice per day so the daily files have small gaps primarily close to the equator where the surface is not covered by the satellite swath on that day. Furthermore, LSTs are not produced where clouds are present since under these circumstances the IR radiometer observes the cloud top which is usually much colder than the surface.\r\n\r\nThe daily dataset starts from 24th February 2000 and ends 31st December 2021. There are minor interruptions (1-2 days) during satellite/instrument maintenance periods.\r\n\r\nIn Version 4.00 the time series has been extended to 2021. The emissivities used in the retrieval come from the Combined ASTER and MODIS Emissivity over Land (CAMEL) Version 2 database; in Version 4.00 a climatology is used since there are temporal instabilities in the CAMEL time series.\r\n\r\nThe dataset was produced by the University of Leicester (UoL) and LSTs were retrieved using a generalised split window retrieval algorithm and data were processed in the UoL processing chain.\r\n\r\nThe dataset was produced as part of the ESA Land Surface Temperature Climate Change Initiative which strives to improve satellite datasets to Global Climate Observing System (GCOS) standards.",
            "keywords": "",
            "publicationState": "citable",
            "dataPublishedTime": "2025-12-02T17:46:11",
            "doiPublishedTime": "2025-12-03T08:25:08.971138",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/45090/?format=api",
                "dataPath": "/neodc/esacci/land_surface_temperature/data/TERRA_MODIS/L3C/0.01/v4.00/daily/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 14645915713781,
                "numberOfFiles": 15839,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12552/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2896/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84150/?format=api"
            ],
            "dataLineage": "The data record has been produced by the University of Leicester working within the ESA Land Surface Temperature Climate Change Initiative (LST_cci), and supplied for archiving at the Centre for Environmental Data Analysis (CEDA). \r\nContact: data.lst-cci@acri-st.fr",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13656/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/33361/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213735/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213738/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/45095/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2558/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_lst_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44644,
            "uuid": "a92c495827ef4c81a901f878adb6ef70",
            "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci): Daily land surface temperature from  MODIS (Moderate resolution Infra-red Spectroradiometer) on Aqua, level 3 collated (L3C) global product (2002-2021), version 4.00",
            "abstract": "This dataset contains daily-averaged land surface temperatures (LSTs) and their uncertainty estimates from the Moderate Resolution Imaging Spectroradiometer (MODIS) on Earth Observing System – Aqua (Aqua). Satellite land surface temperatures are skin temperatures which means, for example, the temperature of the ground surface in bare soil areas, the temperature of the canopy over forests, and a mix of the soil and leaf temperature over sparse vegetation. The skin temperature is an important variable when considering surface fluxes of, for instance, heat and water.\r\n\r\nDaytime and night-time temperatures are provided in separate files corresponding to the daytime and night-time Aqua equator crossing times which are 13:30 and 01:30 local solar time. Per pixel uncertainty estimates are given in two forms, first, an estimate of the total uncertainty for the pixel and second, a breakdown of the uncertainty into components by correlation length. Also provided in the files, on a per pixel basis, are the observation time, the satellite viewing and solar geometry angles, a quality flag, and land cover class.\r\n\r\nThe dataset coverage is global over the land surface. LSTs are provided on a global equal angle grid at a resolution of 0.01° longitude and 0.01° latitude. MODIS achieves full Earth coverage nearly twice per day so the daily files have small gaps primarily close to the equator where the surface is not covered by the satellite swath on that day. Furthermore, LSTs are not produced where clouds are present since under these circumstances the IR radiometer observes the cloud top which is usually much colder than the surface.\r\n\r\nDataset coverage starts on 4th July 2002 and ends on 31st December 2021. There are minor interruptions (1-2 days) during satellite/instrument maintenance periods.\r\n\r\nIn Version 4.00 the time series has been extended to 2021. The emissivities used in the retrieval come from the Combined ASTER and MODIS Emissivity over Land (CAMEL) Version 2 database; in Version 4.00 a climatology is used since there are temporal instabilities in the CAMEL time series.\r\n\r\nThe dataset was produced by the University of Leicester (UoL) and LSTs were retrieved using a generalised split window retrieval algorithm and data were processed in the UoL processing chain.\r\nThe dataset was produced as part of the ESA Land Surface Temperature Climate Change Initiative which strives to improve satellite datasets to Global Climate Observing System (GCOS) standards.",
            "keywords": "CCI, Land Surface Temperature, LST, MODIS AQUA",
            "publicationState": "citable",
            "dataPublishedTime": "2025-12-02T17:45:32",
            "doiPublishedTime": "2025-12-03T08:25:42.848630",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/45097/?format=api",
                "dataPath": "/neodc/esacci/land_surface_temperature/data/AQUA_MODIS/L3C/0.01/v4.00/daily/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 13486159611868,
                "numberOfFiles": 14211,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12553/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2896/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84150/?format=api"
            ],
            "dataLineage": "The data record has been produced by the University of Leicester working within the ESA Land Surface Temperature Climate Change Initiative (LST_cci), and supplied for archiving at the Centre for Environmental Data Analysis (CEDA). \r\nContact: data.lst-cci@acri-st.fr",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13657/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/33361/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213739/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213748/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/45096/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2558/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_lst_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44645,
            "uuid": "030157c0dda24ae28fc0f56d39cf1ed1",
            "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci): Daily land surface temperature from ATSR-2 (Along-Track Scanning Radiometer 2),  level 3 collated (L3C) global product (1995-2003), version 4.00",
            "abstract": "This dataset contains land surface temperatures (LSTs) and their uncertainty estimates from the Along-Track Scanning Radiometer (ATSR-2) on European Remote-sensing Satellite 2 (ERS-2). Satellite land surface temperatures are skin temperatures, which means, for example, the temperature of the ground surface in bare soil areas, the temperature of the canopy over forests, and a mix of the soil and leaf temperature over sparse vegetation. The skin temperature is an important variable when considering surface fluxes of, for instance, heat and water.\r\n\r\nDaytime and nighttime temperatures are provided in separate files corresponding to the morning and evening ERS-2 equator crossing times which are 10:30 and 22:30 local solar time.\r\n\r\nPer pixel uncertainty estimates are given in two forms, first, an estimate of the total uncertainty for the pixel and second, a breakdown of the uncertainty into components by correlation length.\r\n\r\nAlso provided in the files, on a per pixel basis, are the observation time, the satellite viewing and solar geometry angles, a quality flag, and land cover class.\r\n\r\nThe dataset coverage is near global over the land surface. Small regions were not covered due to downlinking constraints (most noticeably a track extending southwards across central Asia through India – further details can be found on the ATSR project webpages at https://artefacts.ceda.ac.uk/frozen_sites/www.atsr.rl.ac.uk/documentation/docs/userguide/index.shtml).\r\n\r\nLSTs are provided on a global equal angle grid at a resolution of 0.01° longitude and 0.01° latitude. ATSR-2 achieves full Earth coverage in 3 days so the daily files have gaps where the surface is not covered by the satellite swath on that day. Furthermore, LSTs are not produced where clouds are present since under these circumstances the IR radiometer observes the cloud top which is usually much colder than the surface.\r\n\r\nDataset coverage starts on 1st June 1995 and ends on 22nd June 2003. There are two gaps of several months in the dataset: no data were acquired from ATSR-2 between 23 December 1995 and 30 June 1996 due to a scan mirror anomaly; and the ERS-2 gyro failed in January 2001, data quality was less good between 17th Jan 2001 and 5th July 2001 and are not used in this dataset. There are minor interruptions (1-2 days) during satellite/instrument maintenance periods.\r\n\r\nVersion 4.00 uses data from the 4th reprocessing of the ATSR L1B archive. The emissivities used in the retrieval come from the Combined ASTER and MODIS Emissivity over Land (CAMEL) Version 2 database; in Version 4.00 a climatology is used since there are temporal instabilities in the CAMEL time series.\r\n\r\nThe dataset was produced by the University of Leicester (UoL) and LSTs were retrieved using the (UoL) LST retrieval algorithm and data were processed in the UoL processing chain.\r\n\r\nThe dataset was produced as part of the ESA Land Surface Temperature Climate Change Initiative which strives to improve satellite datasets to Global Climate Observing System (GCOS) standards.",
            "keywords": "land surface temperature, ESA, CCI, ATSR-2",
            "publicationState": "citable",
            "dataPublishedTime": "2025-12-05T16:16:19",
            "doiPublishedTime": "2025-12-05T16:33:39.416047",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/45163/?format=api",
                "dataPath": "/neodc/esacci/land_surface_temperature/data/ERS-2_ATSR/L3C/0.01/v4.00/daily/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1704277622518,
                "numberOfFiles": 5433,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12554/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2896/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75126/?format=api"
            ],
            "dataLineage": "The data record has been produced by the University of Leicester working within the ESA Land Surface Temperature Climate Change Initiative (LST_cci), and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).\r\nContact: data.lst-cci@acri-st.fr",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13664/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/33361/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213758/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/34667/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2558/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_lst_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44646,
            "uuid": "3c05b3af81f540718faeb6fa1b2046e6",
            "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci): Daily land surface temperature from AATSR (Advanced Along-Track Scanning Radiometer), level 3 collated (L3C) global product (2002-2012), version 4.00",
            "abstract": "This dataset contains daily-averaged land surface temperatures (LSTs) and their uncertainty estimates from the Advanced Along-Track Scanning Radiometer (AATSR) on the Environmental Satellite (Envisat). Satellite land surface temperatures are skin temperatures, which means, for example, the temperature of the ground surface in bare soil areas, the temperature of the canopy over forests, and a mix of the soil and leaf temperature over sparse vegetation. The skin temperature is an important variable when considering surface fluxes of, for instance, heat and water.\r\n\r\nDaytime and night-time temperatures are provided in separate files corresponding to the morning and evening Envisat equator crossing times which are 10:00 and 22:00 local solar time. Per pixel uncertainty estimates are given in two forms, first, an estimate of the total uncertainty for the pixel and second, a breakdown of the uncertainty into components by correlation length. Also provided in the files, on a per pixel basis, are the observation time, the satellite viewing and solar geometry angles, a quality flag, and land cover class.\r\n\r\nThe dataset coverage is global over the land surface. LSTs are provided on a global equal angle grid at a resolution of 0.01° longitude and 0.01° latitude. AATSR achieves full Earth coverage in 3 days so the daily files have gaps where the surface is not covered by the satellite swath on that day. Furthermore, LSTs are not produced where clouds are present since under these circumstances the IR radiometer observes the cloud top which is usually much colder than the surface.\r\n\r\nDataset coverage starts on 20th May 2002 and ends on 8th April 2012. There is a twelve day gap in the dataset due to Envisat mission extension orbital manoeuvres from 21st October 2010 to 1st November 2010. There are minor interruptions (1-2 days) during satellite/instrument maintenance periods.\r\n\r\nVersion 4.00 uses data from the 4th reprocessing of the ATSR L1B archive. The emissivities used in the retrieval come from the Combined ASTER and MODIS Emissivity over Land (CAMEL) Version 2 database; in Version 4.00 a climatology is used since there are temporal instabilities in the CAMEL time series.\r\n\r\nThe dataset was produced by the University of Leicester (UoL) and LSTs were retrieved using the (UoL) LST retrieval algorithm and data were processed in the UoL processing chain.\r\n\r\nThe dataset was produced as part of the ESA Land Surface Temperature Climate Change Initiative which strives to improve satellite datasets to Global Climate Observing System (GCOS) standards.",
            "keywords": "land surface temperature, ESA, CCI, AATSR",
            "publicationState": "citable",
            "dataPublishedTime": "2025-12-05T13:51:26",
            "doiPublishedTime": "2025-12-05T16:34:42",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/45164/?format=api",
                "dataPath": "/neodc/esacci/land_surface_temperature/data/ENVISAT_ATSR/L3C/0.01/v4.00/daily/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2138200970578,
                "numberOfFiles": 6973,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12555/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2896/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75126/?format=api"
            ],
            "dataLineage": "The data record has been produced by the University of Leicester working within the ESA Land Surface Temperature Climate Change Initiative (LST_cci), and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).\r\nContact: data.lst-cci@acri-st.fr",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13665/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/33361/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213769/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/34728/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2558/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_lst_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44647,
            "uuid": "c836ded4f8154c3ba86ee58ec0a7a7b1",
            "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci): Daily land surface temperature from the Metop-A AVHRR (Advanced Very High Resolution Radiometer) instrument, level 3 collated (L3C) global product, version 2.00",
            "abstract": "This dataset contains daily land surface temperatures (LSTs) and their uncertainty estimates from the Advanced Very High Resolution Radiometer 3 (AVHRR-3) on the Metop-A satellite. Satellite land surface temperatures are skin temperatures, which means, for example, the temperature of the ground surface in bare soil areas, the temperature of the canopy over forests, and a mix of the soil and leaf temperature over sparse vegetation. The skin temperature is an important variable when considering surface fluxes of, for instance, heat and water.\r\n\r\nDaytime and night-time temperatures are provided in separate files corresponding to the morning and evening METOP-A equator crossing times which are 9.30 and 21:30 local solar time. Per pixel uncertainty estimates are given in two forms, first, an estimate of the total uncertainty for the pixel and second, a breakdown of the uncertainty into components by correlation length. Also provided in the files, on a per pixel basis, are the observation time, the satellite viewing and solar geometry angles, a quality flag, and land cover class.\r\n\r\nThe dataset coverage is global over the land surface. LSTs are provided on a global equal angle grid at a resolution of 0.01° longitude and 0.01° latitude. The daily files have gaps where the surface is not covered by the satellite swath during day or night on that day. Furthermore, LSTs are not produced where clouds are present since under these circumstances the IR radiometer observes the cloud top which is usually much colder than the surface.\r\n\r\nDataset coverage starts on 1st March 2007 and ends on 31st December 2020. There are minor interruptions during satellite/instrument maintenance periods or instrument anomalies.\r\n\r\nThe emissivities used in the retrieval come from the Combined ASTER and MODIS Emissivity over Land (CAMEL) Version 2 database; in Version 4.00 a climatology is used since there are temporal instabilities in the CAMEL time series.\r\n\r\nThe dataset was produced by the University of Leicester (UoL) and LSTs were retrieved using the (UoL) LST retrieval algorithm and data were processed in the UoL processing chain.\r\n\r\nThe dataset was produced as part of the ESA Land Surface Temperature Climate Change Initiative which strives to improve satellite datasets to Global Climate Observing System (GCOS) standards.",
            "keywords": "land surface temperature, ESA, CCI, AVHRR Metop-A",
            "publicationState": "citable",
            "dataPublishedTime": "2026-02-13T17:26:18",
            "doiPublishedTime": "2026-02-13T17:30:17",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/45167/?format=api",
                "dataPath": "/neodc/esacci/land_surface_temperature/data/METOPA_AVHRR/L3C/0.01/v2.00/daily/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6089795200767,
                "numberOfFiles": 9979,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12556/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2896/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75124/?format=api"
            ],
            "dataLineage": "The data record has been produced by the University of Leicester working within the ESA Land Surface Temperature Climate Change Initiative (LST_cci), and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).\r\nContact: data.lst-cci@acri-st.fr",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13723/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/33361/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213780/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/45171/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2558/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_lst_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44648,
            "uuid": "00e79f41a85142d49b853695f07c3c2a",
            "title": "Multi-channel seismic data recorded by Sercel SEAL streamer and recording system during RRS James Cook expedition JC228, Guatemala Basin (2022-2023)",
            "abstract": "Multi-channel seismic (MCS) data were recorded by Sercel SEAL streamer and recording system during RRS James Cook expedition JC228 (December 2022 to January 2023) in the Guatemala Basin region of the North Pacific Ocean. The aim was to sample fast-spreading ocean lithosphere of the northern Cocos Plate from its formation to subduction in the Mid-America Trench. MCS data were recorded along a linear transect with grids in three focus areas; two on the passively cooling oceanic plate, the third spanned the transition into the subduction zone. This work aimed to deliver key information on the evolution of oceanic lithosphere as well as provide essential site survey information for two IODP Proposals: the flagship MoHole to Mantle initiative (M2M; IODP-805MDP) and the Bend Fault Serpentinization experiment (approved IODP-876Pre). The work was undertaken by scientists at the University of Southampton, UK in collaboration with GEOMAR Helmholtz Centre for Ocean Research, Germany, funded as part of NERC grant 'From Ridge to Trench, MoHole to Bend-Faults', grant reference NE/M021246/1.",
            "keywords": "",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-04T11:09:00",
            "doiPublishedTime": "2025-08-04T11:09:00",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44636/?format=api",
                "dataPath": "/bodc/uso250924",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 0,
                "numberOfFiles": 0,
                "fileFormat": "segy"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12557/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4818/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "The data are archived on the British Oceanographic Data Centre (BODC)'s space at the Centre for Environmental Data Analysis (CEDA) and assigned a DOI. No quality control procedures were applied by BODC.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13464/?format=api"
            ],
            "projects": [],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213790/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 44650,
            "uuid": "05fba4c5b8fe4daea8ff751026daf438",
            "title": "The GEBCO_2025 Grid - a continuous terrain model for oceans and land at 15 arc-second intervals",
            "abstract": "The GEBCO_2025 Grid is a global continuous terrain model for ocean and land with a spatial resolution of 15 arc seconds. In regions largely outside of the Arctic and Southern Ocean areas, the grid uses as a base Version 2.7 of the SRTM15_plus data set (Tozer et al., 2019). This data set is a fusion of land topography with measured and estimated seafloor topography. Included on top of this base grid are gridded bathymetric data sets developed by the four Regional Centers of The Nippon Foundation-GEBCO Seabed 2030 Project. The GEBCO_2025 Grid represents all data within the 2025 compilation. The compilation of the GEBCO_2025 Grid was carried out at the Seabed 2030 Global Center, hosted at the National Oceanography Centre, UK, with the aim of producing a seamless global terrain model. Outside of Polar regions, the Regional Centers provide their data sets as sparse grids i.e. only grid cells that contain data are populated. These data sets were included on to the base using a 'remove-restore' blending procedure. This is a two-stage process of computing the difference between the new data and the base grid and then gridding the difference and adding the difference back to the existing base grid. The aim is to achieve a smooth transition between the new and base data sets with the minimum of perturbation of the existing base data set. The data sets supplied in the form of complete grids (primarily areas north of 60N and south of 50S) were included using feather blending techniques from GlobalMapper software. The GEBCO_2025 Grid has been developed through the Nippon Foundation-GEBCO Seabed 2030 Project. This is a collaborative project between the Nippon Foundation of Japan and the General Bathymetric Chart of the Oceans (GEBCO). It aims to bring together all available bathymetric data to produce the definitive map of the world ocean floor by 2030 and make it available to all. Funded by the Nippon Foundation, the four Seabed 2030 Regional Centers include the Southern Ocean - hosted at the Alfred Wegener Institute (AWI), Germany; Pacific Ocean - hosted at the National Institute of Water and Atmospheric Research (NIWA), New Zealand; Atlantic and Indian Oceans - hosted at the Lamont-Doherty Earth Observatory (LDEO), Columbia University, USA; Arctic and North Pacific Oceans - jointly hosted at Stockholm University, Sweden and the Center for Coastal and Ocean Mapping at the University of New Hampshire, USA.",
            "keywords": "elevation, oceans",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-04T15:20:37",
            "doiPublishedTime": "2025-08-04T15:20:37",
            "updateFrequency": "",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44651/?format=api",
                "dataPath": "/bodc/gebco/global/gebco_2025",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 114714162013,
                "numberOfFiles": 114,
                "fileFormat": "Data: .nc; .tif; .xml; .asc; .prj\r\nDocumentation and metadata: .csv; .txt; .pdf; .xlsx;"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12560/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4696/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/12066/?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/74864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74865/?format=api"
            ],
            "dataLineage": "The GEBCO_2025 grid has been generated from bathymetric data sets compiled by the Nippon Foundation-GEBCO Seabed 2030 Grid Compilation Team. The global grid has been assembled from these inputs by the Seabed 2030 Global Center, hosted by the National Oceanography Centre, UK at the British Oceanographic Data Centre (BODC). On behalf of the GEBCO project, BODC make the compilation available for publication through the BODC Published Data Library and the GEBCO Project website. Data were published at BODC, and archived at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13466/?format=api"
            ],
            "projects": [],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/43520/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213798/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213833/?format=api"
            ],
            "procedureAcquisition": null,
            "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": 44652,
            "uuid": "d24cd5dd66064d7b84350b2495227836",
            "title": "WesCon: Met Office surface to 16 m meteorology, radiation and subsoil measurements from   Airfield Camp, Netheravon, v1.0 (20230421-20230914)",
            "abstract": "A continuous hydrometeorological record of the temporary Met Office Observation-based research site at Netheravon, Wiltshire (51.241°N, -1.777°W, 120 m amsl) in southern England during the summer of 2023. Netheravon formed a supersite for the Wessex Summertime Convection Experiment (WesCon)/WesCon - Observing the Evolving Structures of Turbulence (WOEST) field campaign. This dataset contains recorded surface meteorology, radiation and subsoil measurements  from sensors mounted on a combination of 1.2 m, 2 m and 16 m masts at 1, 5, 10, and 30 minute averaging periods.\r\n\r\nInstruments mounted on 1.2m, 2 m and 16 m masts include:\r\n•\tVector Instruments T302 PRT temperature sensors.\r\n•\tScreened and aspirated HMP155s for measuring temperature and relative humidity.\r\n•\tGill HS50 3-D horizontally symmetric ultrasonic anemometers for winds and turbulent heat fluxes.\r\n•\tLicor Li-7500 high-speed open-path hygrometer was located at 16 m.\r\n•\tDelta-T BS5 measured barometric pressure at 1.5 m.\r\n\r\nSurface instrumentation includes:\r\n•\tRainfall is measured with a EML SB500 tipping-bucket gauge with a 0.2 mm accuracy.\r\n•\tScreened and aspirated Rotronics Hydroclip2 measured grass canopy (8 cm) air temperature and RH.\r\nRadiation instrumentation includes:\r\n•\tClear-domed Kipp and Zonen CMP21 pyranometers located at 2 m measured global downwelling, and upwelling components (of wavelength between 0.3-3 μm).\r\n•\tKipp and Zonen CG4 pyrgeometers located at 2 m measured the downwelling and upwelling longwave radiation (4.5–40 μm).\r\n•\tGrass and concrete skin temperatures were measured radiometrically with the Heitronics KT15 pyrometer.\r\n\r\nAerosol and visibility instrumentation includes:\r\n\r\n•\tA Campbell CS120 visiometer located at 2 m measured visual range through air (visibility)\r\nSubsoil instrumentation includes:\r\n•\tDelta-T ML3 theta probes measured volumetric soil moisture at the surface (0-5 cm) and 10 cm depths.\r\n•\tDelta-T ST1 thermistor probes measured soil temperature at 1, 4, 10, 17 cm depths.\r\n•\tHukseflux HFP01SC flux plate measured ground heat flux (2 cm depth).\r\n\r\n\r\nThese data conform to the NCAS data standards and are available under the UK Government Open Licence agreement. Acknowledgement of NCAS as the data provider is required whenever and wherever these data are used.",
            "keywords": "WesCon, Met Office, observation, turbulence, wind speed, wind direction, boundary layer, temperature, relative humidity, upwelling, shortwave, longwave, radiative flux, radiation, surface, precipitation, rainfall, amount, visibility, soil, moisture, flux tower, surface, subsurface",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-07T07:44:03",
            "doiPublishedTime": "2025-08-07T09:54:02",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44653/?format=api",
                "dataPath": "/badc/woest/data/metoffice-fluxtower-netheravon/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 492545730,
                "numberOfFiles": 584,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12561/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4728/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/63667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/81231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85719/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85723/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85725/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85735/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85739/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85796/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85798/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85833/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/85880/?format=api"
            ],
            "dataLineage": "Data were processed and prepared by the Met Office instrument team before delivery to the NERC EDS Centre for Environmental Data Analysis (CEDA) for long term archival.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13473/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/37501/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213842/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213850/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44655/?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"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44656,
            "uuid": "91e618f4a45c4d698e161aa10119cc14",
            "title": "WesCon: humidity profiles, liquid water paths and integrated water vapour measurement from the Met Office RPG Humpro microwave radiometer at Airfield Camp, Netheravon, v1.0 (20230419-20230919)",
            "abstract": "Data from the Met Office Observation-based research RPG Humpro profiling microwave radiometer deployed at Netheravon, Wiltshire (51.241°N, -1.777°W, 120 m amsl) in southern England during the summer of 2023. Netheravon formed a supersite for the Wessex Summertime Convection Experiment (WesCon)/WesCon - Observing the Evolving Structures of Turbulence (WOEST) field campaign. The dataset includes retrieved humidity profiles in addition to the liquid water paths and integrated water vapour paths using brightness temperatures measured at seven microwave frequencies between 22.24 and 31.4 GHz (this band in general being sensitive to water vapour and cloud). The liquid and vapour water path retrievals used a supplied neural network algorithm (which is trained with radiosonde data using a radiative transfer scheme). Two archived files are available, based on the time series (water vapour and liquid water) and profile (humidity) data.\r\n\r\nTo ensure optimal traceability and transparency of data, comprehensive metadata is included.",
            "keywords": "WesCon, Met Office, observation, humidity",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-07T08:12:05",
            "doiPublishedTime": "2025-08-07T09:51:21",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44659/?format=api",
                "dataPath": "/badc/woest/data/metoffice-microwave-radiometer-humpro/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3708409281,
                "numberOfFiles": 300,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12562/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4728/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75703/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84706/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84708/?format=api"
            ],
            "dataLineage": "Data were processed and prepared by the Met Office instrument team before delivery to the NERC EDS Centre for Environmental Data Analysis (CEDA) for long term archival.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13472/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/37501/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213853/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213861/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44658/?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"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44660,
            "uuid": "c8038337158c4ecd90d21c0a199cce41",
            "title": "WesCon: precipitation measurements from the Met Office Thies disdrometer at Airfield Camp, Netheravon, v1.0 (20230419-20230919)",
            "abstract": "Precipitation measurements from the Met Office Thies disdrometer deployed at Netheravon, Wiltshire (51.241°N, -1.777°W, 120 m amsl) in southern England during the summer of 2023. Netheravon formed a supersite for the Wessex Summertime Convection Experiment (WesCon)/WesCon - Observing the Evolving Structures of Turbulence (WOEST) field campaign. \r\nThe Thies laser disdrometer is a laser optical device used for the measurement of diameter and fall velocity of hydrometeors. From such measurements, it is possible to classify different types of precipitation, such as drizzle, rain, hail, snow, and mixed precipitation, quantify precipitation in a time interval, and derive size and velocity joint distribution. Thies laser disdrometer can in addition detect fine drizzle, drop fall speed and drop size distribution. \r\nTo ensure optimal traceability and transparency of data, comprehensive metadata is included.",
            "keywords": "WesCon, Met Office, precipitation, rainfall, drizzle rate, droplet size distribution, fall speed, spectra",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-07T08:14:50",
            "doiPublishedTime": "2025-08-07T09:48:27",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44662/?format=api",
                "dataPath": "/badc/woest/data/metoffice-disdrometer/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 398590300,
                "numberOfFiles": 147,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12562/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4728/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/84640/?format=api"
            ],
            "dataLineage": "Data were processed and prepared by the Met Office instrument team before delivery to the NERC EDS Centre for Environmental Data Analysis (CEDA) for long term archival.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13471/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/37501/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213876/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44661/?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"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44663,
            "uuid": "7fb87dfcc7af40f783dc181b2c0d3e6c",
            "title": "WesCon: Vertical wind profiles and backscatter measurements from the Met Office Halo Doppler Lidar unit 35 at Airfield Camp, Netheravon, v1.0 (20230426-20230918)",
            "abstract": "Vertical wind profiles and backscatter measurements from the Met Office Halo Doppler Lidar unit 35 deployed at Netheravon, Wiltshire (51.241°N, -1.777°W, 120 m amsl) in southern England during the summer of 2023. Netheravon formed a supersite for the Wessex Summertime Convection Experiment (WesCon)/WesCon - Observing the Evolving Structures of Turbulence (WOEST) field campaign. \r\nThe Halo lidar is based on a 1565 nm laser emitting linearly polarized pulsed light through an 8 cm diameter lens with a heterodyne detector. Laser beam returns from the atmosphere are range-gated velocity and back-scattered power. The Halo is capable of full hemispheric scanning of the backscatter coefficient and radial velocity as a function of beam range. \r\nThe usual operation was vertical stares (zenith angle=0°) with periodic wind scans that invoked various options of off-axis views. DBS (Doppler beam swinging) scans used a tri-axis azimuthally orthogonal technique using the single lidar beam to retrieve horizontal mean wind components every 30 mins. Multi-axis VAD (velocity azimuth display) scans are a more involved version of the DBS scans and used 12 point off-zenith views performed every 60 mins. The vertical stares, DBS and VAD wind scans produced separate archived netCDF files. \r\nAlthough depolarisation capability was possible with unit 35, this was switched off during WesCon.\r\n\r\nTo ensure optimal traceability and transparency of data, comprehensive metadata is included.",
            "keywords": "WesCon, Met Office, Doppler lidar, vertical stares, wind scans",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-07T08:19:03",
            "doiPublishedTime": "2025-08-07T09:44:53",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44665/?format=api",
                "dataPath": "/badc/woest/data/metoffice-halo-lidar-35",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 55878847386,
                "numberOfFiles": 541,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12563/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4728/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75780/?format=api"
            ],
            "dataLineage": "Data were processed and prepared by the Met Office instrument team before delivery to the NERC EDS Centre for Environmental Data Analysis (CEDA) for long term archival.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13470/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/37501/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213889/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44664/?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"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44666,
            "uuid": "12298b52a84c482cbd274b44c866cbd1",
            "title": "WesCon: near-surface meteorology from Met Office automatic weather stations at 11 locations for the WesCon/WOEST measurement campaign.  v1.0 (20230414-20231004)",
            "abstract": "This dataset contains a continuous record of temporary in-house designed Met Office automatic weather stations (AWS) deployed at 11 locations in southern England during the summer of 2023 as part of the Wessex Summertime Convection Experiment (WesCon)/WesCon - Observing the Evolving Structures of Turbulence (WOEST) field campaign. \r\n\r\nThe dataset contains recorded surface meteorology and (at six of the locations) subsoil sensors at 1 minute averaging period based around a 1.5 m mast.\r\nInstruments at 1.5 m height include: (Chilbolton, Clench Common, Spire View, Yatesbury Field, Lydeway Field, Breach Hill, Keevil,  Wadswick Farm, The Park Brown Shutters, Henstridge)\r\n•\tPRT screened temperature sensor.\r\n•\tRotronics Hygroclip2 for measuring screened temperature and relative humidity.\r\n•\tBosch Sensortec BMP280 barometric pressure sensor.\r\n•\tRainfall is measured with a Hobo RG3 tipping-bucket gauge with a 0.2 mm accuracy.\r\n•\tHorizontal wind speed and direction from a Gill WindSonic 2-D ultrasonic sensor.\r\nSubsoil instrumentation (at six sites: Lydeway, Chilbolton, Keevil, Henstridge, The Park, Clench Common) includes:\r\n•\tDelta-T PR2 probe measured volumetric soil moisture at various depths (10, 20, 30, 40 cm).\r\n•\tDelta-T ST2 thermistor probes measured soil temperature at 1 cm depth.\r\n•\tHukseflux HFP01SC flux plate measured ground heat flux (2 cm depth).\r\n\r\n\r\nTo ensure optimal traceability and transparency of data, comprehensive metadata is included.",
            "keywords": "WesCon, Met Office, wind speed, wind direction,  temperature, relative humidity, surface, precipitation, rainfall, amount, soil, moisture, flux tower, surface, subsurface",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-07T08:21:53",
            "doiPublishedTime": "2025-08-07T09:38:09",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44669/?format=api",
                "dataPath": "/badc/woest/data/metoffice-aws/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 512219691,
                "numberOfFiles": 1583,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12564/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4819/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86162/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86163/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86164/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86176/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86178/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86182/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86183/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86188/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86189/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86190/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86191/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86192/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86194/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86195/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86196/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86199/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86208/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86209/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86213/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86219/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/86221/?format=api"
            ],
            "dataLineage": "Data were processed and prepared by the Met Office instrument team before delivery to the NERC EDS Centre for Environmental Data Analysis (CEDA) for long term archival.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13469/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/37501/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/43875/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213901/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44668/?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"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44670,
            "uuid": "4c728040321d4342a27b19f80c8bfd0c",
            "title": "WesCon: Cloud height measurements from the Met Office Vaisala CT25K Laser Ceilometer at Airfield Camp, Netheravon, v1.0 (20230426-20230919)",
            "abstract": "Cloud height measurements from the Met Office Vaisala CT25K Laser Ceilometer deployed at Netheravon, Wiltshire (51.241°N, -1.777°W, 120 m amsl) in southern England during the summer of 2023. Netheravon formed a supersite for the Wessex Summertime Convection Experiment (WesCon)/WesCon - Observing the Evolving Structures of Turbulence (WOEST) field campaign. \r\n\r\nThe CT25K Laser ceilometer is a general-purpose cloud height sensor employing LIDAR technology for detection of clouds, precipitation and other obstructions to vision. The CT25K provides reliable determination of cloud height up to 25,000 feet (7.5 km) thus covering most heights where dense clouds appear. It is designed to detect up to three possible cloud layers.\r\nThe Vaisala CT25K laser ceilometer measures cloud height-or vertical visibility if the cloud base is obscured. The single-lens design also ensures reliable measurements in fog, rain, snow and haze.\r\n\r\nTo ensure optimal traceability and transparency of data, comprehensive metadata is included.",
            "keywords": "WesCon, Met Office, ceilometer, cloud height, cloud base",
            "publicationState": "citable",
            "dataPublishedTime": "2025-08-07T08:24:00",
            "doiPublishedTime": "2025-08-07T09:05:49",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/44672/?format=api",
                "dataPath": "/badc/woest/data/metoffice-ceilometer-ct25k/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 466920596,
                "numberOfFiles": 147,
                "fileFormat": "NetCDF"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12565/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/4728/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75869/?format=api"
            ],
            "dataLineage": "Data were processed and prepared by the Met Office instrument team before delivery to the NERC EDS Centre for Environmental Data Analysis (CEDA) for long term archival.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13468/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/37501/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213908/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213914/?format=api"
            ],
            "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/44671/?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"
                }
            ],
            "discoveryKeywords": []
        },
        {
            "ob_id": 44673,
            "uuid": "4a40c6fe12cc4c0786608065da06d287",
            "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci): Daily land surface temperature from SLSTR (Sea and Land Surface Temperature Radiometer) on Sentinel 3A, level 3 collated (L3C) global product (2016-2023), version 4.00",
            "abstract": "This dataset contains land surface temperatures (LSTs) and their uncertainty estimates from the Sea and Land Surface Temperature Radiometer (SLSTR) on Sentinel 3A. Satellite land surface temperatures are skin temperatures, which means, for example, the temperature of the ground surface in bare soil areas, the temperature of the canopy over forests, and a mix of the soil and leaf temperature over sparse vegetation. The skin temperature is an important variable when considering surface fluxes of, for instance, heat and water.\r\n\r\nDaytime and night-time temperatures are provided in separate files corresponding to the morning and evening Sentinel-3A equator crossing times which are 10:00 and 22:00 local solar time. Per pixel uncertainty estimates are given in two forms, first, an estimate of the total uncertainty for the pixel and second, a breakdown of the uncertainty into components by correlation length. Also provided in the files, on a per pixel basis, are the observation time, the satellite viewing and solar geometry angles, a quality flag, and land cover class.\r\n\r\nThe dataset coverage is global over the land surface. LSTs are provided on a global equal angle grid at a resolution of 0.01° longitude and 0.01° latitude. SLSTRA achieves full Earth coverage in 1 day so the daily files have gaps where the surface is not covered by the satellite swath during day or night on that day. Furthermore, LSTs are not produced where clouds are present since under these circumstances the IR radiometer observes the cloud top which is usually much colder than the surface.\r\n\r\nDataset coverage starts on 1st May 2016 and ends on 31st December 2023. There are minor interruptions (1-10 days) during satellite/instrument maintenance periods or instrument anomalies.\r\n\r\nIn Version 4.00 the temporal coverage is extended to 31st December 2023. The emissivities used in the retrieval come from the Combined ASTER and MODIS Emissivity over Land (CAMEL) Version 2 database; in Version 4.00 a climatology is used since there are temporal instabilities in the CAMEL time series.\r\n\r\nThe dataset was produced by the University of Leicester (UoL) and LSTs were retrieved using the (UoL) LST retrieval algorithm and data were processed in the UoL processing chain.\r\n\r\nThe dataset was produced as part of the ESA Land Surface Temperature Climate Change Initiative which strives to improve satellite datasets to Global Climate Observing System (GCOS) standards.\r\n\r\nAn extended version of this dataset is also provided through the EOCIS project.",
            "keywords": "land surface temperature, ESA, CCI, SLSTR",
            "publicationState": "citable",
            "dataPublishedTime": "2025-12-02T17:30:34",
            "doiPublishedTime": "2025-12-03T08:25:57.555184",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/45098/?format=api",
                "dataPath": "/neodc/esacci/land_surface_temperature/data/SENTINEL3A_SLSTR/L3C/0.01/v4.00/daily/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2880487836338,
                "numberOfFiles": 5425,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12566/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2896/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75126/?format=api"
            ],
            "dataLineage": "The data record has been produced by the University of Leicester working within the ESA Land Surface Temperature Climate Change Initiative (LST_cci), and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).\r\nContact: data.lst-cci@acri-st.fr",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13658/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/33361/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213936/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/45102/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2558/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_lst_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 44674,
            "uuid": "49b4836314db4fec8d05d14b85a8614d",
            "title": "ESA Land Surface Temperature Climate Change Initiative (LST_cci): Daily land Surface Temperature from SLSTR (Sea and Land Surface Temperature Radiometer) on Sentinel 3B, level 3 collated (L3C) global product (2018-2023), version 4.00",
            "abstract": "This dataset contains land surface temperatures (LSTs) and their uncertainty estimates from the Sea and Land Surface Temperature Radiometer (SLSTR) on Sentinel 3B. Satellite land surface temperatures are skin temperatures, which means, for example, the temperature of the ground surface in bare soil areas, the temperature of the canopy over forests, and a mix of the soil and leaf temperature over sparse vegetation. The skin temperature is an important variable when considering surface fluxes of, for instance, heat and water.\r\n\r\nDaytime and night-time temperatures are provided in separate files corresponding to the morning and evening Sentinel 3B equator crossing times which are 10:00 and 22:00 local solar time. Per pixel uncertainty estimates are given in two forms, first, an estimate of the total uncertainty for the pixel and second, a breakdown of the uncertainty into components by correlation length. Also provided in the files, on a per pixel basis, are the observation time, the satellite viewing and solar geometry angles, a quality flag, and land cover class.\r\n\r\nThe dataset coverage is global over the land surface. LSTs are provided on a global equal angle grid at a resolution of 0.01° longitude and 0.01° latitude. SLSTRB achieves full Earth coverage in 1 day so the daily files have gaps where the surface is not covered by the satellite swath during day or night on that day. Furthermore, LSTs are not produced where clouds are present since under these circumstances the IR radiometer observes the cloud top which is usually much colder than the surface.\r\n\r\nDataset coverage starts on 17th November 2018 and ends on 31st December 2023. There are minor interruptions (1-10 days) during satellite/instrument maintenance periods or instrument anomalies.\r\n\r\nIn Version 4.00 the temporal coverage is extended to 31st December 2023. The emissivities used in the retrieval come from the Combined ASTER and MODIS Emissivity over Land (CAMEL) Version 2 database; in Version 4.00 a climatology is used since there are temporal instabilities in the CAMEL time series.\r\n\r\nThe dataset was produced by the University of Leicester (UoL) and LSTs were retrieved using the (UoL) LST retrieval algorithm and data were processed in the UoL processing chain.\r\n\r\nThe dataset was produced as part of the ESA Land Surface Temperature Climate Change Initiative which strives to improve satellite datasets to Global Climate Observing System (GCOS) standards.\r\n\r\nAn extended version of this dataset is also provided through the EOCIS project.",
            "keywords": "land surface temperature, ESA, CCI, SLSTR",
            "publicationState": "citable",
            "dataPublishedTime": "2025-12-02T17:41:25",
            "doiPublishedTime": "2025-12-03T08:26:10.772260",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/45104/?format=api",
                "dataPath": "/neodc/esacci/land_surface_temperature/data/SENTINEL3B_SLSTR/L3C/0.01/v4.00/daily/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1918900370428,
                "numberOfFiles": 3659,
                "fileFormat": "Data are in NetCDF format"
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/12567/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2896/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75126/?format=api"
            ],
            "dataLineage": "The data record has been produced by the University of Leicester working within the ESA Land Surface Temperature Climate Change Initiative (LST_cci), and supplied for archiving at the Centre for Environmental Data Analysis (CEDA). \r\nContact: data.lst-cci@acri-st.fr",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13659/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/33361/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/213947/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/45103/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2558/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_lst_terms_and_conditions.pdf",
                    "licenceClassifications": ""
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        }
    ]
}