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

{
    "count": 10256,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=6800",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=6600",
    "results": [
        {
            "ob_id": 30880,
            "uuid": "58879cbe896f4ffca931ae4e9c66e573",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"piControl\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"pre-industrial control\" (piControl) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CFday, Eday, Emon, Lmon, Oday, Ofx, Omon, Oyr, SImon, 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, NCC, NorESM2-MM, piControl, 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CFday, Eday, Emon, Lmon, Oday, Ofx, Omon, Oyr, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:23:37.000621",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30881/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NCC/NorESM2-MM/piControl",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8690836001175,
                "numberOfFiles": 6113,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8421/?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/19724/?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/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/50445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50473/?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/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/50554/?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/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/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/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/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/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/50605/?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/50610/?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/50613/?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/52746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52750/?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/53128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54214/?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/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54265/?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/54285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54313/?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/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Norwegian Climate Centre (NCC) 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/28945/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30875/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134434/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134435/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134442/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134436/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167206/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30882/?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": 30883,
            "uuid": "1c52a8b46c374a86a4c083fe69ab03c1",
            "title": "WCRP CMIP6: the NIMS-KMA team KACE-1-0-G model output for the \"amip\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the NIMS-KMA team KACE-1-0-G model output for the \"AMIP\" (amip) experiment. These are available at the following frequencies: 3hr, Amon 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 the NIMS-KMA team team consisted of the following agencies: National Institute of Meteorological Sciences (NIMS) and Korea Meteorological Administration (KMA).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NIMS-KMA, KACE-1-0-G, amip, 3hr, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:25:45.613495",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30884/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NIMS-KMA/KACE-1-0-G/amip",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12413348723,
                "numberOfFiles": 39,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8422/?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/9045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?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/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/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/50549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50555/?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/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/50589/?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/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/50610/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the NIMS-KMA 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/30331/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30885/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134460/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134453/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134449/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134456/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167208/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134452/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30886/?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": 30887,
            "uuid": "7b9768bb2da74c5c9b35369e5be10a2a",
            "title": "WCRP CMIP6: the NIMS-KMA team KACE-1-0-G model output for the \"historical\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the NIMS-KMA team KACE-1-0-G model output for the \"all-forcing simulation of the recent past\" (historical) experiment. These are available at the following frequency: 3hr. 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 the NIMS-KMA team team consisted of the following agencies: National Institute of Meteorological Sciences (NIMS) and Korea Meteorological Administration (KMA).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NIMS-KMA, KACE-1-0-G, historical, 3hr",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:27:54.732583",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30888/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NIMS-KMA/KACE-1-0-G/historical",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3321358834462,
                "numberOfFiles": 616,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8423/?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/9045/?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/50416/?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/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/50498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?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/50573/?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/50579/?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/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/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/50603/?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/50610/?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/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62315/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the NIMS-KMA 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/30331/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30885/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134490/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134487/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167209/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134485/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30889/?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": 30890,
            "uuid": "7ae458c431b945879fc8d553f94e159a",
            "title": "WCRP CMIP6: the NIMS-KMA team UKESM1-0-LL model output for the \"historical\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the NIMS-KMA team UKESM1-0-LL model output for the \"all-forcing simulation of the recent past\" (historical) experiment. These are available at the following frequencies: AERmon, AERmonZ, Amon, CFmon, Emon, LImon, Lmon, Omon and day. The runs included the ensemble member: r13i1p1f2.\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 the NIMS-KMA team team consisted of the following agencies: National Institute of Meteorological Sciences (NIMS) and Korea Meteorological Administration (KMA).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NIMS-KMA, UKESM1-0-LL, historical, AERmon, AERmonZ, Amon, CFmon, Emon, LImon, Lmon, Omon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:31:09.202111",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30891/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NIMS-KMA/UKESM1-0-LL/historical",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5301276932468,
                "numberOfFiles": 3833,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8424/?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/19456/?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/50428/?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/50432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50435/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50436/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50437/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50442/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50444/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50447/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50448/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50449/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50473/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50487/?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/50503/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?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/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/50577/?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/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/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/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/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/50609/?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/50612/?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/50621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51211/?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/52750/?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/53128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54208/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54209/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54219/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54222/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54226/?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/54230/?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/54233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54234/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54239/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54240/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54241/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54248/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54259/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54261/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54263/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54264/?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/54270/?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/54274/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54280/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54281/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54293/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54294/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54295/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54296/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54297/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54298/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54304/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54306/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54308/?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/54311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54344/?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/54347/?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/54352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54354/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54361/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54362/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54367/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54368/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54369/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54373/?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/54376/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54378/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54380/?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/54383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54435/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54442/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54444/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54448/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54452/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54453/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54456/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54471/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54473/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54474/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54476/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54477/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54492/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54712/?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/54826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54833/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60411/?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/62733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62735/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/64080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/66396/?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/71576/?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/71613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71619/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71651/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71798/?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/71801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71806/?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/71811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71831/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71837/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71870/?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/71875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71881/?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/71884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71906/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71907/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71922/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71923/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71924/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71990/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71996/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71999/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72000/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79996/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83173/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the NIMS-KMA 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/30331/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30334/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134513/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134515/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134504/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134503/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134506/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30892/?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": 30893,
            "uuid": "3bf0192bd3064f54bf7dbf8c406a2dbe",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"amip\" 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 \"AMIP\" (amip) experiment. These are available at the following frequencies: Amon 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, amip, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:33:24.929941",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30894/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NOAA-GFDL/GFDL-ESM4/amip",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 174996375470,
                "numberOfFiles": 46,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8425/?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/50416/?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/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/50562/?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/50579/?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/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/50608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54425/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/72011/?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/134524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134532/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134533/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134528/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134529/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134530/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134526/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167213/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167214/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30895/?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": 30897,
            "uuid": "a33ab9c429d84c219a7f93bbcca62301",
            "title": "WCRP CMIP6: Nanjing University of Information Science and Technology (NUIST) NESM3 model output for the \"historical\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Nanjing University of Information Science and Technology (NUIST) NESM3 model output for the \"all-forcing simulation of the recent past\" (historical) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlevPt, Amon, Omon, SIday, SImon and day. The runs included the ensemble members: r1i1p1f1, r2i1p1f1, r3i1p1f1, r4i1p1f1 and r5i1p1f1.\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, NUIST, NESM3, historical, 3hr, 6hrLev, 6hrPlevPt, Amon, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:35:39.027527",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30898/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NUIST/NESM3/historical",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1614352226514,
                "numberOfFiles": 507,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8426/?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/6255/?format=api",
                "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/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/50416/?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/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/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/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/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?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/50573/?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/50586/?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/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/50599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50603/?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/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/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60463/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Nanjing University of Information Science and Technology (NUIST) 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/30896/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30899/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134545/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134546/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30900/?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": 30901,
            "uuid": "6f55b7cfd1ca41ecac3f8c1eac0ade1a",
            "title": "WCRP CMIP6: Nanjing University of Information Science and Technology (NUIST) NESM3 model output for the \"piControl\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Nanjing University of Information Science and Technology (NUIST) NESM3 model output for the \"pre-industrial control\" (piControl) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, Amon, Oday, Omon, SIday 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, NUIST, NESM3, piControl, 3hr, 6hrPlevPt, Amon, Oday, Omon, SIday, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:37:46.635680",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30902/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NUIST/NESM3/piControl",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 351025583843,
                "numberOfFiles": 345,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8427/?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/6255/?format=api",
                "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/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/50416/?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/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/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/50549/?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/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/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/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/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/50599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50603/?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/50610/?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/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/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60463/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Nanjing University of Information Science and Technology (NUIST) 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/30896/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30899/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134575/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167218/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30903/?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": 30905,
            "uuid": "88159f1cdd544f5999428a6c16f06ce3",
            "title": "WCRP CMIP6: Tsinghua University - Department of Earth System Science (THU) CIESM model output for the \"1pctCO2\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Tsinghua University - Department of Earth System Science (THU) CIESM model output for the \"1 percent per year increase in CO2\" (1pctCO2) experiment. These are available at the following frequencies: Ofx and 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, THU, CIESM, 1pctCO2, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:39:54.866642",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30906/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CMIP/THU/CIESM/1pctCO2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 33150247414,
                "numberOfFiles": 29,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8428/?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/27599/?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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50572/?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/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54901/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Tsinghua University - Department of Earth System Science (THU) 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/30904/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30907/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134590/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30908/?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": 30909,
            "uuid": "d2ebc00ba4994ca9b3294fc647eb6e4a",
            "title": "WCRP CMIP6: Tsinghua University - Department of Earth System Science (THU) CIESM model output for the \"historical\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Tsinghua University - Department of Earth System Science (THU) CIESM model output for the \"all-forcing simulation of the recent past\" (historical) experiment. These are available at the following frequencies: Ofx and 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, THU, CIESM, historical, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:42:05.033128",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30910/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CMIP/THU/CIESM/historical",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 195805241170,
                "numberOfFiles": 168,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8429/?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/11046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27599/?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/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/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/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/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/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/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/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/50598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50602/?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/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/50618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50620/?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/53111/?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/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62319/?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/71573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/82776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83053/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Tsinghua University - Department of Earth System Science (THU) 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/30904/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30907/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134619/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167222/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30911/?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": 30912,
            "uuid": "f1da997359204a1c8b34e5b0746fbddd",
            "title": "WCRP CMIP6: Tsinghua University - Department of Earth System Science (THU) CIESM model output for the \"piControl\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Tsinghua University - Department of Earth System Science (THU) CIESM model output for the \"pre-industrial control\" (piControl) experiment. These are available at the following frequencies: Amon, Ofx and 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, THU, CIESM, piControl, Amon, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:44:22.695722",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30913/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CMIP/THU/CIESM/piControl",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 305330589291,
                "numberOfFiles": 390,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8430/?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/27599/?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/50416/?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/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/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/50578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50580/?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/50598/?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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50612/?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/53128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62317/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Tsinghua University - Department of Earth System Science (THU) 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/30904/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30907/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167224/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30914/?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": 30916,
            "uuid": "06f0cdc13a12407ebf9cdbd6a4ebc5b4",
            "title": "WCRP CMIP6: University of Arizona - Department of Geosciences (UA) MCM-UA-1-0 model output for the \"historical\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the University of Arizona - Department of Geosciences (UA) MCM-UA-1-0 model output for the \"all-forcing simulation of the recent past\" (historical) experiment. These are available at the following frequencies: Amon, Lmon, Ofx, Omon and SImon. The runs included the ensemble members: r1i1p1f1 and r1i1p1f2.\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, UA, MCM-UA-1-0, historical, Amon, Lmon, Ofx, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:46:31.880170",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30917/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CMIP/UA/MCM-UA-1-0/historical",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 22149650034,
                "numberOfFiles": 63,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8431/?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/29198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50419/?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/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/50509/?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/50558/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50562/?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/50569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50579/?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/50591/?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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62329/?format=api"
            ],
            "dataLineage": "Data were produced and verified by University of Arizona - Department of Geosciences (UA) 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/30915/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30918/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134651/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134649/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30919/?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": 30920,
            "uuid": "0d94a013307140879b283363616d9f9d",
            "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"hist-nat\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the MIROC team MIROC6 model output for the \"historical natural-only run\" (hist-nat) experiment. These are available at the following frequencies: Amon, CFmon, LImon, Lmon, Ofx, Omon, SImon 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 the MIROC team team consisted of the following agencies: Atmosphere and Ocean Research Institute (AORI), Centre for Climate System Research - National Institute for Environmental Studies (CCSR-NIES) and Atmosphere and Ocean Research Institute (AORI).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, MIROC, MIROC6, hist-nat, Amon, CFmon, LImon, Lmon, Ofx, Omon, SImon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:48:43.367213",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30921/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/MIROC/MIROC6/hist-nat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1587897522335,
                "numberOfFiles": 3581,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8432/?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/9045/?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/50416/?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/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/50509/?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/50571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50572/?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/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/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/50602/?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/50609/?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/50612/?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/53177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the MIROC 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/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28351/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134674/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30922/?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": 30923,
            "uuid": "e98e7efde8574e77bb98ee71cf410d58",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"hist-sol\" 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) MRI-ESM2-0 model output for the \"historical solar-only run\" (hist-sol) experiment. These are available at the following frequencies: 3hr, Amon, day and fx. The runs included the ensemble members: r1i1p1f1, r3i1p1f1 and r5i1p1f1.\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, hist-sol, 3hr, Amon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:50:53.118172",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30924/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/MRI/MRI-ESM2-0/hist-sol",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 85676896291,
                "numberOfFiles": 41,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8433/?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/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28147/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Meteorological Research Institute of the Korea Meteorological Administration (MRI) 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/28583/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28586/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134692/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134693/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134696/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134698/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167230/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30925/?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": 30926,
            "uuid": "695c7966ac8d40bcb0ae511b81b083df",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"hist-aer\" 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 \"historical anthropogenic aerosols-only run\" (hist-aer) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, SIday, SImon, day and fx. The runs included the ensemble members: r1i1p1f1 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, hist-aer, AERmon, Amon, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:53:14.627786",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30927/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/NCAR/CESM2/hist-aer",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1640444718741,
                "numberOfFiles": 1406,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8434/?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/27624/?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/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/50509/?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/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/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/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/50581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50582/?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/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/50602/?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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50613/?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/50622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54391/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62734/?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/63972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71573/?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",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79953/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80111/?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/134707/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134708/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134710/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134711/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167232/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30928/?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": 30929,
            "uuid": "e532132e63be4029942584eee0d8d32f",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"hist-aer\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"historical anthropogenic aerosols-only run\" (hist-aer) experiment. These are available at the following frequencies: AERmon, Amon, Emon, LImon, Lmon, Oday, Omon, SImon, 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, NCC, NorESM2-LM, hist-aer, AERmon, Amon, Emon, LImon, Lmon, Oday, Omon, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:55:32.252132",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30930/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/NCC/NorESM2-LM/hist-aer",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 940695337732,
                "numberOfFiles": 4908,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8435/?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/19724/?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/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/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/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/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/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/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/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/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/50602/?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/50609/?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/50612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50613/?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/50621/?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/53177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60157/?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/62734/?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/71573/?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",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71669/?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/71794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80111/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Norwegian Climate Centre (NCC) 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/28945/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134722/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134723/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134725/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134726/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167234/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30931/?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": 30932,
            "uuid": "f1a95ee6cd4241f5b6c75b11edb45b89",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"hist-nat\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"historical natural-only run\" (hist-nat) experiment. These are available at the following frequencies: AERmon, Amon, CFday, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, 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, NCC, NorESM2-LM, hist-nat, AERmon, Amon, CFday, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T14:57:49.397754",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30933/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/NCC/NorESM2-LM/hist-nat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1521130996122,
                "numberOfFiles": 5907,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8436/?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/19724/?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/50416/?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/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/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/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/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/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/50602/?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/50609/?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/50612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50613/?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/50621/?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/53177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60157/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Norwegian Climate Centre (NCC) 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/28945/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134739/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167235/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167236/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30934/?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": 30935,
            "uuid": "28bd4cbc878a4c1db3404a7dc20d7dfb",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"hist-aer\" 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 anthropogenic aerosols-only run\" (hist-aer) experiment. These are available at the following frequencies: 3hr, Amon, 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, hist-aer, 3hr, Amon, LImon, Lmon, Omon, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:00:00.314865",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30936/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/NOAA-GFDL/GFDL-ESM4/hist-aer",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 167484811406,
                "numberOfFiles": 273,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8437/?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/50416/?format=api",
                "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/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/50555/?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/50562/?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/50566/?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/50582/?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/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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54416/?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/54701/?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/134752/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134753/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167238/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30937/?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": 30938,
            "uuid": "d8312f32ff2e402b8a7f40154545c8d0",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"hist-GHG\" 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 well-mixed GHG-only run\" (hist-GHG) experiment. These are available at the following frequencies: 3hr, Amon, 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, hist-GHG, 3hr, Amon, LImon, Lmon, Omon, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:02:10.656991",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30939/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/NOAA-GFDL/GFDL-ESM4/hist-GHG",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 167630591506,
                "numberOfFiles": 273,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8438/?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/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/50555/?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/50566/?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/50582/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54416/?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/54701/?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/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/134767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167239/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167240/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30940/?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": 30941,
            "uuid": "a1de38983b03452ca9e4f6ae5e9d1954",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"hist-nat\" 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 natural-only run\" (hist-nat) experiment. These are available at the following frequencies: 3hr, Amon, LImon, Lmon, Omon, SImon and day. 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, NOAA-GFDL, GFDL-ESM4, hist-nat, 3hr, Amon, LImon, Lmon, Omon, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:04:22.959460",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30942/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/NOAA-GFDL/GFDL-ESM4/hist-nat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 239430006721,
                "numberOfFiles": 493,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8439/?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/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/50555/?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/50566/?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/50582/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54416/?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/54701/?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/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/134782/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134783/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134784/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167241/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167242/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30943/?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": 30944,
            "uuid": "a5de9f719ddd4df2978a940d85eb23c3",
            "title": "WCRP CMIP6: the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"faf-heat\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"control plus perturbative surface flux of heat into ocean\" (faf-heat) experiment. These are available at the following frequencies: Amon, Ofx, 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 the CSIRO-ARCCSS team team consisted of the following agencies: Commonwealth Scientific and Industrial Research Organisation (CSIRO) and ARCCSS (Australian Research Council Centre of Excellence for Climate System Science).\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-ARCCSS, ACCESS-CM2, faf-heat, Amon, Ofx, Omon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:08:25.277657",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30945/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CSIRO-ARCCSS/ACCESS-CM2/faf-heat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 43635216594,
                "numberOfFiles": 61,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8440/?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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?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/50556/?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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50614/?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/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59928/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the CSIRO-ARCCSS 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/30717/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30720/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134798/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134799/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134800/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30946/?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": 30947,
            "uuid": "be1548074e144a11bd23907555b627df",
            "title": "WCRP CMIP6: the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"faf-passiveheat\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"control plus surface flux of passive heat tracer into ocean\" (faf-passiveheat) experiment. These are available at the following frequencies: Amon, Ofx, 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 the CSIRO-ARCCSS team team consisted of the following agencies: Commonwealth Scientific and Industrial Research Organisation (CSIRO) and ARCCSS (Australian Research Council Centre of Excellence for Climate System Science).\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-ARCCSS, ACCESS-CM2, faf-passiveheat, Amon, Ofx, Omon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:10:33.646435",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30948/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CSIRO-ARCCSS/ACCESS-CM2/faf-passiveheat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 38276146017,
                "numberOfFiles": 54,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8441/?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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50614/?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/54402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59928/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the CSIRO-ARCCSS 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/30717/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30720/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134828/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134821/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30949/?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": 30950,
            "uuid": "f3fed4b14110485799975799e09f852b",
            "title": "WCRP CMIP6: the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"faf-stress\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"control plus perturbative surface flux of momentum into ocean\" (faf-stress) experiment. These are available at the following frequencies: Amon, Ofx, 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 the CSIRO-ARCCSS team team consisted of the following agencies: Commonwealth Scientific and Industrial Research Organisation (CSIRO) and ARCCSS (Australian Research Council Centre of Excellence for Climate System Science).\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-ARCCSS, ACCESS-CM2, faf-stress, Amon, Ofx, Omon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:12:43.285393",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30951/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CSIRO-ARCCSS/ACCESS-CM2/faf-stress",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 38293810936,
                "numberOfFiles": 54,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8442/?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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?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/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/50614/?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/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59928/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the CSIRO-ARCCSS 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/30717/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30720/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134851/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134845/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134839/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134847/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134841/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134844/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167248/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134842/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30952/?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": 30953,
            "uuid": "0f3dceeacce94a61a33a23020de5b005",
            "title": "WCRP CMIP6: the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"faf-water\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"control plus perturbative surface flux of water into ocean\" (faf-water) experiment. These are available at the following frequencies: Amon, Ofx, 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 the CSIRO-ARCCSS team team consisted of the following agencies: Commonwealth Scientific and Industrial Research Organisation (CSIRO) and ARCCSS (Australian Research Council Centre of Excellence for Climate System Science).\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-ARCCSS, ACCESS-CM2, faf-water, Amon, Ofx, Omon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:14:55.453058",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30954/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CSIRO-ARCCSS/ACCESS-CM2/faf-water",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 43589920699,
                "numberOfFiles": 61,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8443/?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/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?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/50556/?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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50614/?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/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the CSIRO-ARCCSS 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/30717/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30720/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134869/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134864/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134868/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134867/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134865/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134863/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30955/?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": 30956,
            "uuid": "a0d298f2933b42f3a101e06b9b6bb32e",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-HR model output for the \"faf-all\" 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-HR model output for the \"control plus perturbative surface fluxes of momentum, heat and water into ocean\" (faf-all) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, Amon, CF3hr, Eday, Oday, Ofx and 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, MPI-M, MPI-ESM1-2-HR, faf-all, 3hr, 6hrPlevPt, Amon, CF3hr, Eday, Oday, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:17:05.652747",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30957/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MPI-M/MPI-ESM1-2-HR/faf-all",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1054,
                "numberOfFiles": 2,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8444/?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/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27655/?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/27855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27909/?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/29315/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167252/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30958/?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": 30959,
            "uuid": "810026cceb2b4a15906d5f1bd29b88ab",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-HR model output for the \"faf-heat\" 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-HR model output for the \"control plus perturbative surface flux of heat into ocean\" (faf-heat) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, Amon, CF3hr, Eday, Oday, Ofx and 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, MPI-M, MPI-ESM1-2-HR, faf-heat, 3hr, 6hrPlevPt, Amon, CF3hr, Eday, Oday, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:19:14.001057",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30960/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MPI-M/MPI-ESM1-2-HR/faf-heat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 273680325339,
                "numberOfFiles": 290,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8445/?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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50621/?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/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?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/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54629/?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/29315/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167254/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30961/?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": 30962,
            "uuid": "7eb726390c4b4a66b179b4d13e1b640b",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-HR model output for the \"faf-passiveheat\" 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-HR model output for the \"control plus surface flux of passive heat tracer into ocean\" (faf-passiveheat) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, Amon, CF3hr, Eday, Oday, Ofx and 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, MPI-M, MPI-ESM1-2-HR, faf-passiveheat, 3hr, 6hrPlevPt, Amon, CF3hr, Eday, Oday, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:21:28.964312",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30963/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MPI-M/MPI-ESM1-2-HR/faf-passiveheat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 270219387782,
                "numberOfFiles": 290,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8446/?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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50621/?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/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?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/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/29315/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134919/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167256/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30964/?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": 30965,
            "uuid": "a3e9d74b893c4c449b1feb4a5eb0ecf8",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-HR model output for the \"faf-stress\" 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-HR model output for the \"control plus perturbative surface flux of momentum into ocean\" (faf-stress) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, Amon, CF3hr, Eday, Oday, Ofx and 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, MPI-M, MPI-ESM1-2-HR, faf-stress, 3hr, 6hrPlevPt, Amon, CF3hr, Eday, Oday, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:23:38.353858",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30966/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MPI-M/MPI-ESM1-2-HR/faf-stress",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1063,
                "numberOfFiles": 2,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8447/?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/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27655/?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/27855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27909/?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/29315/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134926/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134929/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134931/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134932/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134928/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167258/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30967/?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": 30968,
            "uuid": "217e5423b39746ecb3fd23c7470318c8",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-HR model output for the \"faf-water\" 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-HR model output for the \"control plus perturbative surface flux of water into ocean\" (faf-water) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, Amon, CF3hr, Eday, Oday, Ofx and 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, MPI-M, MPI-ESM1-2-HR, faf-water, 3hr, 6hrPlevPt, Amon, CF3hr, Eday, Oday, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:25:47.199907",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30969/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MPI-M/MPI-ESM1-2-HR/faf-water",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1060,
                "numberOfFiles": 2,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8448/?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/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27655/?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/27855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27909/?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/29315/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134950/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134944/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134945/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134946/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134947/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134943/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167259/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167260/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30970/?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": 30971,
            "uuid": "2c14433bcb8b4748819c3f206c5d2d74",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM2M model output for the \"faf-all\" 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 fluxes of momentum, heat and water into ocean\" (faf-all) 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-all, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:28:01.353014",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30972/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NOAA-GFDL/GFDL-ESM2M/faf-all",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 22765149518,
                "numberOfFiles": 46,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8449/?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/50416/?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/50562/?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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54689/?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"
            ],
            "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/134956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167261/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167262/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30974/?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": 30975,
            "uuid": "3da1ab0629c5405e9458ed42662032c8",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM2M model output for the \"faf-heat\" 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) 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, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:30:10.317757",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30976/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NOAA-GFDL/GFDL-ESM2M/faf-heat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 22339280335,
                "numberOfFiles": 34,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8450/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/134980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134987/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134989/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134983/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134984/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134985/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134986/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134982/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167263/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167264/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30977/?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": 30978,
            "uuid": "0d14370e66bb43b8995713c482670cab",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM2M model output for the \"faf-passiveheat\" 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 surface flux of passive heat tracer into ocean\" (faf-passiveheat) 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-passiveheat, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:32:18.062936",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30979/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NOAA-GFDL/GFDL-ESM2M/faf-passiveheat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 22338342235,
                "numberOfFiles": 34,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8451/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/134995/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134996/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135004/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134999/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135000/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135001/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/134997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167266/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30980/?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": 30981,
            "uuid": "e94fc3830e3b448c81a68e71eee5f82b",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM2M model output for the \"faf-stress\" 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 momentum into ocean\" (faf-stress) 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-stress, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:34:26.201428",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30982/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NOAA-GFDL/GFDL-ESM2M/faf-stress",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 22321106152,
                "numberOfFiles": 34,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8452/?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/50416/?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/50562/?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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54689/?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"
            ],
            "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/135010/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135011/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135017/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135018/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135013/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135014/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135015/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135016/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135012/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167268/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30983/?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": 30984,
            "uuid": "3b6d3f99fdbc407ba460fce6e3c55b02",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM2M model output for the \"faf-water\" 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 water into ocean\" (faf-water) 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-water, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:36:35.005695",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30985/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NOAA-GFDL/GFDL-ESM2M/faf-water",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 22321239049,
                "numberOfFiles": 34,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8453/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/135025/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167269/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167270/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30986/?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": 30987,
            "uuid": "66da82565f3549779682cef03d68e609",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"G6solar\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"total solar irradiance reduction to reduce net forcing from SSP585 to SSP245\" (G6solar) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, LImon, Lmon, Omon, SIday, SImon and day. The runs included the ensemble members: r1i1p1f2, r4i1p1f2 and r8i1p1f2.\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, MOHC, UKESM1-0-LL, G6solar, AERmon, Amon, CFmon, Emon, LImon, Lmon, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:39:01.540485",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30988/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/MOHC/UKESM1-0-LL/G6solar",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1174071689670,
                "numberOfFiles": 1990,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8454/?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/11046/?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/50428/?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/50432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50435/?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/50449/?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/50487/?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/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/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/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/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/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/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/50609/?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/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/50618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50621/?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/52750/?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/53128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54219/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54222/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54224/?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/54229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54230/?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/54236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54242/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54248/?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/54251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54259/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54261/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54263/?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/54270/?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/54274/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54295/?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/54300/?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/54303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54304/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54306/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54308/?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/54311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54318/?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/54322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54348/?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/54357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54447/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54471/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54473/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54832/?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/62733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62740/?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/71576/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71584/?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/71616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71836/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71838/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71840/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71871/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71880/?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/71887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71920/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75345/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28401/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135047/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135048/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167271/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167272/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30989/?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": 30990,
            "uuid": "671fe1d8d2584c7a87dd6b268c671d34",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"G6sulfur\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"stratospheric sulfate aerosol injection to reduce net forcing from SSP585 to SSP245\" (G6sulfur) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, LImon, Lmon, Omon, SIday, SImon and day. The runs included the ensemble members: r1i1p1f2, r4i1p1f2 and r8i1p1f2.\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, MOHC, UKESM1-0-LL, G6sulfur, AERmon, Amon, CFmon, Emon, LImon, Lmon, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:42:44.130809",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30991/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/MOHC/UKESM1-0-LL/G6sulfur",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1150796749597,
                "numberOfFiles": 1925,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8455/?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/11046/?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/50428/?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/50432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50435/?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/50449/?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/50487/?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/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/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/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/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/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/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/50609/?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/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/50618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50621/?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/52750/?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/53128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54219/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54222/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54224/?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/54229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54230/?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/54236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54242/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54248/?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/54251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54259/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54261/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54263/?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/54270/?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/54274/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54295/?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/54300/?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/54303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54304/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54306/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54308/?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/54311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54318/?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/54322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54348/?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/54355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54447/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54471/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54473/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54832/?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/62733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62740/?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/71584/?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/71616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71680/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71797/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71829/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71843/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71866/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71870/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/74559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/75345/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28401/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135056/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167273/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167274/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30992/?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": 30993,
            "uuid": "9574fb19092340c1a6558c60c170d7f1",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"G7cirrus\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"increase cirrus ice crystal fall speed to reduce net forcing in SSP585 by 1 W m-2\" (G7cirrus) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, LImon, Lmon, Omon, SIday, SImon and day. The runs included the ensemble members: r1i1p1f2, r4i1p1f2 and r8i1p1f2.\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, MOHC, UKESM1-0-LL, G7cirrus, AERmon, Amon, CFmon, Emon, LImon, Lmon, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:46:56.738753",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30994/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/MOHC/UKESM1-0-LL/G7cirrus",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1402476284551,
                "numberOfFiles": 1979,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8456/?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/11046/?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/50416/?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/50428/?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/50432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50435/?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/50449/?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/50487/?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/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/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/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/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/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/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/50609/?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/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/50618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50621/?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/52750/?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/53128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54219/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54220/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54221/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54222/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54224/?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/54229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54230/?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/54236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54238/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54242/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54244/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54245/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54248/?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/54251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54259/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54261/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54263/?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/54270/?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/54274/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54295/?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/54300/?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/54303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54304/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54306/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54308/?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/54311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54318/?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/54322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54348/?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/54355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54447/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54471/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54473/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54830/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54832/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28401/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135077/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135075/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135076/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167276/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30995/?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": 30996,
            "uuid": "55d917bbcdbe4d5896b8203ff98b44eb",
            "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-f3-L model output for the \"highresSST-future\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Chinese Academy of Sciences (CAS) FGOALS-f3-L model output for the \"forced atmosphere experiment for 2015-2050 using SST/sea-ice derived from CMIP5 RCP8.5 simulations and a scenario as close to RCP8.5 as possible within CMIP6\" (highresSST-future) experiment. These are available at the following frequency: Amon. 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, CAS, FGOALS-f3-L, highresSST-future, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:49:09.446303",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/30997/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CAS/FGOALS-f3-L/highresSST-future",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 89615079,
                "numberOfFiles": 3,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8457/?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/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Chinese Academy of Sciences (CAS) 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/30660/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30663/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167278/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/30998/?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": 30999,
            "uuid": "913388320c534c29a46fafbe52efda54",
            "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-f3-L model output for the \"highresSST-present\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Chinese Academy of Sciences (CAS) FGOALS-f3-L model output for the \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequency: Amon. 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, CAS, FGOALS-f3-L, highresSST-present, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:51:16.344020",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31000/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CAS/FGOALS-f3-L/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 161784714,
                "numberOfFiles": 3,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8458/?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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Chinese Academy of Sciences (CAS) 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/30660/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30663/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167280/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31001/?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": 31002,
            "uuid": "34ce4fd20e164a54825e54f99dfaae78",
            "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-HR4 model output for the \"highresSST-future\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-HR4 model output for the \"forced atmosphere experiment for 2015-2050 using SST/sea-ice derived from CMIP5 RCP8.5 simulations and a scenario as close to RCP8.5 as possible within CMIP6\" (highresSST-future) experiment. These are available at the following frequencies: 6hrPlev, 6hrPlevPt, Amon, LImon, Lmon, 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, CMCC, CMCC-CM2-HR4, highresSST-future, 6hrPlev, 6hrPlevPt, Amon, LImon, Lmon, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T15:54:21.037623",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31003/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CMCC/CMCC-CM2-HR4/highresSST-future",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 437144589359,
                "numberOfFiles": 29993,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8459/?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/9042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?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/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/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/50509/?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/50554/?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/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/50583/?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/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/50619/?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/52750/?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/54228/?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/54282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54414/?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/54699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60406/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) 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/29255/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/29258/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167281/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167282/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31004/?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": 31005,
            "uuid": "723e9acc64f84677adf84e770760b02e",
            "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-HR4 model output for the \"hist-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-HR4 model output for the \"coupled historical 1950-2014\" (hist-1950) experiment. These are available at the following frequencies: 6hrPlev, 6hrPlevPt, Amon, LImon, Lmon, Oday, 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, CMCC, CMCC-CM2-HR4, hist-1950, 6hrPlev, 6hrPlevPt, Amon, LImon, Lmon, Oday, Omon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T16:01:38.037919",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31006/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CMCC/CMCC-CM2-HR4/hist-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1843104349903,
                "numberOfFiles": 57270,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8460/?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/9042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?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/29210/?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/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/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/50509/?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/50554/?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/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/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/50583/?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/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/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/50617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50621/?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/52750/?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/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54244/?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/54265/?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/54282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54287/?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/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54414/?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/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54893/?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/57654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60377/?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/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/71794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83026/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) 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/29255/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/29258/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135130/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135131/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135137/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135138/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135139/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167284/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31007/?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": 31008,
            "uuid": "46b523c69d604a719d42862dff167f7a",
            "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-VHR4 model output for the \"highres-future\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-VHR4 model output for the \"coupled future 2015-2050 using a scenario as close to CMIP5 RCP8.5 as possible within CMIP6\" (highres-future) experiment. These are available at the following frequencies: 6hrPlev, 6hrPlevPt, Amon, LImon, Lmon, Oday, Omon, SIday, 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, CMCC, CMCC-CM2-VHR4, highres-future, 6hrPlev, 6hrPlevPt, Amon, LImon, Lmon, Oday, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T16:06:18.238446",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31009/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CMCC/CMCC-CM2-VHR4/highres-future",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7776664739316,
                "numberOfFiles": 31730,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8461/?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/9042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?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/29210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?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/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/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/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/50554/?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/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/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/50583/?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/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/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/50617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50621/?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/52750/?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/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54244/?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/54265/?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/54282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54287/?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/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54414/?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/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54893/?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/57654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60377/?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"
            ],
            "dataLineage": "Data were produced and verified by Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) 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/29255/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/29262/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135145/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135146/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135152/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135153/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135148/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135150/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135151/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135147/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167286/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31010/?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": 31011,
            "uuid": "8521008037fa444ea41aa482aa1e14f4",
            "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-VHR4 model output for the \"highresSST-future\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-VHR4 model output for the \"forced atmosphere experiment for 2015-2050 using SST/sea-ice derived from CMIP5 RCP8.5 simulations and a scenario as close to RCP8.5 as possible within CMIP6\" (highresSST-future) experiment. These are available at the following frequencies: 6hrPlev, 6hrPlevPt, Amon, LImon, Lmon, 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, CMCC, CMCC-CM2-VHR4, highresSST-future, 6hrPlev, 6hrPlevPt, Amon, LImon, Lmon, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-07T16:11:06.699725",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31012/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CMCC/CMCC-CM2-VHR4/highresSST-future",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6555625336186,
                "numberOfFiles": 29993,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8462/?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/9042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?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/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/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/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/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/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/50583/?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/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/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/52750/?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/54228/?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/54282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54414/?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/54633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60406/?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"
            ],
            "dataLineage": "Data were produced and verified by Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) 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/29255/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/29262/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135163/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135164/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135162/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167288/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31013/?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": 31016,
            "uuid": "fc2e9031f7f548aa91bbef2e7be601c9",
            "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3P model output for the \"highresSST-present\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the EC-Earth-Consortium team EC-Earth3P model output for the \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: Amon, 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 the EC-Earth-Consortium team team consisted of the following agencies: La Agencia Estatal de Meteorología (AEMET), Barcelona Supercomputing Centre (BSC), Institute of Atmospheric Sciences and Climate (CNR-ISAC), Danish Meteorological Institute (DMI), Italian National Agency for New Technologies, Energy and Sustainable Economic Development (ENEA), Finnish Meteorological Institute (FMI), Helmholtz Centre for Ocean Research Kiel (Geomar), Irish Centre for High-End Computing (ICHEC), International Centre for Theoretical Physics (ICTP), Instituto Dom Luiz (IDL), Institute for Marine and Atmospheric research Utrecht (IMAU), Portuguese Institute for Sea and Atmosphere (IPMA), KIT Karlsruhe Institute of Technology, Royal Netherlands Meteorological Institute (KNMI), Lund University, Met Eireann, The Netherlands eScience Center (NLeSC), Norwegian University of Science and Technology (NTNU), University of Oxford, SURFsara, Swedish Meteorological and Hydrological Institute (SMHI), Stockholm University, Unite ASTR, University College Dublin, University of Bergen, University of Copenhagen, University of Helsinki, University of Santiago de Compostela, Uppsala University, University of Utrecht, Vrije Universiteit Amsterdam and Wageningen University.\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, EC-Earth-Consortium, EC-Earth3P, highresSST-present, Amon, LImon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:04:45.173813",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31017/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/EC-Earth-Consortium/EC-Earth3P/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 14781280496625,
                "numberOfFiles": 100224,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8463/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/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/7795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?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/50416/?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/50429/?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/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/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/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/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/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/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/52750/?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/53128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?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/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59423/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59478/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the EC-Earth-Consortium 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/31015/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31018/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135275/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135376/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135276/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135280/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135281/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135347/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135318/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135288/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135354/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135289/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135290/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135356/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135293/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135294/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135295/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135361/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135296/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135362/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135297/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135298/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135332/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135364/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135334/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135367/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135368/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135336/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135304/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135369/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135306/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135307/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31019/?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": 31020,
            "uuid": "6a42c000c2ad4532b74c08b16a33992d",
            "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3P-HR model output for the \"highresSST-present\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the EC-Earth-Consortium team EC-Earth3P-HR model output for the \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequency: Amon. 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 the EC-Earth-Consortium team team consisted of the following agencies: La Agencia Estatal de Meteorología (AEMET), Barcelona Supercomputing Centre (BSC), Institute of Atmospheric Sciences and Climate (CNR-ISAC), Danish Meteorological Institute (DMI), Italian National Agency for New Technologies, Energy and Sustainable Economic Development (ENEA), Finnish Meteorological Institute (FMI), Helmholtz Centre for Ocean Research Kiel (Geomar), Irish Centre for High-End Computing (ICHEC), International Centre for Theoretical Physics (ICTP), Instituto Dom Luiz (IDL), Institute for Marine and Atmospheric research Utrecht (IMAU), Portuguese Institute for Sea and Atmosphere (IPMA), KIT Karlsruhe Institute of Technology, Royal Netherlands Meteorological Institute (KNMI), Lund University, Met Eireann, The Netherlands eScience Center (NLeSC), Norwegian University of Science and Technology (NTNU), University of Oxford, SURFsara, Swedish Meteorological and Hydrological Institute (SMHI), Stockholm University, Unite ASTR, University College Dublin, University of Bergen, University of Copenhagen, University of Helsinki, University of Santiago de Compostela, Uppsala University, University of Utrecht, Vrije Universiteit Amsterdam and Wageningen University.\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, EC-Earth-Consortium, EC-Earth3P-HR, highresSST-present, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:11:22.444171",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31021/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/EC-Earth-Consortium/EC-Earth3P-HR/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 53474364489587,
                "numberOfFiles": 98365,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8464/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1320/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/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/7795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?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/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/50429/?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/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/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/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/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/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/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/52750/?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/53128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?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/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59419/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59423/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59479/?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"
            ],
            "dataLineage": "Data were produced and verified by the EC-Earth-Consortium 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/31015/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31022/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135677/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135650/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135619/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135651/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135620/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135587/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135588/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135664/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135665/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135666/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135602/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135603/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135604/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135605/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135610/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31023/?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": 31025,
            "uuid": "98b8cee450bd40cf86c99353d3ae2631",
            "title": "WCRP CMIP6: European Centre for Medium-Range Weather Forecasts (ECMWF) ECMWF-IFS-HR model output for the \"spinup-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the European Centre for Medium-Range Weather Forecasts (ECMWF) ECMWF-IFS-HR model output for the \"coupled spinup with fixed 1950s forcings from 1950 initial conditions (with ocean at rest) to provide initial condition for control-1950 and hist-1950\" (spinup-1950) experiment. These are available at the following frequencies: Oday, Omon, SIday 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, ECMWF, ECMWF-IFS-HR, spinup-1950, Oday, Omon, SIday, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:13:40.724491",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31026/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/ECMWF/ECMWF-IFS-HR/spinup-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 696987612111,
                "numberOfFiles": 1655,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8465/?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/6255/?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/50593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50594/?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/50615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51186/?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/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54891/?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/54894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api"
            ],
            "dataLineage": "Data were produced and verified by European Centre for Medium-Range Weather Forecasts (ECMWF) 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/31024/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31027/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135887/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31028/?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": 31029,
            "uuid": "1f1299ba53fa443ea6e4e8b7774cc624",
            "title": "WCRP CMIP6: European Centre for Medium-Range Weather Forecasts (ECMWF) ECMWF-IFS-LR model output for the \"spinup-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the European Centre for Medium-Range Weather Forecasts (ECMWF) ECMWF-IFS-LR model output for the \"coupled spinup with fixed 1950s forcings from 1950 initial conditions (with ocean at rest) to provide initial condition for control-1950 and hist-1950\" (spinup-1950) experiment. These are available at the following frequencies: 6hrPlevPt, Amon, LImon, Lmon, Oday, Omon, SIday, 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, ECMWF, ECMWF-IFS-LR, spinup-1950, 6hrPlevPt, Amon, LImon, Lmon, Oday, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:15:51.377577",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31030/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/ECMWF/ECMWF-IFS-LR/spinup-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 171060500335,
                "numberOfFiles": 4202,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8466/?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/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/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/50577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50579/?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/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/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/50615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51186/?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/52750/?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/53128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?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/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54891/?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/54894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api"
            ],
            "dataLineage": "Data were produced and verified by European Centre for Medium-Range Weather Forecasts (ECMWF) 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/31024/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31031/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135910/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135916/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135918/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135912/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135913/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135914/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135915/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135911/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167295/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167296/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31032/?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": 31033,
            "uuid": "e8453759f1e746f183e1b9ca2a153e1e",
            "title": "WCRP CMIP6: European Centre for Medium-Range Weather Forecasts (ECMWF) ECMWF-IFS-MR model output for the \"control-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the European Centre for Medium-Range Weather Forecasts (ECMWF) ECMWF-IFS-MR model output for the \"coupled control with fixed 1950's forcing (HighResMIP equivalent of pre-industrial control)\" (control-1950) experiment. These are available at the following frequencies: 6hrPlevPt, Amon, LImon, Lmon, Oday, Omon, SIday, 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, ECMWF, ECMWF-IFS-MR, control-1950, 6hrPlevPt, Amon, LImon, Lmon, Oday, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:18:08.673671",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31034/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/ECMWF/ECMWF-IFS-MR/control-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1867021804999,
                "numberOfFiles": 11110,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8467/?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/50416/?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/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/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/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/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/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/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/52750/?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/53128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?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/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54891/?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/54894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/57654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59391/?format=api"
            ],
            "dataLineage": "Data were produced and verified by European Centre for Medium-Range Weather Forecasts (ECMWF) 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/31024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/38941/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31035/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135933/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135934/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135940/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135936/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135937/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135935/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167297/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167298/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31036/?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": 31037,
            "uuid": "9dca7458555e4af78faa1e71a03b95e8",
            "title": "WCRP CMIP6: European Centre for Medium-Range Weather Forecasts (ECMWF) ECMWF-IFS-MR model output for the \"spinup-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the European Centre for Medium-Range Weather Forecasts (ECMWF) ECMWF-IFS-MR model output for the \"coupled spinup with fixed 1950s forcings from 1950 initial conditions (with ocean at rest) to provide initial condition for control-1950 and hist-1950\" (spinup-1950) experiment. These are available at the following frequencies: Oday, Omon, SIday 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, ECMWF, ECMWF-IFS-MR, spinup-1950, Oday, Omon, SIday, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:20:17.351343",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31038/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/ECMWF/ECMWF-IFS-MR/spinup-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 693369321508,
                "numberOfFiles": 1652,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8468/?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/6255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?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/50593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50594/?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/50615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50616/?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/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54891/?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/54894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api"
            ],
            "dataLineage": "Data were produced and verified by European Centre for Medium-Range Weather Forecasts (ECMWF) 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/31024/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31035/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135957/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135958/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135964/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135965/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135960/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135961/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135962/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135963/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135959/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167300/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31039/?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": 31040,
            "uuid": "05c0ea0caaa6450089c50616db8946de",
            "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM5-H model output for the \"control-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Institute for Numerical Mathematics (INM) INM-CM5-H model output for the \"coupled control with fixed 1950's forcing (HighResMIP equivalent of pre-industrial control)\" (control-1950) experiment. These are available at the following frequencies: Amon, Eday, 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, INM, INM-CM5-H, control-1950, Amon, Eday, Omon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:22:37.156915",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31041/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/INM/INM-CM5-H/control-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7404311860,
                "numberOfFiles": 26,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8469/?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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50556/?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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50619/?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/31042/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135972/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135973/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135979/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135980/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135981/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135975/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135976/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135977/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135978/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135974/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167302/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31043/?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": 31044,
            "uuid": "bfb8a8fe11914b10b9c4d7db54b11b41",
            "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM5-H model output for the \"highresSST-present\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Institute for Numerical Mathematics (INM) INM-CM5-H model output for the \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: Amon, Eday 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, INM, INM-CM5-H, highresSST-present, Amon, Eday, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:24:43.560463",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31045/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/INM/INM-CM5-H/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 10502303121,
                "numberOfFiles": 19,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8470/?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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50619/?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/31042/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135996/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135997/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136003/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136004/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136005/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135999/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136000/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136001/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136002/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/135998/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167303/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167304/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31046/?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": 31047,
            "uuid": "2aff36c2d94347adade08a85516f696b",
            "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM5-H model output for the \"hist-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Institute for Numerical Mathematics (INM) INM-CM5-H model output for the \"coupled historical 1950-2014\" (hist-1950) experiment. These are available at the following frequencies: Amon, Eday, 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, INM, INM-CM5-H, hist-1950, Amon, Eday, Omon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:26:49.708032",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31048/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/INM/INM-CM5-H/hist-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 22298395131,
                "numberOfFiles": 49,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8471/?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/6814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28146/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28147/?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/31042/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136011/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136012/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136018/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136014/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136015/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136016/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136017/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136013/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167305/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167306/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31049/?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": 31050,
            "uuid": "d10a3ce074d041099bbd1541ee0f012a",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-HH model output for the \"control-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) HadGEM3-GC31-HH model output for the \"coupled control with fixed 1950's forcing (HighResMIP equivalent of pre-industrial control)\" (control-1950) experiment. These are available at the following frequencies: 3hr, AERmon, Amon, CFmon, E3hr, Eday, Emon, 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, MOHC, HadGEM3-GC31-HH, control-1950, 3hr, AERmon, Amon, CFmon, E3hr, Eday, Emon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:29:06.003436",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31051/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-HH/control-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 47498013933977,
                "numberOfFiles": 49424,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8472/?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/19461/?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/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/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/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/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/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/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/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/50613/?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/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/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52750/?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/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/54214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?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/54312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54325/?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/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54371/?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/54382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55109/?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/55113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55121/?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/71583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71709/?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/79951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83238/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/38941/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31052/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136035/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167308/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31053/?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": 31054,
            "uuid": "6674daf12f33474e826952c8d27a9f9b",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-HH model output for the \"highres-future\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) HadGEM3-GC31-HH model output for the \"coupled future 2015-2050 using a scenario as close to CMIP5 RCP8.5 as possible within CMIP6\" (highres-future) experiment. These are available at the following frequency: Amon. 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, MOHC, HadGEM3-GC31-HH, highres-future, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:32:27.812619",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31055/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-HH/highres-future",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 14616982195453,
                "numberOfFiles": 16571,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8473/?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/19461/?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/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/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/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/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/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/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/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/50613/?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/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/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52750/?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/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/54214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?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/54312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54325/?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/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54371/?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/54382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55109/?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/55113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55121/?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/71583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71709/?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/79951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83238/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31052/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136051/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136054/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136056/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136052/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167310/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31056/?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": 31057,
            "uuid": "23011b7eebfa4b2d99d6e6ebd842a64c",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"spinup-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"coupled spinup with fixed 1950s forcings from 1950 initial conditions (with ocean at rest) to provide initial condition for control-1950 and hist-1950\" (spinup-1950) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, 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, MOHC, HadGEM3-GC31-LL, spinup-1950, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:34:38.163608",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31058/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-LL/spinup-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 702155873634,
                "numberOfFiles": 7203,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8474/?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/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19447/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19448/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19449/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19452/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19457/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19458/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19459/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19461/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19497/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28193/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28194/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28195/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28196/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28197/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28198/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28201/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28208/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28749/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136072/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136074/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136070/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167312/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31059/?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": 31060,
            "uuid": "1b083b9029a74c22b322674f3586552d",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MH model output for the \"spinup-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) HadGEM3-GC31-MH model output for the \"coupled spinup with fixed 1950s forcings from 1950 initial conditions (with ocean at rest) to provide initial condition for control-1950 and hist-1950\" (spinup-1950) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, 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, MOHC, HadGEM3-GC31-MH, spinup-1950, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:36:52.178622",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31061/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-MH/spinup-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 10720954332197,
                "numberOfFiles": 16802,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8475/?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/19461/?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/50416/?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/50429/?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/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/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/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/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/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/50613/?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/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/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52750/?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/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/54214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?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/54312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54325/?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/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55109/?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/55112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59945/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31062/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136084/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136085/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167314/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31063/?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": 31064,
            "uuid": "eec67b4cd2274d7abceaa767ff1d1cb1",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"highres-future\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"coupled future 2015-2050 using a scenario as close to CMIP5 RCP8.5 as possible within CMIP6\" (highres-future) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, Oday, Omon and day. The runs included the ensemble members: r1i1p1f1, r1i2p1f1 and r1i3p1f1.\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, MOHC, HadGEM3-GC31-MM, highres-future, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, Oday, Omon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:39:11.028640",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31065/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-MM/highres-future",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8573894853357,
                "numberOfFiles": 23331,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8476/?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/19461/?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/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/50429/?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/50542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50543/?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/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/50583/?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/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/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/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/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/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52750/?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/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/54214/?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/54230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?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/54319/?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/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54627/?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/54814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54891/?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/54895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55109/?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/55112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55162/?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/55166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55176/?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/55180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59945/?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/71583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80407/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28763/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136111/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136109/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136110/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167316/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31066/?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": 31067,
            "uuid": "0492b42ce11e4e8d8e3ee4285e9447a6",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"spinup-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"coupled spinup with fixed 1950s forcings from 1950 initial conditions (with ocean at rest) to provide initial condition for control-1950 and hist-1950\" (spinup-1950) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, 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, MOHC, HadGEM3-GC31-MM, spinup-1950, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:41:22.843894",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31068/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-MM/spinup-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3817438560669,
                "numberOfFiles": 7503,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8477/?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/19461/?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/50416/?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/50429/?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/50542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50543/?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/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/50583/?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/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/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/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/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/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52750/?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/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/54214/?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/54230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?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/54319/?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/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54627/?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/54814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54891/?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/54895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55108/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55109/?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/55112/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55114/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55115/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55116/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55162/?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/55166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55176/?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/55180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55181/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28763/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136126/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136127/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136128/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136122/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136123/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136124/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136125/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167317/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167318/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31069/?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": 31070,
            "uuid": "4714a2622e504fae941bd4072aa4c2ac",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-HR model output for the \"control-1950\" 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-HR model output for the \"coupled control with fixed 1950's forcing (HighResMIP equivalent of pre-industrial control)\" (control-1950) experiment. These are available at the following frequencies: 6hrPlevPt, Amon, Eday, LImon, Lmon, Oday, Ofx, Omon, SIday, 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, MPI-M, MPI-ESM1-2-HR, control-1950, 6hrPlevPt, Amon, Eday, LImon, Lmon, Oday, Ofx, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:43:42.365225",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31071/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MPI-M/MPI-ESM1-2-HR/control-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1695890456406,
                "numberOfFiles": 17173,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8478/?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/29255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29258/?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/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/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/50566/?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/50579/?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/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/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/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/50621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52192/?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/52750/?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/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?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/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54287/?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/54319/?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/54348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54891/?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/54895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55162/?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/55170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62353/?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/71690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83015/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83039/?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/83132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83135/?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",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/38941/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/29315/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136135/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136141/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136142/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136143/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136137/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136138/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136139/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136140/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136136/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167320/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31072/?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": 31073,
            "uuid": "ea0ce27361c944a188ed6f5545d0fdc6",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-HR model output for the \"hist-1950\" 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-HR model output for the \"coupled historical 1950-2014\" (hist-1950) experiment. These are available at the following frequencies: 6hrPlevPt, Amon, Eday, LImon, Lmon, Oday, Ofx, Omon, SIday, 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, MPI-M, MPI-ESM1-2-HR, hist-1950, 6hrPlevPt, Amon, Eday, LImon, Lmon, Oday, Ofx, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:45:55.197892",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31074/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MPI-M/MPI-ESM1-2-HR/hist-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1090701403271,
                "numberOfFiles": 11053,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8479/?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/29255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29258/?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/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/50512/?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/50566/?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/50579/?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/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/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/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/50621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52192/?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/52750/?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/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?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/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54287/?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/54319/?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/54348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54891/?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/54895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55162/?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/55170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60510/?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/29315/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136149/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136150/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136156/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136157/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136158/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136152/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136153/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136154/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136155/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136151/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167322/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31075/?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": 31076,
            "uuid": "cc41470c003244d29426f2c4096fd7f1",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-XR model output for the \"control-1950\" 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-XR model output for the \"coupled control with fixed 1950's forcing (HighResMIP equivalent of pre-industrial control)\" (control-1950) experiment. These are available at the following frequencies: 6hrPlevPt, Amon, Eday, LImon, Oday, Ofx, Omon, SIday, 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, MPI-M, MPI-ESM1-2-XR, control-1950, 6hrPlevPt, Amon, Eday, LImon, Oday, Ofx, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:48:04.137422",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31077/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MPI-M/MPI-ESM1-2-XR/control-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5104096694895,
                "numberOfFiles": 17182,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8480/?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/29255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29258/?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/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/50512/?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/50566/?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/50579/?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/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/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/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/50621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52192/?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/52750/?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/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?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/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54287/?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/54319/?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/54348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54891/?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/54895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55162/?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/55170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60510/?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",
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/38941/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/29319/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136164/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136165/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167324/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31078/?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": 31079,
            "uuid": "5c2429b2129748b7b3642787be9ee811",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-XR model output for the \"hist-1950\" 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-XR model output for the \"coupled historical 1950-2014\" (hist-1950) experiment. These are available at the following frequencies: 6hrPlevPt, Amon, Eday, LImon, Lmon, Oday, Ofx, Omon, SIday, 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, MPI-M, MPI-ESM1-2-XR, hist-1950, 6hrPlevPt, Amon, Eday, LImon, Lmon, Oday, Ofx, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:50:19.997162",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31080/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MPI-M/MPI-ESM1-2-XR/hist-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3282995338586,
                "numberOfFiles": 11063,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8481/?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/29255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29257/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29258/?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/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/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/50566/?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/50579/?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/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/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/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/50621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52192/?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/52750/?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/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?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/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54287/?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/54319/?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/54348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54852/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54862/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54863/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54891/?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/54895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55162/?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/55170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60392/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60394/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60505/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60507/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/62353/?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/71690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83015/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83039/?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/83132/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83133/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83134/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/83135/?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/29319/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136179/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136186/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136187/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136188/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136182/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136183/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136184/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136185/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136181/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167326/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31081/?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": 31083,
            "uuid": "56fd51e7a5854128bffb82302fb6e513",
            "title": "WCRP CMIP6: Natural Environment Research Council (NERC) HadGEM3-GC31-HH model output for the \"hist-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Natural Environment Research Council (NERC) HadGEM3-GC31-HH model output for the \"coupled historical 1950-2014\" (hist-1950) experiment. These are available at the following frequencies: AERmon, Amon, CFday, CFmon, Eday, Emon, 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, NERC, HadGEM3-GC31-HH, hist-1950, AERmon, Amon, CFday, CFmon, Eday, Emon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:52:47.025323",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31084/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/NERC/HadGEM3-GC31-HH/hist-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 27052667066379,
                "numberOfFiles": 29871,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8482/?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/19461/?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/50416/?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/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/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/50559/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/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/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/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/50613/?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/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/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52750/?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/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/54214/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54217/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?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/54312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54325/?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/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54366/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54371/?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/54382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54441/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54462/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54475/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54488/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54489/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55099/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55100/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55101/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55102/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55104/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55109/?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/55113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Natural Environment Research Council (NERC) 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/31082/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31085/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136208/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136200/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136202/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136203/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136204/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136205/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136207/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136201/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31086/?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": 31087,
            "uuid": "76d38727eb2049dc866020584739f59a",
            "title": "WCRP CMIP6: Natural Environment Research Council (NERC) HadGEM3-GC31-HM model output for the \"highres-future\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Natural Environment Research Council (NERC) HadGEM3-GC31-HM model output for the \"coupled future 2015-2050 using a scenario as close to CMIP5 RCP8.5 as possible within CMIP6\" (highres-future) experiment. These are available at the following frequencies: 3hr, AERmon, Amon, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, Oday, Omon and day. The runs included the ensemble member: r1i2p1f1.\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, NERC, HadGEM3-GC31-HM, highres-future, 3hr, AERmon, Amon, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, Oday, Omon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:54:57.194133",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31088/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/NERC/HadGEM3-GC31-HM/highres-future",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6684843290986,
                "numberOfFiles": 8728,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8483/?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/19461/?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/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/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/50542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50543/?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/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/50583/?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/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/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/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/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52750/?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/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/54214/?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/54230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?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/54319/?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/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54491/?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/54814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54891/?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/54895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55109/?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/55113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55162/?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/55166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55176/?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/55180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55181/?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/71583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80407/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Natural Environment Research Council (NERC) 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/31082/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31089/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136223/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136224/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136226/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136227/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136228/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136229/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136225/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167330/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31090/?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": 31091,
            "uuid": "5bd28182a5094df6bdac5eeaa2f1ce40",
            "title": "WCRP CMIP6: Natural Environment Research Council (NERC) HadGEM3-GC31-HM model output for the \"hist-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Natural Environment Research Council (NERC) HadGEM3-GC31-HM model output for the \"coupled historical 1950-2014\" (hist-1950) experiment. These are available at the following frequencies: 3hr, AERmon, Amon, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, Oday, Omon and day. The runs included the ensemble member: r1i2p1f1.\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, NERC, HadGEM3-GC31-HM, hist-1950, 3hr, AERmon, Amon, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, Oday, Omon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:57:15.412356",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31092/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/NERC/HadGEM3-GC31-HM/hist-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12071692978796,
                "numberOfFiles": 15681,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8484/?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/19461/?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/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/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/50542/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50543/?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/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/50583/?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/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/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/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/52747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52750/?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/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/54214/?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/54230/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54282/?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/54319/?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/54350/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/54439/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54491/?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/54814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54891/?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/54895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55109/?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/55113/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55159/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55160/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55161/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55162/?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/55166/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55168/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55169/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55170/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55171/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55173/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55174/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55175/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55176/?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/55180/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55181/?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/71583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71939/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79951/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/80407/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Natural Environment Research Council (NERC) 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/31082/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31089/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136247/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136248/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136254/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136256/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136251/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136253/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167332/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31093/?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": 31094,
            "uuid": "2e41315e3d8e4585bfaa2a5bbbbcf7bf",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4C192 model output for the \"control-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4C192 model output for the \"coupled control with fixed 1950's forcing (HighResMIP equivalent of pre-industrial control)\" (control-1950) experiment. These are available at the following frequency: Amon. 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-CM4C192, control-1950, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T11:59:22.104729",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31095/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/NOAA-GFDL/GFDL-CM4C192/control-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 545761097,
                "numberOfFiles": 3,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8485/?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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?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/50562/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?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/29337/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136263/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136269/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136270/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136271/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136266/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136268/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136264/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167333/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167334/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31096/?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": 31097,
            "uuid": "67d7ce72badc463d8b81debb2922defe",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4C192 model output for the \"highresSST-present\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4C192 model output for the \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequency: Amon. 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-CM4C192, highresSST-present, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:01:33.495521",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31098/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/NOAA-GFDL/GFDL-CM4C192/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 354184578,
                "numberOfFiles": 3,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8486/?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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?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/50562/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?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/29337/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136278/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136285/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136286/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136280/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136281/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136282/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136283/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136279/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167335/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167336/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31099/?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": 31100,
            "uuid": "992323377cc14b7aa2ebfd3b36a75469",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4C192 model output for the \"hist-1950\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4C192 model output for the \"coupled historical 1950-2014\" (hist-1950) experiment. These are available at the following frequency: Amon. 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-CM4C192, hist-1950, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:03:39.411019",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31101/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/NOAA-GFDL/GFDL-CM4C192/hist-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 354958383,
                "numberOfFiles": 3,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8487/?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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?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/50562/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50563/?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/29337/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136293/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136299/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136295/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136296/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136297/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136298/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136294/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167338/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31102/?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": 31103,
            "uuid": "e504fd1131184b3facd2125a7feacd95",
            "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"land-noLu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"historical land-only with no land-use change\" (land-noLu) experiment. These are available at the following frequencies: Amon, Eday 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, IPSL, IPSL-CM6A-LR, land-noLu, Amon, Eday, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:05:48.933543",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31104/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/IPSL/IPSL-CM6A-LR/land-noLu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2708150302,
                "numberOfFiles": 8,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8488/?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/27599/?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/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/50564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54326/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Institut Pierre-Simon Laplace (IPSL) 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/28518/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136307/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136308/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136314/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136315/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136316/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136311/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136312/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136313/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136309/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167340/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31105/?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": 31106,
            "uuid": "04789c1c1a524ce499e9120a76225152",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"deforest-globe\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"idealized transient global deforestation\" (deforest-globe) experiment. These are available at the following frequencies: Amon, Emon, LImon, Lmon, Omon, SIday, SImon and day. The runs included the ensemble member: r1i1p1f2.\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, MOHC, UKESM1-0-LL, deforest-globe, Amon, Emon, LImon, Lmon, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:08:02.684928",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31107/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/MOHC/UKESM1-0-LL/deforest-globe",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 205958527337,
                "numberOfFiles": 233,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8489/?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/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11287/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11300/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19362/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19367/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19409/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19420/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19572/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27591/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27634/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27651/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27662/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27663/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27694/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27695/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27826/?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/27834/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27835/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27848/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27849/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27850/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27854/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27857/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27859/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27860/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27872/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27873/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27874/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27875/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27876/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27877/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27878/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27879/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27880/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27881/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27882/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27883/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27884/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27885/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27886/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27887/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27888/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27889/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27890/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27891/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27892/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27893/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27894/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27895/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27896/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27897/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27898/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27899/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27900/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27901/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27902/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27903/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27904/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27905/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27956/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27966/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27967/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28017/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28026/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28027/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28028/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28029/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28030/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28031/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28032/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28033/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28034/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28035/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28039/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28040/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28041/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28042/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28043/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28044/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28046/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28049/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28051/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28052/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28054/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28057/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28060/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28061/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28062/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28063/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28064/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28065/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28066/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28067/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28071/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28073/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28094/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28095/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28096/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28097/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28431/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28401/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136322/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136323/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136329/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136330/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136331/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136325/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136326/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136327/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136328/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136324/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167342/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31108/?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": 31109,
            "uuid": "dd39e1447d864dc180212e30f2f20da9",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"land-noLu\" 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 \"historical land-only with no land-use change\" (land-noLu) experiment. These are available at the following frequencies: Amon 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, MPI-M, MPI-ESM1-2-LR, land-noLu, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:10:10.546695",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31110/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/MPI-M/MPI-ESM1-2-LR/land-noLu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 990741921,
                "numberOfFiles": 29,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8490/?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/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/60438/?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/136337/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136338/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136344/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136340/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136341/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136342/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136339/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167343/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167344/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31111/?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": 31112,
            "uuid": "64c75cb2821a4f25920e767ed7264527",
            "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-f3-L model output for the \"omip2\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Chinese Academy of Sciences (CAS) FGOALS-f3-L model output for the \"OMIP experiment forced by JRA55-do atmospheric data set and initialized with observed physical and biogeochemical ocean data\" (omip2) 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, CAS, FGOALS-f3-L, omip2, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:12:17.249357",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31113/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/CAS/FGOALS-f3-L/omip2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 64817055692,
                "numberOfFiles": 23,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8491/?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/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/50416/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50614/?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/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Chinese Academy of Sciences (CAS) 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/30660/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30663/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136352/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136360/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136361/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136356/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136354/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167346/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31114/?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": 31115,
            "uuid": "8d6b12831ce243ad8ee11c16139ddd6b",
            "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-HR4 model output for the \"omip2\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-HR4 model output for the \"OMIP experiment forced by JRA55-do atmospheric data set and initialized with observed physical and biogeochemical ocean data\" (omip2) experiment. These are available at the following frequencies: Ofx and 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, CMCC, CMCC-CM2-HR4, omip2, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:14:29.386376",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31116/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/CMCC/CMCC-CM2-HR4/omip2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3062597272518,
                "numberOfFiles": 240,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8492/?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/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/50416/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59481/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) 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/29255/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/29258/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136367/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136368/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136374/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136376/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136370/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136369/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167347/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167348/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31117/?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": 31118,
            "uuid": "97af322bfed54a75916267ef519b9b4e",
            "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-SR5 model output for the \"omip1\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-SR5 model output for the \"OMIP experiment forced by Large and Yeager (CORE-2, NCEP) atmospheric data set and initialized with observed physical and biogeochemical ocean data\" (omip1) experiment. These are available at the following frequencies: Oday, Ofx and 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, CMCC, CMCC-CM2-SR5, omip1, Oday, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:16:41.674907",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31119/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/CMCC/CMCC-CM2-SR5/omip1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 257854453386,
                "numberOfFiles": 51,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8493/?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/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1636/?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/11058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27655/?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/27909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28264/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28265/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29291/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29292/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29293/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) 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/29255/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31120/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136382/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136390/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136391/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136386/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136384/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167349/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167350/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31121/?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": 31122,
            "uuid": "c33d48dd47e449069c000ed691bb4a66",
            "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-SR5 model output for the \"omip2\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-SR5 model output for the \"OMIP experiment forced by JRA55-do atmospheric data set and initialized with observed physical and biogeochemical ocean data\" (omip2) experiment. These are available at the following frequencies: Oday, Ofx and 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, CMCC, CMCC-CM2-SR5, omip2, Oday, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:18:47.918038",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31123/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/CMCC/CMCC-CM2-SR5/omip2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 255705188976,
                "numberOfFiles": 51,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8494/?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/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/50416/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?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/54411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/59481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/79833/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) 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/29255/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/31120/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136413/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136414/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136409/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136412/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136408/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167351/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167352/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31124/?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": 31125,
            "uuid": "2ac70ac5d97a48eb841579895d3f8329",
            "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"omip1\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the MIROC team MIROC6 model output for the \"OMIP experiment forced by Large and Yeager (CORE-2, NCEP) atmospheric data set and initialized with observed physical and biogeochemical ocean data\" (omip1) experiment. These are available at the following frequencies: Ofx and 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 the MIROC team team consisted of the following agencies: Atmosphere and Ocean Research Institute (AORI), Centre for Climate System Research - National Institute for Environmental Studies (CCSR-NIES) and Atmosphere and Ocean Research Institute (AORI).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, MIROC, MIROC6, omip1, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:20:55.419635",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31126/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/MIROC/MIROC6/omip1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 199800239384,
                "numberOfFiles": 211,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8495/?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/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11051/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11052/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11053/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11054/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11055/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11056/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27737/?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/27832/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27833/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29249/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/29250/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the MIROC 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/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28351/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136430/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136431/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136433/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136425/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136422/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136421/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136429/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136428/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136423/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136426/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167353/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167354/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136424/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31127/?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": 31128,
            "uuid": "4c2dbb27f048405fb1d25235ea0f1daf",
            "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"omip2\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the MIROC team MIROC6 model output for the \"OMIP experiment forced by JRA55-do atmospheric data set and initialized with observed physical and biogeochemical ocean data\" (omip2) experiment. These are available at the following frequencies: Ofx and 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 the MIROC team team consisted of the following agencies: Atmosphere and Ocean Research Institute (AORI), Centre for Climate System Research - National Institute for Environmental Studies (CCSR-NIES) and Atmosphere and Ocean Research Institute (AORI).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, MIROC, MIROC6, omip2, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:23:02.436379",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31129/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/MIROC/MIROC6/omip2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 236012864369,
                "numberOfFiles": 247,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8496/?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/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/50416/?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/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/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/50621/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54801/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61277/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/61278/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the MIROC 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/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28351/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136451/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136452/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136453/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136454/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136446/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136443/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136448/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136442/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136450/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136449/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136444/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136447/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167356/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136445/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31130/?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": 31131,
            "uuid": "d65681f9ff614706aa892da861f3499c",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"omip1\" 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 \"OMIP experiment forced by Large and Yeager (CORE-2, NCEP) atmospheric data set and initialized with observed physical and biogeochemical ocean data\" (omip1) experiment. These are available at the following frequencies: Oday, Ofx and Omon. The runs included the ensemble members: r1i1p1f1 and r2i1p1f1.\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, omip1, Oday, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:25:09.461738",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31132/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/NCAR/CESM2/omip1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 717274646180,
                "numberOfFiles": 198,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8497/?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/18948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54708/?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/136463/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136464/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136470/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136471/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136472/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136466/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136467/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136469/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136465/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167358/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31133/?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": 31134,
            "uuid": "556a774be65d4f8a9f487ca53f2dd9d5",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"omip2\" 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 \"OMIP experiment forced by JRA55-do atmospheric data set and initialized with observed physical and biogeochemical ocean data\" (omip2) experiment. These are available at the following frequencies: Oday, Ofx and 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, NCAR, CESM2, omip2, Oday, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:27:15.966350",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31135/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/NCAR/CESM2/omip2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 384974356899,
                "numberOfFiles": 106,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8498/?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/18948/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50512/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54403/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54404/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54405/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54406/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54708/?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/136478/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136479/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136485/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136486/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136487/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136481/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136482/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136483/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136484/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136480/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167359/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167360/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31136/?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": 31137,
            "uuid": "2fabdd09847d4da1bc9552dd695563b3",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"omip1\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"OMIP experiment forced by Large and Yeager (CORE-2, NCEP) atmospheric data set and initialized with observed physical and biogeochemical ocean data\" (omip1) experiment. These are available at the following frequencies: Oday, Ofx and 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, NCC, NorESM2-LM, omip1, Oday, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:29:38.017806",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31138/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/NCC/NorESM2-LM/omip1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 566090546936,
                "numberOfFiles": 601,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8499/?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/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19724/?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/50416/?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/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/50609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50621/?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/54215/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54243/?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/54348/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Norwegian Climate Centre (NCC) 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/28945/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136493/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136494/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136500/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136501/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136502/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136496/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136497/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136498/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136499/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136495/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167361/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167362/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31139/?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": 31140,
            "uuid": "b3e8aa50cf9e48b3bc856067c4b70708",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"omip2\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"OMIP experiment forced by JRA55-do atmospheric data set and initialized with observed physical and biogeochemical ocean data\" (omip2) experiment. These are available at the following frequencies: Ofx and 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, NCC, NorESM2-LM, omip2, Ofx, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:31:50.990970",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31141/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/NCC/NorESM2-LM/omip2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 531965990720,
                "numberOfFiles": 659,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8500/?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/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1635/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1636/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?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/6814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11058/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11078/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11079/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19345/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19678/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19723/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19724/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27633/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27655/?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/27855/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27909/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28264/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28265/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Norwegian Climate Centre (NCC) 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/28945/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136508/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136515/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136516/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136517/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136511/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136512/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136513/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136514/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136510/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167363/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167364/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31142/?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": 31144,
            "uuid": "b73492b9733b4fe9a7eeba305d24fb3d",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-OM4p5B model output for the \"omip1\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-OM4p5B model output for the \"OMIP experiment forced by Large and Yeager (CORE-2, NCEP) atmospheric data set and initialized with observed physical and biogeochemical ocean data\" (omip1) 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-OM4p5B, omip1, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:33:57.135494",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31145/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/NOAA-GFDL/GFDL-OM4p5B/omip1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 212191847996,
                "numberOfFiles": 122,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8502/?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/50563/?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/50606/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54401/?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/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/31146/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136523/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136524/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136530/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136531/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136532/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136526/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136527/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136528/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136529/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136525/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167365/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167366/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31147/?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": 31149,
            "uuid": "ee702993a75f4c73a4d941e454c4efb7",
            "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM4-8 model output for the \"lgm\" 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 glacial maximum\" (lgm) experiment. These are available at the following frequencies: Amon 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, INM, INM-CM4-8, lgm, Amon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:36:06.615865",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31150/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/INM/INM-CM4-8/lgm",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 847284573,
                "numberOfFiles": 16,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8504/?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/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/50556/?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/50610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/60438/?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/136547/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136548/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136554/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136555/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136550/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136551/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136552/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136553/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167367/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167368/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31151/?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": 31152,
            "uuid": "b22a3fc6b2374a029212d16bfb3f8305",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"piClim-4xCO2\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"effective radiative forcing by 4xCO2\" (piClim-4xCO2) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, Lmon and day. The runs included the ensemble member: r1i1p1f3.\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, MOHC, HadGEM3-GC31-LL, piClim-4xCO2, AERmon, Amon, CFmon, Emon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:38:20.367410",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31153/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/MOHC/HadGEM3-GC31-LL/piClim-4xCO2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 26432412027,
                "numberOfFiles": 84,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8505/?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/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/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/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/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/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/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/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/50602/?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/50610/?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/52750/?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/54210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54218/?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/54236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54246/?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/54262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54264/?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/54372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54373/?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/54442/?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/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/71573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28749/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136562/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136563/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136569/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136570/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136571/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136565/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136567/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136568/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136564/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167369/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167370/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31154/?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": 31155,
            "uuid": "ac98fb31e923422a97dd161024b314a1",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"piClim-aer\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"effective radiative forcing by present-day aerosols\" (piClim-aer) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, Lmon and day. The runs included the ensemble member: r1i1p1f3.\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, MOHC, HadGEM3-GC31-LL, piClim-aer, AERmon, Amon, CFmon, Emon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:40:36.531121",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31156/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/MOHC/HadGEM3-GC31-LL/piClim-aer",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 26528167609,
                "numberOfFiles": 84,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8506/?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/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/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/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/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/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/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/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/50602/?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/50610/?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/52750/?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/54210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54218/?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/54236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54246/?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/54262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54264/?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/54372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54373/?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/54442/?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/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/71573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28749/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136577/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136578/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136584/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136583/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167371/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167372/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31157/?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": 31158,
            "uuid": "09e5f1deb0c94fccbdcb5a82144cf8d2",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"piClim-anthro\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"effective radiative forcing by present day anthropogenic agents\" (piClim-anthro) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, Lmon and day. The runs included the ensemble member: r1i1p1f3.\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, MOHC, HadGEM3-GC31-LL, piClim-anthro, AERmon, Amon, CFmon, Emon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:42:45.479800",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31159/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/MOHC/HadGEM3-GC31-LL/piClim-anthro",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 26527348169,
                "numberOfFiles": 84,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8507/?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/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6250/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6252/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7768/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7770/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/7795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8167/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/8233/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9738/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9846/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9861/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10024/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10407/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/10930/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11068/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11083/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11284/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11301/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11388/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19310/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19444/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19445/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19455/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19581/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/19582/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27585/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27589/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27590/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27647/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27648/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27649/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27679/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27740/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27741/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27785/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27786/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27800/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27856/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27858/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27938/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27941/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/27956/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28749/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136592/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136593/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136600/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136595/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136596/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136597/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136598/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136594/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167373/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167374/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31160/?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": 31161,
            "uuid": "f28351a1171d4c739d942ed64729ae05",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"piClim-control\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"Control simulation providing baseline for evaluating effective radiative forcing (ERF)\" (piClim-control) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, Lmon and day. The runs included the ensemble member: r1i1p1f3.\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, MOHC, HadGEM3-GC31-LL, piClim-control, AERmon, Amon, CFmon, Emon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:44:53.108460",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31162/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/MOHC/HadGEM3-GC31-LL/piClim-control",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 26400546250,
                "numberOfFiles": 84,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8508/?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/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/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/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/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/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/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/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/50602/?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/50610/?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/52750/?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/54210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54218/?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/54236/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54246/?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/54262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54264/?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/54372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54373/?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/54442/?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/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/71573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28749/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136607/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136608/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136614/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136615/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136611/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136612/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136613/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136609/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167376/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31163/?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": 31164,
            "uuid": "87bbd7e470a44a8a95c15358f7c69093",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"piClim-ghg\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"effective radiative forcing by present-day greenhouse gases\" (piClim-ghg) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, Lmon and day. The runs included the ensemble member: r1i1p1f3.\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, MOHC, HadGEM3-GC31-LL, piClim-ghg, AERmon, Amon, CFmon, Emon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:47:00.612502",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31165/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/MOHC/HadGEM3-GC31-LL/piClim-ghg",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 26407025717,
                "numberOfFiles": 84,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8509/?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/9045/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?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/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/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/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/50579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50580/?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/50601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50602/?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/50610/?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/52750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54218/?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/54237/?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/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54373/?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/54442/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28749/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136622/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136623/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136629/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136630/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136631/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136625/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136626/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136628/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167377/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167378/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31166/?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": 31167,
            "uuid": "919e46054ecc40af9f8d867921a5f3aa",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"piClim-lu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"effective radiative forcing by present-day land use\" (piClim-lu) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, Lmon and day. The runs included the ensemble member: r1i1p1f3.\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, MOHC, HadGEM3-GC31-LL, piClim-lu, AERmon, Amon, CFmon, Emon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:49:10.525284",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31168/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/MOHC/HadGEM3-GC31-LL/piClim-lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 26398276079,
                "numberOfFiles": 84,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8510/?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/50416/?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/50424/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50426/?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/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/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/50564/?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/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/50586/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50588/?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/50599/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50601/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50602/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50610/?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/52751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54218/?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/54262/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54375/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28749/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136637/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136638/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136645/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136646/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136640/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136641/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136642/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136643/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136639/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167379/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167380/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31169/?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": 31170,
            "uuid": "219b941f37194002bf031f98d9a783e1",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"piClim-4xCO2\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"effective radiative forcing by 4xCO2\" (piClim-4xCO2) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, Lmon, SIday, SImon and day. The runs included the ensemble members: r1i1p1f2 and r1i1p1f4.\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, MOHC, UKESM1-0-LL, piClim-4xCO2, AERmon, Amon, CFmon, Emon, Lmon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:51:20.976705",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31171/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/MOHC/UKESM1-0-LL/piClim-4xCO2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 45388320062,
                "numberOfFiles": 92,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8511/?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/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/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/50428/?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/50432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50435/?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/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/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/50579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50580/?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/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/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/50602/?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/50610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50611/?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/52750/?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/54210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54216/?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/54258/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54286/?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/54355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54373/?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/54442/?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/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/71573/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71644/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71681/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71855/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28401/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136652/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136653/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136659/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136660/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136661/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136655/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136656/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136657/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136658/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136654/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167381/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167382/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31172/?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": 31173,
            "uuid": "a42bf9cd1986412191a7c8c161787525",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"piClim-lu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"effective radiative forcing by present-day land use\" (piClim-lu) experiment. These are available at the following frequencies: AERmon, Amon, CFmon, Emon, Lmon, SIday, SImon and day. The runs included the ensemble member: r1i1p1f4.\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, MOHC, UKESM1-0-LL, piClim-lu, AERmon, Amon, CFmon, Emon, Lmon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:53:30.749444",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31174/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/MOHC/UKESM1-0-LL/piClim-lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 45360034425,
                "numberOfFiles": 92,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8512/?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/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/50415/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50416/?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/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/50428/?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/50432/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50435/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50437/?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/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/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/50579/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50586/?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/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/50602/?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/50610/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50611/?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/52750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54210/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54216/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54232/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54346/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54355/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54357/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54358/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54375/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54442/?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"
            ],
            "dataLineage": "Data were produced and verified by Met Office Hadley Centre (MOHC) 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/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/28401/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136667/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136668/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136674/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136675/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136676/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136670/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136671/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136672/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136673/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136669/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167383/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167384/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31175/?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": 31176,
            "uuid": "c7d9a1ea2c1b40dfb8bea90a4c9d5a7a",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"piClim-4xCO2\" 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 \"effective radiative forcing by 4xCO2\" (piClim-4xCO2) experiment. These are available at the following frequencies: AERmonZ, Amon, CFmon, 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, MPI-M, MPI-ESM1-2-LR, piClim-4xCO2, AERmonZ, Amon, CFmon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:55:38.558607",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31177/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/MPI-M/MPI-ESM1-2-LR/piClim-4xCO2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2004890038,
                "numberOfFiles": 18,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8513/?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/50416/?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/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/50549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50550/?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/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54692/?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/136682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136689/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136690/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136691/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136686/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136687/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136688/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167385/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167386/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31178/?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": 31179,
            "uuid": "e5362a85a53f4fca90b97fd964d0c9c8",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"piClim-control\" 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 \"Control simulation providing baseline for evaluating effective radiative forcing (ERF)\" (piClim-control) experiment. These are available at the following frequencies: AERmonZ, Amon, CFmon, 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, MPI-M, MPI-ESM1-2-LR, piClim-control, AERmonZ, Amon, CFmon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:57:45.882209",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31180/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/MPI-M/MPI-ESM1-2-LR/piClim-control",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6071262855,
                "numberOfFiles": 48,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8514/?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/50418/?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/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?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/50549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50550/?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/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51206/?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/62737/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/71572/?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/136697/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136698/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136704/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136705/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136706/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136700/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136701/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136702/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136703/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136699/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167387/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167388/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31181/?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": 31182,
            "uuid": "aa987e079219499aa6ab4f7795f07303",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"piClim-ghg\" 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 \"effective radiative forcing by present-day greenhouse gases\" (piClim-ghg) experiment. These are available at the following frequencies: AERmonZ, Amon, CFmon, 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, MPI-M, MPI-ESM1-2-LR, piClim-ghg, AERmonZ, Amon, CFmon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T12:59:54.499062",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31183/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/MPI-M/MPI-ESM1-2-LR/piClim-ghg",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2012006482,
                "numberOfFiles": 18,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8515/?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/50416/?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/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/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50550/?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/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54692/?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/136712/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136713/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136719/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136720/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136721/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136715/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136716/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136717/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136718/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136714/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167389/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167390/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31184/?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": 31185,
            "uuid": "621a5bfff4ce43629c3188374ac75279",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"piClim-lu\" 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 \"effective radiative forcing by present-day land use\" (piClim-lu) experiment. These are available at the following frequencies: AERmonZ, Amon, CFmon, 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, MPI-M, MPI-ESM1-2-LR, piClim-lu, AERmonZ, Amon, CFmon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:02:02.072636",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31186/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/MPI-M/MPI-ESM1-2-LR/piClim-lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2014920589,
                "numberOfFiles": 18,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8516/?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/50416/?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/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/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50550/?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/50556/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/51206/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54692/?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/136727/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136728/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136734/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136735/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136736/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136730/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136731/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136732/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136733/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136729/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167391/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167392/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31187/?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": 31188,
            "uuid": "a772255d8aa74b6491dc16710170000c",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"piClim-aer\" 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 \"effective radiative forcing by present-day aerosols\" (piClim-aer) experiment. These are available at the following frequency: Amon. 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, piClim-aer, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:04:11.125167",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31189/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NASA-GISS/GISS-E2-1-G/piClim-aer",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 887372982,
                "numberOfFiles": 12,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8517/?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/50416/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?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"
            ],
            "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/136742/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136743/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136749/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136750/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136751/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136745/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136746/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136747/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136748/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136744/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167393/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167394/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31190/?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": 31191,
            "uuid": "35012a5b081a44bb9bfa94bfe22fd488",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"piClim-anthro\" 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 \"effective radiative forcing by present day anthropogenic agents\" (piClim-anthro) experiment. These are available at the following frequency: Amon. 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, piClim-anthro, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:06:19.080401",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31192/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NASA-GISS/GISS-E2-1-G/piClim-anthro",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 964625127,
                "numberOfFiles": 16,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8518/?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/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11083/?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/136757/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136758/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136764/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136765/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136766/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136760/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136761/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136762/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136763/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136759/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167395/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167396/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31193/?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": 31194,
            "uuid": "ae5db441d25748e0950424c2295d9d55",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"piClim-control\" 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 \"Control simulation providing baseline for evaluating effective radiative forcing (ERF)\" (piClim-control) experiment. These are available at the following frequency: Amon. 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, piClim-control, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:08:33.751011",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31195/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NASA-GISS/GISS-E2-1-G/piClim-control",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1697382266,
                "numberOfFiles": 14,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8519/?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/50416/?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/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/50427/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/50550/?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/50566/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55121/?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"
            ],
            "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/136772/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136773/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136779/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136780/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136781/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136775/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136776/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136777/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136778/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136774/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167397/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167398/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31196/?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": 31197,
            "uuid": "7ee97b5c01974428b0e1202a4247db64",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"piClim-ghg\" 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 \"effective radiative forcing by present-day greenhouse gases\" (piClim-ghg) experiment. These are available at the following frequency: Amon. 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, piClim-ghg, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:10:41.294346",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31198/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NASA-GISS/GISS-E2-1-G/piClim-ghg",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 887372982,
                "numberOfFiles": 12,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8520/?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/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6090/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11082/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11083/?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/136787/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136788/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136794/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136795/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136796/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136790/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136791/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136792/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136793/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136789/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167399/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167400/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31199/?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": 31200,
            "uuid": "4647cc9ad3c044439d6c643208d3c494",
            "title": "ESA Snow Climate Change Initiative (Snow_cci): Snow Water Equivalent (SWE) level 3C daily global climate research data package (CRDP)  (1979 – 2020), version 2.0",
            "abstract": "This dataset contains v2.0 of the Daily Snow Water Equivalent (SWE) product from the ESA Climate Change Initiative (CCI) Snow project, at 0.1 degree resolution.\r\n\r\nSnow water equivalent (SWE) indicates the amount of accumulated snow on land surfaces, in other words the amount of water contained within the snowpack. The SWE product time series covers the period from 1979/01 to 2020/05. Northern Hemisphere SWE products are available at daily temporal resolution with alpine areas masked. \r\n\r\nThe product is based on data from the Scanning Multichannel Microwave Radiometer (SMMR) operated on National Aeronautics and Space Administration’s (NASA) Nimbus-7 satellite, the  Special Sensor Microwave / Imager (SSM/I) and the Special Sensor Microwave Imager / Sounder (SSMI/S) carried onboard the Defense Meteorological Satellite Program (DMSP) 5D- and F-series satellites. The satellite bands provide spatial resolutions between 15 and 69 km.  The retrieval methodology combines satellite passive microwave radiometer (PMR) measurements with ground-based synoptic weather station observations by Bayesian non-linear iterative assimilation. A background snow-depth field from re-gridded surface snow-depth observations and a passive microwave emission model are required components of the retrieval scheme.\r\n\r\nThe dataset is aimed to serve the needs of users working on climate research and monitoring activities, including the detection of variability and trends, climate modelling, and aspects of hydrology and meteorology.\r\n\r\nThe Finnish Meteorological Institute is responsible for the SWE product development and generation. \r\n\r\nFor the period from 1979 to May 1987, the products are available every second day. From October 1987 till May 2020, the products are available daily. Products are only generated for the Northern Hemisphere winter seasons, usually from beginning of October till the middle of May. A limited number of SWE products are available for days in June and September; products are not available for the months July and August as there is usually no snow information reported on synoptic weather stations, which is required as input for the SWE retrieval. Because of known limitations in alpine terrain, a complex-terrain mask is applied based on the sub-grid variability in elevation determined from a high-resolution digital elevation model. All land ice and large lakes are also masked; retrievals are not produced for coastal regions of Greenland.\r\n\r\nThis version 2 dataset has some notable differences compared to the v1 data. In v2, passive microwave radiometer data are obtained from the recalibrated enhanced resolution CETB ESDR dataset  (MEaSUREs Calibrated Enhanced-Resolution Passive Microwave Daily EASE-Grid 2.0 Brightness Temperature (CETB) Earth System Data Record (ESDR)  https://nsidc.org/pmesdr/data-sets/) the grid spacing is reduced from 25 km to 12.5 km, and spatially and temporally varying snow density fields are used to adjust SWE retrievals in post processing. The output grid spacing is reduced from 0.25-degree to 0.10-degree WGS84 latitude / longitude to be compatible with other Snow_cci products. The time series has been extended by two years with data from 2018 to 2020 added.\r\n\r\nThe ESA CCI phased product development framework allowed for a systematic analysis of these changes to the input data and snow density parameterization that occurred between v1 and v2 using a series of step-wise developmental datasets. In comparison with in-situ snow courses, the correlation and RMSE of v2 improved 18% (0.1) and 12% (5mm), respectively, relative to v1. The timing of peak snow mass is shifted two weeks later and a temporal discontinuity in the monthly northern hemisphere snow mass time series associated with the shift from the Special Sensor Microwave/Imager (SSM/I) and the Special Sensor Microwave Imager/Sounder (SSMIS) in 2009 is removed in v2.",
            "keywords": "ESA, CCI, Snow, SWE",
            "publicationState": "citable",
            "dataPublishedTime": "2022-03-17T09:58:00",
            "doiPublishedTime": "2022-03-17T18:24:46",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/35033/?format=api",
                "dataPath": "/neodc/esacci/snow/data/swe/MERGED/v2.0/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 11151780565,
                "numberOfFiles": 7936,
                "fileFormat": "This data product follows CCI Data Standards v2.3, 2021 and are distributed as NetCDF files conforming to Climate and Forecast (CF) convention version 1.9."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/9703/?format=api",
            "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/2614/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28682/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28683/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28684/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28685/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/28686/?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/12065/?format=api"
            ],
            "projects": [
                "https://api.catalogue.ceda.ac.uk/api/v2/projects/30229/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136808/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136809/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136802/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136806/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136803/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136804/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136805/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136807/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136810/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136811/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136812/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136813/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136814/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136815/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136816/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136817/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/170163/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/35036/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2571/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_snow_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                },
                {
                    "ob_id": 1140,
                    "name": "ESACCI"
                }
            ]
        },
        {
            "ob_id": 31201,
            "uuid": "cc3045fddad646efb91248e7fe17f125",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"piClim-lu\" 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 \"effective radiative forcing by present-day land use\" (piClim-lu) experiment. These are available at the following frequency: Amon. 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, piClim-lu, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:12:48.201603",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/31202/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NASA-GISS/GISS-E2-1-G/piClim-lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 887372979,
                "numberOfFiles": 12,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8521/?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/1050/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9616/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/11083/?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/136818/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136819/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136825/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136826/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136827/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136821/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136822/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136823/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136824/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/136820/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167401/?format=api",
                "https://api.catalogue.ceda.ac.uk/api/v2/rpis/167402/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/31203/?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"
                }
            ]
        }
    ]
}