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

{
    "count": 10400,
    "next": "https://catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=6300",
    "previous": "https://catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=6100",
    "results": [
        {
            "ob_id": 29188,
            "uuid": "dd901ee931ba43a5af60220ef41a4fdd",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"faf-stress\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"control plus perturbative surface flux of momentum into ocean\" (faf-stress) experiment. These are available at the following frequencies: Amon, Eday, Lmon, Oday, Ofx, Omon and SImon. The runs included the ensemble member: r1i1p2f1.\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, CCCma, CanESM5, faf-stress, Amon, Eday, Lmon, Oday, Ofx, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:19:43.064581",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29189/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CCCma/CanESM5/faf-stress",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 106144358905,
                "numberOfFiles": 160,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7900/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Canadian Centre for Climate Modelling and Analysis (CCCma) 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://catalogue.ceda.ac.uk/api/v2/projects/28435/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28438/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124765/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124766/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124767/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124774/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166002/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29190/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29191,
            "uuid": "46bb410a1be8443ab4cc252760b033ae",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"faf-water\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"control plus perturbative surface flux of water into ocean\" (faf-water) experiment. These are available at the following frequencies: Amon, Eday, Lmon, Oday, Ofx, Omon and SImon. The runs included the ensemble member: r1i1p2f1.\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, CCCma, CanESM5, faf-water, Amon, Eday, Lmon, Oday, Ofx, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:20:11.855282",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29192/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CCCma/CanESM5/faf-water",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 106155344395,
                "numberOfFiles": 160,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7901/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Canadian Centre for Climate Modelling and Analysis (CCCma) 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://catalogue.ceda.ac.uk/api/v2/projects/28435/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28438/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124783/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124785/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166006/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29193/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29194,
            "uuid": "0cefb798af9b4444a15ee517081d01ab",
            "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"faf-all\" 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 \"control plus perturbative surface fluxes of momentum, heat and water into ocean\" (faf-all) experiment. These are available at the following frequencies: Amon, CFmon, Lmon, Ofx, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe 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, faf-all, Amon, CFmon, Lmon, Ofx, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:20:35.856926",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29195/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MIROC/MIROC6/faf-all",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 52678462753,
                "numberOfFiles": 147,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7902/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?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://catalogue.ceda.ac.uk/api/v2/projects/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28351/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124804/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29196/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29197,
            "uuid": "dc7c7421a2254ed0ab7bb65758337060",
            "title": "WCRP CMIP6: the MIROC team MIROC6 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 MIROC team MIROC6 model output for the \"control plus perturbative surface flux of heat into ocean\" (faf-heat) experiment. These are available at the following frequencies: Amon, CFmon, Lmon, Ofx, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe 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, faf-heat, Amon, CFmon, Lmon, Ofx, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:21:06.526859",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29198/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MIROC/MIROC6/faf-heat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 74336355441,
                "numberOfFiles": 169,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7903/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?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://catalogue.ceda.ac.uk/api/v2/projects/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28351/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124826/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29199/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29200,
            "uuid": "8f531b0b577944bab4b217aadb9e9b1c",
            "title": "WCRP CMIP6: the MIROC team MIROC6 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 MIROC team MIROC6 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, CFmon, Lmon, Ofx, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe 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, faf-passiveheat, Amon, CFmon, Lmon, Ofx, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:22:25.219480",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29201/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MIROC/MIROC6/faf-passiveheat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 52506178953,
                "numberOfFiles": 147,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7904/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?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://catalogue.ceda.ac.uk/api/v2/projects/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28351/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124848/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29202/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29203,
            "uuid": "6e28128054504d0d995d07b82af5c671",
            "title": "WCRP CMIP6: the MIROC team MIROC6 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 MIROC team MIROC6 model output for the \"control plus perturbative surface flux of momentum into ocean\" (faf-stress) experiment. These are available at the following frequencies: Amon, CFmon, Lmon, Ofx, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe 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, faf-stress, Amon, CFmon, Lmon, Ofx, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:24:28.823807",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29204/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MIROC/MIROC6/faf-stress",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 74212543982,
                "numberOfFiles": 169,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7905/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?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://catalogue.ceda.ac.uk/api/v2/projects/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28351/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124870/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29205/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29206,
            "uuid": "a2c92b40d28648698a2e5e40968c82b7",
            "title": "WCRP CMIP6: the MIROC team MIROC6 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 MIROC team MIROC6 model output for the \"control plus perturbative surface flux of water into ocean\" (faf-water) experiment. These are available at the following frequencies: Amon, CFmon, Lmon, Ofx, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe 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, faf-water, Amon, CFmon, Lmon, Ofx, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:27:09.562056",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29207/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MIROC/MIROC6/faf-water",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 86086453530,
                "numberOfFiles": 179,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7906/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?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://catalogue.ceda.ac.uk/api/v2/projects/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28351/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124894/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124892/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29208/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29209,
            "uuid": "1d2b7333dc3842a2833c977cbcc5aa47",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"faf-all\" 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 \"control plus perturbative surface fluxes of momentum, heat and water into ocean\" (faf-all) experiment. These are available at the following frequencies: Amon 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, MRI, MRI-ESM2-0, faf-all, Amon, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:27:43.424370",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29210/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MRI/MRI-ESM2-0/faf-all",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 38302715727,
                "numberOfFiles": 19,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7907/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?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://catalogue.ceda.ac.uk/api/v2/projects/28583/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28586/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166030/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29211/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29212,
            "uuid": "536aa48a0e69452589e97d08a01cebc4",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"faf-heat\" 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 \"control plus perturbative surface flux of heat into ocean\" (faf-heat) experiment. These are available at the following frequencies: Amon 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, MRI, MRI-ESM2-0, faf-heat, Amon, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:28:00.107148",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29213/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MRI/MRI-ESM2-0/faf-heat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 38277188346,
                "numberOfFiles": 19,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7908/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?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://catalogue.ceda.ac.uk/api/v2/projects/28583/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28586/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166034/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29214/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29215,
            "uuid": "ecb9e4fc70c242eda01fbfcea549dd62",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"faf-passiveheat\" 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 \"control plus surface flux of passive heat tracer into ocean\" (faf-passiveheat) experiment. These are available at the following frequencies: Amon 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, MRI, MRI-ESM2-0, faf-passiveheat, Amon, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:28:08.523512",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29216/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MRI/MRI-ESM2-0/faf-passiveheat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 38296124959,
                "numberOfFiles": 19,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7909/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?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://catalogue.ceda.ac.uk/api/v2/projects/28583/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28586/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166038/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29217/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29218,
            "uuid": "03b10776cf83404a95f0381a42e1c012",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"faf-stress\" 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 \"control plus perturbative surface flux of momentum into ocean\" (faf-stress) experiment. These are available at the following frequencies: Amon 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, MRI, MRI-ESM2-0, faf-stress, Amon, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:28:22.780411",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29219/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MRI/MRI-ESM2-0/faf-stress",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 38297993462,
                "numberOfFiles": 19,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7910/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?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://catalogue.ceda.ac.uk/api/v2/projects/28583/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28586/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166042/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29220/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29221,
            "uuid": "7e25e51d6bb6409f9b2adb73b305a5d2",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"faf-water\" 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 \"control plus perturbative surface flux of water into ocean\" (faf-water) experiment. These are available at the following frequencies: Amon 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, MRI, MRI-ESM2-0, faf-water, Amon, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:28:28.781759",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29222/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/MRI/MRI-ESM2-0/faf-water",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 94606357274,
                "numberOfFiles": 27,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7911/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?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://catalogue.ceda.ac.uk/api/v2/projects/28583/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28586/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166046/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29223/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29224,
            "uuid": "baccc1061b2846e1b00bdd55a613cb96",
            "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"G1\" 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 \"abrupt quadrupling of CO2 plus reduction in total solar irradiance\" (G1) experiment. These are available at the following frequencies: 3hr, Amon, CFmon, LImon, Lmon, Ofx, 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, IPSL, IPSL-CM6A-LR, G1, 3hr, Amon, CFmon, LImon, Lmon, Ofx, Omon, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:28:43.220242",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29225/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/IPSL/IPSL-CM6A-LR/G1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 161710704603,
                "numberOfFiles": 84,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7912/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/28004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/76110/?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://catalogue.ceda.ac.uk/api/v2/projects/28518/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/124992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166050/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29226/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29227,
            "uuid": "4dd4a59345d9453485218464b66e40fd",
            "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"G6solar\" 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 \"total solar irradiance reduction to reduce net forcing from SSP585 to SSP245\" (G6solar) experiment. These are available at the following frequencies: 3hr, Amon, CFmon, Lmon, Ofx, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, IPSL, IPSL-CM6A-LR, G6solar, 3hr, Amon, CFmon, Lmon, Ofx, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:28:53.587667",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29228/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/IPSL/IPSL-CM6A-LR/G6solar",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6388946060,
                "numberOfFiles": 10,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7913/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?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://catalogue.ceda.ac.uk/api/v2/projects/28518/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166054/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29229/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29230,
            "uuid": "b1d0e322518a4747ae2845e454691e6e",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"G1\" 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 \"abrupt quadrupling of CO2 plus reduction in total solar irradiance\" (G1) 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, r2i2p1f2 and r3i2p1f2.\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, G1, AERmon, Amon, CFmon, Emon, LImon, Lmon, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:29:18.204588",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29231/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/MOHC/UKESM1-0-LL/G1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1411798112084,
                "numberOfFiles": 1034,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7914/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50449/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50487/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54222/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54229/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54242/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54244/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54245/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54263/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54284/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54290/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54300/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54301/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54307/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54311/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54312/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54359/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54363/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54365/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54379/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54446/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54447/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54462/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54464/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54467/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54469/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54471/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54479/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54488/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54489/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71635/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71636/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71643/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71650/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71653/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71655/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71656/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71657/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71658/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71660/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71663/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71667/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71668/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71672/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71674/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71678/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/74556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/74559/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28401/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166058/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29232/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29233,
            "uuid": "a26967f2ce2c4e789a22eb034722ffa3",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2-WACCM model output for the \"G1\" 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-WACCM model output for the \"abrupt quadrupling of CO2 plus reduction in total solar irradiance\" (G1) experiment. These are available at the following frequencies: Amon and CFmon. 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-WACCM, G1, Amon, CFmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-11T13:16:37.226173",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29883/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/NCAR/CESM2-WACCM/G1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 43438655007,
                "numberOfFiles": 15,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8131/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54394/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54395/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83194/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28427/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/128944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/128945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/128946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/128947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/128948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/128951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/128952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/128953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/128950/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/128949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166940/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29884/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29234,
            "uuid": "cc252a03ed204c98851ad88dc293e096",
            "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"amip-hist\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"AMIP-style simulation covering the period 1870-2014\" (amip-hist) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, BCC, BCC-CSM2-MR, amip-hist, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:30:59.698338",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29235/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GMMIP/BCC/BCC-CSM2-MR/amip-hist",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 111185818265,
                "numberOfFiles": 90,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7915/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50576/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Beijing Climate Center (BCC) 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://catalogue.ceda.ac.uk/api/v2/projects/28265/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28643/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166062/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29236/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29237,
            "uuid": "a25884810e494ee69b1726174be5b896",
            "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"hist-resAMO\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"initialized from \"historical\" run year 1870 and SSTs in the AMO domain (0deg-70degN, 70degW-0deg) restored to AMIP SSTs with historical forcings\" (hist-resAMO) experiment. These are available at the following frequencies: Amon, Lmon, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, BCC, BCC-CSM2-MR, hist-resAMO, Amon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:33:37.349365",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29238/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GMMIP/BCC/BCC-CSM2-MR/hist-resAMO",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 208440879927,
                "numberOfFiles": 158,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7916/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50576/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Beijing Climate Center (BCC) 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://catalogue.ceda.ac.uk/api/v2/projects/28265/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28643/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125060/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166066/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29239/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29240,
            "uuid": "e36d388f90f8466984d1b422facdbd76",
            "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"hist-resIPO\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"initialized from \"historical\" run year 1870 and SSTs in tropical lobe of the IPO domain (20degS-20degN, 175degE-75degW) restored to AMIP SSTs with historical forcings\" (hist-resIPO) experiment. These are available at the following frequencies: Amon, Lmon, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, BCC, BCC-CSM2-MR, hist-resIPO, Amon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:38:18.287223",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29241/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GMMIP/BCC/BCC-CSM2-MR/hist-resIPO",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1043,
                "numberOfFiles": 2,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7917/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/1635/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/1636/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/8167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/8233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27679/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27681/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27700/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Beijing Climate Center (BCC) 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://catalogue.ceda.ac.uk/api/v2/projects/28265/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28643/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125070/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125071/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166070/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29242/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29243,
            "uuid": "7e9465a911ac4610813d2221e6720d4f",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"amip-hist\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"AMIP-style simulation covering the period 1870-2014\" (amip-hist) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble members: r10i1p2f1, r1i1p2f1, r2i1p2f1, r3i1p2f1, r4i1p2f1, r5i1p2f1, r6i1p2f1, r7i1p2f1, r8i1p2f1 and r9i1p2f1.\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, CCCma, CanESM5, amip-hist, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:43:47.119535",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29244/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GMMIP/CCCma/CanESM5/amip-hist",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 77318913160,
                "numberOfFiles": 392,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7918/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Canadian Centre for Climate Modelling and Analysis (CCCma) 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://catalogue.ceda.ac.uk/api/v2/projects/28435/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28438/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166074/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29245/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29246,
            "uuid": "ed2e6f560ae34db48af20d9a6ad05c77",
            "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"amip-hist\" 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 \"AMIP-style simulation covering the period 1870-2014\" (amip-hist) 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, IPSL, IPSL-CM6A-LR, amip-hist, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:43:56.622841",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29247/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GMMIP/IPSL/IPSL-CM6A-LR/amip-hist",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 9360528647,
                "numberOfFiles": 5,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7919/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54331/?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://catalogue.ceda.ac.uk/api/v2/projects/28518/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166078/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29248/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29249,
            "uuid": "8bb8bf2d60f1439f9fb300618bc99893",
            "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"amip-hist\" 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 \"AMIP-style simulation covering the period 1870-2014\" (amip-hist) experiment. These are available at the following frequencies: Amon, CFmon and Lmon. 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 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, amip-hist, Amon, CFmon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:44:34.099165",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29250/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GMMIP/MIROC/MIROC6/amip-hist",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 135854488901,
                "numberOfFiles": 867,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7920/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?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://catalogue.ceda.ac.uk/api/v2/projects/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28351/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125124/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125122/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29251/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29252,
            "uuid": "1ca4c90a9a0547888d542bb7398c109c",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"amip-hist\" 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 \"AMIP-style simulation covering the period 1870-2014\" (amip-hist) experiment. These are available at the following frequencies: Amon and Lmon. 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, MRI, MRI-ESM2-0, amip-hist, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:45:00.772636",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29253/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/GMMIP/MRI/MRI-ESM2-0/amip-hist",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 138013639718,
                "numberOfFiles": 211,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7921/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50576/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?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://catalogue.ceda.ac.uk/api/v2/projects/28583/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28586/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125138/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125146/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166086/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29254/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29256,
            "uuid": "14d9ceee87774781b781e7401a16bed5",
            "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-HR4 model output for the \"highresSST-present\" 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 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: 6hrPlev, Amon, LImon, 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, CMCC, CMCC-CM2-HR4, highresSST-present, 6hrPlev, Amon, LImon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:45:27.170155",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29257/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CMCC/CMCC-CM2-HR4/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 809118126929,
                "numberOfFiles": 2864,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7922/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/29255/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29258/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166092/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29259/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29260,
            "uuid": "7192c92d46384149a980e96ad50cbc49",
            "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-VHR4 model output for the \"highresSST-present\" 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 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: 6hrPlev, 6hrPlevPt, Amon, LImon, 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, CMCC, CMCC-CM2-VHR4, highresSST-present, 6hrPlev, 6hrPlevPt, Amon, LImon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:46:01.693560",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29261/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CMCC/CMCC-CM2-VHR4/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 11838897740744,
                "numberOfFiles": 24362,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7923/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/29255/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29262/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125186/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125187/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125189/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125192/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125193/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125194/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125191/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166098/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29263/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29264,
            "uuid": "d66b3b9486484b50852c4ed6881c0f4f",
            "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-ATM-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 Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-ATM-HR model output for the \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: 3hr, Amon, CFmon, Eday, LImon, 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, IPSL, IPSL-CM6A-ATM-HR, highresSST-present, 3hr, Amon, CFmon, Eday, LImon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:47:53.677999",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29265/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/IPSL/IPSL-CM6A-ATM-HR/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 802295841589,
                "numberOfFiles": 128,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7924/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?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://catalogue.ceda.ac.uk/api/v2/projects/28518/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29266/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125213/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166104/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29267/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29268,
            "uuid": "f51459c829014465b1e86999104adf6b",
            "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"highresSST-present\" 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 \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: 3hr, Amon, CFmon, Eday, LImon, 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, IPSL, IPSL-CM6A-LR, highresSST-present, 3hr, Amon, CFmon, Eday, LImon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:48:32.327423",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29269/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/IPSL/IPSL-CM6A-LR/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 98332256917,
                "numberOfFiles": 71,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7925/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?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://catalogue.ceda.ac.uk/api/v2/projects/28518/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125244/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125245/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125242/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166110/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29270/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29271,
            "uuid": "23ed3590094040f192a3f4274fb90e7e",
            "title": "WCRP CMIP6: the MIROC team NICAM16-7S 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 MIROC team NICAM16-7S model output for the \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: 3hr, Amon, Eday, Lmon, Oday, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe 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, NICAM16-7S, highresSST-present, 3hr, Amon, Eday, Lmon, Oday, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:49:27.693822",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29272/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MIROC/NICAM16-7S/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 91811508147,
                "numberOfFiles": 912,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7926/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?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://catalogue.ceda.ac.uk/api/v2/projects/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29273/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125254/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125263/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125260/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29274/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29275,
            "uuid": "8c0f9abd489b40598358c6830f65408b",
            "title": "WCRP CMIP6: the MIROC team NICAM16-8S 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 MIROC team NICAM16-8S model output for the \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: 3hr, Eday, Oday 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, NICAM16-8S, highresSST-present, 3hr, Eday, Oday, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:49:37.832900",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29276/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MIROC/NICAM16-8S/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 344556185711,
                "numberOfFiles": 262,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7927/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?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://catalogue.ceda.ac.uk/api/v2/projects/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29277/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125300/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125293/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125290/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125295/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29278/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29279,
            "uuid": "7b666f6059094deca2156e1508334ffb",
            "title": "WCRP CMIP6: the MIROC team NICAM16-9S 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 MIROC team NICAM16-9S model output for the \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: Eday, Oday 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, NICAM16-9S, highresSST-present, Eday, Oday, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:49:55.314349",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29280/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MIROC/NICAM16-9S/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 220203350741,
                "numberOfFiles": 49,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7928/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?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://catalogue.ceda.ac.uk/api/v2/projects/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29281/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125330/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29282/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29283,
            "uuid": "d2e1fb20315a406784c015a63b830280",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-HM 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-HM 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, 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-HM, control-1950, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:50:31.665211",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29284/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-HM/control-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 57297806497723,
                "numberOfFiles": 40828,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7929/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55176/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55178/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80406/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/projects/38941/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29285/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125359/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125360/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125362/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125365/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125363/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166131/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166132/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29286/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29287,
            "uuid": "b057a60be5a44cea9e8a85a531cc91eb",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-HM model output for the \"highresSST-present\" 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-HM model output for the \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, SIday 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-HM, highresSST-present, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, SIday, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T20:59:00.503378",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29288/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-HM/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 56379956426187,
                "numberOfFiles": 44182,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7930/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29285/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125391/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125390/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166138/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29289/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29290,
            "uuid": "c6e53a741a5a4ce9902c9101b6984464",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) 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 Met Office Hadley Centre (MOHC) HadGEM3-GC31-HM model output for the \"coupled historical 1950-2014\" (hist-1950) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, 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-HM, hist-1950, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, Emon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:03:31.675090",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29291/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-HM/hist-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 48829351449419,
                "numberOfFiles": 41969,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7931/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55176/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55178/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80406/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29285/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166142/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29292/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29293,
            "uuid": "111438560fd147f39e323413a9150e4f",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL 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-LL 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, 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, control-1950, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:06:08.151765",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29294/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-LL/control-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2364954318369,
                "numberOfFiles": 24243,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7932/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55176/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55178/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80406/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/projects/38941/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28749/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166146/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29295/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29296,
            "uuid": "c729698e6e934caa9e93d616434b7105",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"hist-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 historical 1950-2014\" (hist-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, hist-1950, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:08:00.477527",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29297/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-LL/hist-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5322056176767,
                "numberOfFiles": 104788,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7933/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55176/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55178/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80406/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28749/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125433/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125436/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166150/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29298/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29299,
            "uuid": "b876f85cb20a4588a9700a7e30494614",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LM model output for the \"highresSST-present\" 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-LM model output for the \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, SIday 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-LM, highresSST-present, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, SIday, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:09:36.367201",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29300/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-LM/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2953560500566,
                "numberOfFiles": 41281,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7934/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29301/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125448/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125449/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166154/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29302/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29303,
            "uuid": "c50a97ed527f4eabac5e5ce034d618b2",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM 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-MM 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, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, 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-MM, control-1950, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, Emon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:12:41.068415",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29304/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-MM/control-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12888067597549,
                "numberOfFiles": 25269,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7935/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55176/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55178/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80406/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/projects/38941/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28763/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125476/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125477/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125480/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125479/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166160/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29305/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29306,
            "uuid": "db580e94db39415081316cb2d0b98230",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"highresSST-present\" 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 \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, SIday 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, highresSST-present, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, SIday, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:13:33.692491",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29307/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-MM/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 10592041999455,
                "numberOfFiles": 28797,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7936/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28763/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125490/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125493/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125494/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125497/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125495/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166164/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29308/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29309,
            "uuid": "bf8ecb413b324b24974c2bc260d092e1",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"hist-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 historical 1950-2014\" (hist-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, hist-1950, 3hr, 6hrPlevPt, AERmon, Amon, CFday, CFmon, E1hr, E3hr, E3hrPt, Eday, EdayZ, Emon, EmonZ, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:13:48.526498",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29310/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-MM/hist-1950",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 15523128741894,
                "numberOfFiles": 42159,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7937/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55176/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55177/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55178/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80406/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28763/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125507/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125508/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125513/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125514/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125515/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125511/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166168/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29311/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29313,
            "uuid": "495d3f23608f4eb69d310648585e3194",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-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 Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-HR model output for the \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: 6hrPlev, 6hrPlevPt, Amon, Eday, LImon, 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, MPI-M, MPI-ESM1-2-HR, highresSST-present, 6hrPlev, 6hrPlevPt, Amon, Eday, LImon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:16:18.735874",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29314/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MPI-M/MPI-ESM1-2-HR/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 847554077550,
                "numberOfFiles": 5592,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7938/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?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://catalogue.ceda.ac.uk/api/v2/projects/29312/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29315/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125528/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125529/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125530/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125535/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125537/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125534/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166174/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29316/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29317,
            "uuid": "6d09c0895f574e458205f699f2646daf",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-XR model output for the \"highresSST-present\" 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 \"forced atmosphere experiment for 1950-2014\" (highresSST-present) experiment. These are available at the following frequencies: 6hrPlev, 6hrPlevPt, Amon, Eday, LImon, 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, MPI-M, MPI-ESM1-2-XR, highresSST-present, 6hrPlev, 6hrPlevPt, Amon, Eday, LImon, Lmon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:20:35.034951",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29318/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MPI-M/MPI-ESM1-2-XR/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3068226822591,
                "numberOfFiles": 5592,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7939/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?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://catalogue.ceda.ac.uk/api/v2/projects/29312/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29319/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166180/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29320/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29321,
            "uuid": "8bb68a49f97d4583aee020275376a595",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-AGCM3-2-H model output for the \"highresSST-future\" 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-AGCM3-2-H 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, MRI, MRI-AGCM3-2-H, highresSST-future, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:20:52.427099",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29322/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MRI/MRI-AGCM3-2-H/highresSST-future",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 456527231,
                "numberOfFiles": 6,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7940/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?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://catalogue.ceda.ac.uk/api/v2/projects/28583/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29323/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166186/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29324/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29325,
            "uuid": "0f7d2985b2a14d59bf72386d1c2794ad",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-AGCM3-2-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 Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-AGCM3-2-H 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, MRI, MRI-AGCM3-2-H, highresSST-present, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:21:09.189143",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29326/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MRI/MRI-AGCM3-2-H/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 59699243236,
                "numberOfFiles": 77,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7941/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?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://catalogue.ceda.ac.uk/api/v2/projects/28583/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29323/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166191/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166192/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29327/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29328,
            "uuid": "64ec73a16fff44d3a6433203531b13c3",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-AGCM3-2-S model output for the \"highresSST-future\" 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-AGCM3-2-S 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, MRI, MRI-AGCM3-2-S, highresSST-future, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:21:33.610357",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29329/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MRI/MRI-AGCM3-2-S/highresSST-future",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2900174426,
                "numberOfFiles": 9,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7942/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?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://catalogue.ceda.ac.uk/api/v2/projects/28583/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29330/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166195/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166196/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29331/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29332,
            "uuid": "2eac4c03ad22475eb8c298ee41e90839",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-AGCM3-2-S model output for the \"highresSST-present\" 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-AGCM3-2-S 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, MRI, MRI-AGCM3-2-S, highresSST-present, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:21:59.016370",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29333/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MRI/MRI-AGCM3-2-S/highresSST-present",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 493006268722,
                "numberOfFiles": 556,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7943/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?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://catalogue.ceda.ac.uk/api/v2/projects/28583/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29330/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125650/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125651/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125652/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125655/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125656/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125657/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125653/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166202/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29334/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29335,
            "uuid": "91fdf6a467f04ba292fada53bf48a134",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4C192 model output for the \"highresSST-future\" 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 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, NOAA-GFDL, GFDL-CM4C192, highresSST-future, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:22:13.186353",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29336/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/NOAA-GFDL/GFDL-CM4C192/highresSST-future",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 195826010,
                "numberOfFiles": 3,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7944/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50562/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29337/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125667/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125668/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125672/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125669/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166206/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29338/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29339,
            "uuid": "75ab9f339f4b4e659c6d46abb653650e",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"1pctCO2-4xext\" 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 \"extension from year 140 of 1pctCO2 with 4xCO2\" (1pctCO2-4xext) experiment. These are available at the following frequencies: Amon, LImon, Lmon, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NASA-GISS, GISS-E2-1-G, 1pctCO2-4xext, Amon, LImon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:22:24.631510",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29340/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ISMIP6/NASA-GISS/GISS-E2-1-G/1pctCO2-4xext",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1080,
                "numberOfFiles": 2,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7945/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/8167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/8233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9757/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11731/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27678/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27855/?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://catalogue.ceda.ac.uk/api/v2/projects/28606/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28609/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125694/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125697/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125698/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125696/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125695/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166212/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29341/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29342,
            "uuid": "397bcc771d7a4192894a0e8e61dcd282",
            "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"land-hist\" 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\" (land-hist) experiment. These are available at the following frequency: Lmon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, IPSL, IPSL-CM6A-LR, land-hist, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:22:35.070570",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29343/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LS3MIP/IPSL/IPSL-CM6A-LR/land-hist",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 503479378,
                "numberOfFiles": 13,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7946/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?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://catalogue.ceda.ac.uk/api/v2/projects/28518/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125707/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125708/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125710/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125713/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125714/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125711/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166216/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29344/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29345,
            "uuid": "c1d10e9184bf46dab6c435a18b1fb0a3",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"land-hist\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the National Center for Atmospheric Research (NCAR) CESM2 model output for the \"historical land-only\" (land-hist) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCAR, CESM2, land-hist, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:23:04.379444",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29346/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LS3MIP/NCAR/CESM2/land-hist",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 56993675146,
                "numberOfFiles": 40,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7947/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27667/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54707/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88544/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125722/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125723/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125725/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125726/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125729/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125730/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125731/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125728/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166220/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29347/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29348,
            "uuid": "ea282dc0f08c4df29e21a33582772142",
            "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"deforest-globe\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"idealized transient global deforestation\" (deforest-globe) 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, BCC, BCC-CSM2-MR, deforest-globe, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:23:28.176224",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29349/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/BCC/BCC-CSM2-MR/deforest-globe",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 22494903364,
                "numberOfFiles": 16,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7948/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Beijing Climate Center (BCC) 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://catalogue.ceda.ac.uk/api/v2/projects/28265/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28643/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125742/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125743/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166224/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29350/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29351,
            "uuid": "0bd7a3e0359a40ec8826ac1284be109d",
            "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"esm-ssp585-ssp126Lu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"emissions-driven SSP5-8.5 with SSP1-2.6 land use\" (esm-ssp585-ssp126Lu) experiment. These are available at the following 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, BCC, BCC-CSM2-MR, esm-ssp585-ssp126Lu, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:23:41.782563",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29352/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/BCC/BCC-CSM2-MR/esm-ssp585-ssp126Lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 23883477539,
                "numberOfFiles": 17,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7949/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Beijing Climate Center (BCC) 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://catalogue.ceda.ac.uk/api/v2/projects/28265/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28643/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125754/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125757/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125759/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166228/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29353/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29354,
            "uuid": "ec79b1847ba64bb88b47a99afb003b68",
            "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"hist-noLu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"historical with no land-use change\" (hist-noLu) 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, BCC, BCC-CSM2-MR, hist-noLu, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:23:55.338983",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29355/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/BCC/BCC-CSM2-MR/hist-noLu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 46228476233,
                "numberOfFiles": 30,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7950/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Beijing Climate Center (BCC) 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://catalogue.ceda.ac.uk/api/v2/projects/28265/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28643/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125774/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125779/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166232/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29356/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29357,
            "uuid": "2fd0d89639ad4bd5a37600c5b8c0b6a5",
            "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"ssp126-ssp370Lu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"SSP1-2.6 with SSP3-7.0 land use\" (ssp126-ssp370Lu) 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, BCC, BCC-CSM2-MR, ssp126-ssp370Lu, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:24:10.395290",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29358/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/BCC/BCC-CSM2-MR/ssp126-ssp370Lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 23883477527,
                "numberOfFiles": 17,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7951/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Beijing Climate Center (BCC) 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://catalogue.ceda.ac.uk/api/v2/projects/28265/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28643/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166236/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29359/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29360,
            "uuid": "b8839b037c494e4a8db16557a0aba2a6",
            "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"ssp370-ssp126Lu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"SSP3-7.0 with SSP1-2.6 land use\" (ssp370-ssp126Lu) 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, BCC, BCC-CSM2-MR, ssp370-ssp126Lu, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:24:34.800223",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29361/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/BCC/BCC-CSM2-MR/ssp370-ssp126Lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 23883477527,
                "numberOfFiles": 17,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7952/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Beijing Climate Center (BCC) 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://catalogue.ceda.ac.uk/api/v2/projects/28265/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28643/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166240/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29362/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29363,
            "uuid": "7e0d828d771d44a0b0086aa6720dc4a8",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"deforest-globe\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"idealized transient global deforestation\" (deforest-globe) experiment. These are available at the following frequencies: Amon, Lmon, Omon and SImon. The runs included the ensemble member: r1i1p2f1.\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, CCCma, CanESM5, deforest-globe, Amon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:24:47.819514",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29364/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/CCCma/CanESM5/deforest-globe",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 67159648916,
                "numberOfFiles": 114,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7953/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71692/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Canadian Centre for Climate Modelling and Analysis (CCCma) 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://catalogue.ceda.ac.uk/api/v2/projects/28435/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28438/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166244/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29365/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29366,
            "uuid": "be4e2e2b2963494b8667fe53e98873a7",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"esm-ssp585-ssp126Lu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"emissions-driven SSP5-8.5 with SSP1-2.6 land use\" (esm-ssp585-ssp126Lu) experiment. These are available at the following frequencies: Amon, Lmon, Omon and SImon. The runs included the ensemble member: r1i1p2f1.\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, CCCma, CanESM5, esm-ssp585-ssp126Lu, Amon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:25:09.720878",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29367/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/CCCma/CanESM5/esm-ssp585-ssp126Lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 63375620573,
                "numberOfFiles": 114,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7954/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71692/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Canadian Centre for Climate Modelling and Analysis (CCCma) 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://catalogue.ceda.ac.uk/api/v2/projects/28435/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28438/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166248/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29368/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29369,
            "uuid": "a99adb0095764a498299b16811b32c11",
            "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"deforest-globe\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"idealized transient global deforestation\" (deforest-globe) experiment. These are available at the following frequency: Omon. 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 the CNRM-CERFACS team team consisted of the following agencies: Centre National de Recherches Météorologiques (CNRM) and Centre Européen de Recherche et Formation Avancée en Calcul Scientifique (CERFACS).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, CNRM-CERFACS, CNRM-ESM2-1, deforest-globe, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:25:25.595594",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29370/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/CNRM-CERFACS/CNRM-ESM2-1/deforest-globe",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 66990169143,
                "numberOfFiles": 25,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7955/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/2638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/2639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/76110/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the CNRM-CERFACS 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://catalogue.ceda.ac.uk/api/v2/projects/28287/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28290/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125857/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29371/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29372,
            "uuid": "2ac0134aeb8b4ff7be0a14a5dd48a4a9",
            "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"hist-noLu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"historical with no land-use change\" (hist-noLu) experiment. These are available at the following frequencies: Amon, Lmon and Omon. 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 the CNRM-CERFACS team team consisted of the following agencies: Centre National de Recherches Météorologiques (CNRM) and Centre Européen de Recherche et Formation Avancée en Calcul Scientifique (CERFACS).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, CNRM-CERFACS, CNRM-ESM2-1, hist-noLu, Amon, Lmon, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:25:42.292111",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29373/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/CNRM-CERFACS/CNRM-ESM2-1/hist-noLu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 169811047966,
                "numberOfFiles": 85,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7956/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/2638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/2639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50576/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/76110/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the CNRM-CERFACS 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://catalogue.ceda.ac.uk/api/v2/projects/28287/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28290/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125878/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125879/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29374/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29375,
            "uuid": "5c434007ac584fffb6947f846e29d81d",
            "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"deforest-globe\" 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 \"idealized transient global deforestation\" (deforest-globe) experiment. These are available at the following frequencies: Amon, Lmon, Omon and SImon. 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, IPSL, IPSL-CM6A-LR, deforest-globe, Amon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:26:01.483326",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29376/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/IPSL/IPSL-CM6A-LR/deforest-globe",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 193248648049,
                "numberOfFiles": 143,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7957/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/28004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/72062/?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://catalogue.ceda.ac.uk/api/v2/projects/28518/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125894/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166260/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29377/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29378,
            "uuid": "ffeda722be5e4973977a304bb6957dd1",
            "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"hist-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 with no land-use change\" (hist-noLu) experiment. These are available at the following frequencies: Amon, Lmon, Omon and SImon. The runs included the ensemble members: r1i1p1f1, r2i1p1f1, r3i1p1f1 and r4i1p1f1.\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, hist-noLu, Amon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:26:27.517552",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29379/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/IPSL/IPSL-CM6A-LR/hist-noLu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 596160670915,
                "numberOfFiles": 261,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7958/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/28004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/72062/?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://catalogue.ceda.ac.uk/api/v2/projects/28518/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166263/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166264/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29380/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29381,
            "uuid": "10ccf16fae854b7582195d77a48da121",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"hist-noLu\" 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 \"historical with no land-use change\" (hist-noLu) experiment. These are available at the following frequencies: Amon, Emon, LImon, Lmon, Omon, SIday, SImon and day. The runs included the ensemble members: r1i1p1f2, r2i1p1f2, r3i1p1f2 and r4i1p1f2.\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, hist-noLu, Amon, Emon, LImon, Lmon, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:27:06.544001",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29382/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/MOHC/UKESM1-0-LL/hist-noLu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1336838523264,
                "numberOfFiles": 1770,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7959/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50602/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54222/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54245/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54263/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54293/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54307/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54354/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54360/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54362/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/72000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/74558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/74559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/75345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89120/?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://catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28401/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166268/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29383/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29384,
            "uuid": "fc61b7e1b27a4eeb8340e58e53b95072",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"ssp126-ssp370Lu\" 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 \"SSP1-2.6 with SSP3-7.0 land use\" (ssp126-ssp370Lu) 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, ssp126-ssp370Lu, Amon, Emon, LImon, Lmon, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:27:47.146365",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29385/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/MOHC/UKESM1-0-LL/ssp126-ssp370Lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1088556374883,
                "numberOfFiles": 2203,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7960/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50602/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54222/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54245/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54263/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54293/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54307/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54354/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54362/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/72000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/74558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/74559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/75345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79997/?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://catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28401/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125950/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166272/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29386/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29387,
            "uuid": "80dddfacc3ae49cd9bc613c4687f9264",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"ssp370-ssp126Lu\" 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 \"SSP3-7.0 with SSP1-2.6 land use\" (ssp370-ssp126Lu) 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, ssp370-ssp126Lu, Amon, Emon, LImon, Lmon, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:28:17.978478",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29388/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/MOHC/UKESM1-0-LL/ssp370-ssp126Lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1089251931639,
                "numberOfFiles": 2203,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7961/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50602/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54222/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54245/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54263/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54293/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54307/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54354/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54362/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/72000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/74558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/74559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/75345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89120/?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://catalogue.ceda.ac.uk/api/v2/projects/28398/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28401/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166276/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29389/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29390,
            "uuid": "9691209cd803485e9790c96d4c9ec039",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"land-hist\" 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 \"historical land-only\" (land-hist) experiment. These are available at the following frequencies: Amon, LImon, Lmon, Omon and SImon. 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, NASA-GISS, GISS-E2-1-G, land-hist, Amon, LImon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:28:43.063537",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29391/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NASA-GISS/GISS-E2-1-G/land-hist",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1067,
                "numberOfFiles": 2,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7962/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/1050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7767/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/8167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/8233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9754/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9757/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11731/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27678/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27855/?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://catalogue.ceda.ac.uk/api/v2/projects/28606/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28609/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166280/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29392/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29393,
            "uuid": "b7e7333ce0b742f89e8b571a048259f7",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"deforest-globe\" 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 \"idealized transient global deforestation\" (deforest-globe) experiment. These are available at the following frequencies: Amon, Lmon, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCAR, CESM2, deforest-globe, Amon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:28:54.803738",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29394/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NCAR/CESM2/deforest-globe",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 169341799,
                "numberOfFiles": 6,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7963/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/125995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166284/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29395/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29396,
            "uuid": "e7bd2777af9948dda8509bff36233d36",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"esm-ssp585-ssp126Lu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the National Center for Atmospheric Research (NCAR) CESM2 model output for the \"emissions-driven SSP5-8.5 with SSP1-2.6 land use\" (esm-ssp585-ssp126Lu) experiment. These are available at the following 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, NCAR, CESM2, esm-ssp585-ssp126Lu, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:29:21.114489",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29397/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NCAR/CESM2/esm-ssp585-ssp126Lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1075,
                "numberOfFiles": 2,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7964/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/1633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27618/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166288/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29398/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29399,
            "uuid": "4850bd2f26dd4dc7949ca23dc2393dfd",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"hist-noLu\" 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 with no land-use change\" (hist-noLu) experiment. These are available at the following frequencies: Amon, Lmon, Omon and SImon. The runs included the ensemble members: r1i1p1f1, r2i1p1f1 and r3i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCAR, CESM2, hist-noLu, Amon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:29:41.148827",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29400/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NCAR/CESM2/hist-noLu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 750102906929,
                "numberOfFiles": 636,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7965/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54390/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54391/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54394/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54395/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54397/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54398/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/63972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81075/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166292/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29401/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29402,
            "uuid": "703af291ccd5456e93bb34a2d741d4ca",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"land-cClim\" 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 land-only constant climate\" (land-cClim) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCAR, CESM2, land-cClim, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:29:58.163460",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29403/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NCAR/CESM2/land-cClim",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2636964928,
                "numberOfFiles": 27,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7966/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/63972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166296/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29404/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29405,
            "uuid": "faa32366cda64313857f7ef86d9ee0d1",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"land-cCO2\" 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 land-only constant CO2\" (land-cCO2) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCAR, CESM2, land-cCO2, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:30:26.999388",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29406/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NCAR/CESM2/land-cCO2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2636785233,
                "numberOfFiles": 27,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7967/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/63972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126062/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126060/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166300/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29407/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29408,
            "uuid": "2c513cbdfa414393b977827332e5c02d",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"land-crop-noFert\" 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 land-only with no fertilizer\" (land-crop-noFert) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCAR, CESM2, land-crop-noFert, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:30:49.170581",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29409/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NCAR/CESM2/land-crop-noFert",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2636349102,
                "numberOfFiles": 27,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7968/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126070/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126071/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166304/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29410/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29411,
            "uuid": "48ed274cac224386acfb7141e7c55177",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"land-noFire\" 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 land-only with no human fire management\" (land-noFire) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCAR, CESM2, land-noFire, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:31:06.702145",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29412/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NCAR/CESM2/land-noFire",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2636338714,
                "numberOfFiles": 27,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7969/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/63972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166307/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166308/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29413/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29414,
            "uuid": "73be11c39dc7464d88c75dde553a7042",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"land-noLu\" 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 land-only with no land-use change\" (land-noLu) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCAR, CESM2, land-noLu, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:31:25.416553",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29415/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NCAR/CESM2/land-noLu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2922708915,
                "numberOfFiles": 29,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7970/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/63972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166311/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166312/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29416/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29417,
            "uuid": "6a4b2ea8bdde40df92acf387633ebfcc",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"ssp126-ssp370Lu\" 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 \"SSP1-2.6 with SSP3-7.0 land use\" (ssp126-ssp370Lu) experiment. These are available at the following frequencies: Amon, Lmon, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCAR, CESM2, ssp126-ssp370Lu, Amon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:31:51.708658",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29418/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NCAR/CESM2/ssp126-ssp370Lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1063,
                "numberOfFiles": 2,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7971/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/1633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/8233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27669/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27679/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/28152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/28153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/28156/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126124/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166316/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29419/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29420,
            "uuid": "47ea9cce39834216854904b2225f7751",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"ssp370-ssp126Lu\" 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 \"SSP3-7.0 with SSP1-2.6 land use\" (ssp370-ssp126Lu) experiment. These are available at the following frequencies: Amon, Lmon, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCAR, CESM2, ssp370-ssp126Lu, Amon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:32:03.951150",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29421/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/LUMIP/NCAR/CESM2/ssp370-ssp126Lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1063,
                "numberOfFiles": 2,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7972/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/1633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/7778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/8233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/19676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27669/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27679/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/28152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/28153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/28156/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126135/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126136/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126138/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166320/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29422/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29423,
            "uuid": "dae90ce6d40f4b6e95588f3bcd1e5145",
            "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"omip1\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CNRM-CERFACS team CNRM-ESM2-1 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: 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 the CNRM-CERFACS team team consisted of the following agencies: Centre National de Recherches Météorologiques (CNRM) and Centre Européen de Recherche et Formation Avancée en Calcul Scientifique (CERFACS).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, CNRM-CERFACS, CNRM-ESM2-1, omip1, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:32:14.600458",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29424/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/CNRM-CERFACS/CNRM-ESM2-1/omip1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 254382572445,
                "numberOfFiles": 77,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7973/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/2638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/2639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the CNRM-CERFACS 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://catalogue.ceda.ac.uk/api/v2/projects/28287/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28290/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126150/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126154/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126151/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126158/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126156/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126157/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29425/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29426,
            "uuid": "72026899ba294488a0246f1aaec011e9",
            "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"omip1\" 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 \"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, Odec, 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, IPSL, IPSL-CM6A-LR, omip1, Oday, Odec, Ofx, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:32:31.640941",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29427/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/IPSL/IPSL-CM6A-LR/omip1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 901415993068,
                "numberOfFiles": 106,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7974/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/28004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?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://catalogue.ceda.ac.uk/api/v2/projects/28518/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126176/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126178/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126177/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166328/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/28264/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29428,
            "uuid": "2aada440102040b6b8c4197b536dc473",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4 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-CM4 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: Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-CM4, omip1, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:35:42.845558",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29429/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/OMIP/NOAA-GFDL/GFDL-CM4/omip1",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1018348829022,
                "numberOfFiles": 329,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7975/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54687/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54695/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54696/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://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://catalogue.ceda.ac.uk/api/v2/projects/28633/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28636/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126182/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126183/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126184/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126186/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126189/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126191/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126187/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166330/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29430/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29431,
            "uuid": "e6798b6bcd3e47039119c562abc7099b",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"pdSST-futArcSIC\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"Atmosphere time slice with present day SST and future Arctic SIC\" (pdSST-futArcSIC) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble members: r100i1p2f1, r10i1p2f1, r11i1p2f1, r12i1p2f1, r13i1p2f1, r14i1p2f1, r15i1p2f1, r16i1p2f1, r17i1p2f1, r18i1p2f1, r19i1p2f1, r1i1p2f1, r20i1p2f1, r21i1p2f1, r22i1p2f1, r23i1p2f1, r24i1p2f1, r25i1p2f1, r26i1p2f1, r27i1p2f1, r28i1p2f1, r29i1p2f1, r2i1p2f1, r30i1p2f1, r31i1p2f1, r32i1p2f1, r33i1p2f1, r34i1p2f1, r35i1p2f1, r36i1p2f1, r37i1p2f1, r38i1p2f1, r39i1p2f1, r3i1p2f1, r40i1p2f1, r41i1p2f1, r42i1p2f1, r43i1p2f1, r44i1p2f1, r45i1p2f1, r46i1p2f1, r47i1p2f1, r48i1p2f1, r49i1p2f1, r4i1p2f1, r50i1p2f1, r51i1p2f1, r52i1p2f1, r53i1p2f1, r54i1p2f1, r55i1p2f1, r56i1p2f1, r57i1p2f1, r58i1p2f1, r59i1p2f1, r5i1p2f1, r60i1p2f1, r61i1p2f1, r62i1p2f1, r63i1p2f1, r64i1p2f1, r65i1p2f1, r66i1p2f1, r67i1p2f1, r68i1p2f1, r69i1p2f1, r6i1p2f1, r70i1p2f1, r71i1p2f1, r72i1p2f1, r73i1p2f1, r74i1p2f1, r75i1p2f1, r76i1p2f1, r77i1p2f1, r78i1p2f1, r79i1p2f1, r7i1p2f1, r80i1p2f1, r81i1p2f1, r82i1p2f1, r83i1p2f1, r84i1p2f1, r85i1p2f1, r86i1p2f1, r87i1p2f1, r88i1p2f1, r89i1p2f1, r8i1p2f1, r90i1p2f1, r91i1p2f1, r92i1p2f1, r93i1p2f1, r94i1p2f1, r95i1p2f1, r96i1p2f1, r97i1p2f1, r98i1p2f1, r99i1p2f1 and r9i1p2f1.\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, CCCma, CanESM5, pdSST-futArcSIC, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:39:32.278682",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29432/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PAMIP/CCCma/CanESM5/pdSST-futArcSIC",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6414773970,
                "numberOfFiles": 3896,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7976/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Canadian Centre for Climate Modelling and Analysis (CCCma) 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://catalogue.ceda.ac.uk/api/v2/projects/28435/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28438/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126204/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126203/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166334/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29433/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29434,
            "uuid": "109659a220a74dfda7e028a0164dcbae",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"pdSST-pdSIC\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"Atmosphere time slice with present day SST and SIC\" (pdSST-pdSIC) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble members: r100i1p2f1, r10i1p2f1, r11i1p2f1, r12i1p2f1, r13i1p2f1, r14i1p2f1, r15i1p2f1, r16i1p2f1, r17i1p2f1, r18i1p2f1, r19i1p2f1, r1i1p2f1, r20i1p2f1, r21i1p2f1, r22i1p2f1, r23i1p2f1, r24i1p2f1, r25i1p2f1, r26i1p2f1, r27i1p2f1, r28i1p2f1, r29i1p2f1, r2i1p2f1, r30i1p2f1, r31i1p2f1, r32i1p2f1, r33i1p2f1, r34i1p2f1, r35i1p2f1, r36i1p2f1, r37i1p2f1, r38i1p2f1, r39i1p2f1, r3i1p2f1, r40i1p2f1, r41i1p2f1, r42i1p2f1, r43i1p2f1, r44i1p2f1, r45i1p2f1, r46i1p2f1, r47i1p2f1, r48i1p2f1, r49i1p2f1, r4i1p2f1, r50i1p2f1, r51i1p2f1, r52i1p2f1, r53i1p2f1, r54i1p2f1, r55i1p2f1, r56i1p2f1, r57i1p2f1, r58i1p2f1, r59i1p2f1, r5i1p2f1, r60i1p2f1, r61i1p2f1, r62i1p2f1, r63i1p2f1, r64i1p2f1, r65i1p2f1, r66i1p2f1, r67i1p2f1, r68i1p2f1, r69i1p2f1, r6i1p2f1, r70i1p2f1, r71i1p2f1, r72i1p2f1, r73i1p2f1, r74i1p2f1, r75i1p2f1, r76i1p2f1, r77i1p2f1, r78i1p2f1, r79i1p2f1, r7i1p2f1, r80i1p2f1, r81i1p2f1, r82i1p2f1, r83i1p2f1, r84i1p2f1, r85i1p2f1, r86i1p2f1, r87i1p2f1, r88i1p2f1, r89i1p2f1, r8i1p2f1, r90i1p2f1, r91i1p2f1, r92i1p2f1, r93i1p2f1, r94i1p2f1, r95i1p2f1, r96i1p2f1, r97i1p2f1, r98i1p2f1, r99i1p2f1 and r9i1p2f1.\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, CCCma, CanESM5, pdSST-pdSIC, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:41:58.519971",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29435/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PAMIP/CCCma/CanESM5/pdSST-pdSIC",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6415547652,
                "numberOfFiles": 3897,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7977/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Canadian Centre for Climate Modelling and Analysis (CCCma) 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://catalogue.ceda.ac.uk/api/v2/projects/28435/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28438/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126222/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166338/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29436/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29437,
            "uuid": "e956f7aaea2842839fb91935176e4d9f",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"pdSST-piArcSIC\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"Atmosphere time slice with present day SST and pre-industrial Arctic SIC\" (pdSST-piArcSIC) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble members: r100i1p2f1, r10i1p2f1, r11i1p2f1, r12i1p2f1, r13i1p2f1, r14i1p2f1, r15i1p2f1, r16i1p2f1, r17i1p2f1, r18i1p2f1, r19i1p2f1, r1i1p2f1, r20i1p2f1, r21i1p2f1, r22i1p2f1, r23i1p2f1, r24i1p2f1, r25i1p2f1, r26i1p2f1, r27i1p2f1, r28i1p2f1, r29i1p2f1, r2i1p2f1, r30i1p2f1, r31i1p2f1, r32i1p2f1, r33i1p2f1, r34i1p2f1, r35i1p2f1, r36i1p2f1, r37i1p2f1, r38i1p2f1, r39i1p2f1, r3i1p2f1, r40i1p2f1, r41i1p2f1, r42i1p2f1, r43i1p2f1, r44i1p2f1, r45i1p2f1, r46i1p2f1, r47i1p2f1, r48i1p2f1, r49i1p2f1, r4i1p2f1, r50i1p2f1, r51i1p2f1, r52i1p2f1, r53i1p2f1, r54i1p2f1, r55i1p2f1, r56i1p2f1, r57i1p2f1, r58i1p2f1, r59i1p2f1, r5i1p2f1, r60i1p2f1, r61i1p2f1, r62i1p2f1, r63i1p2f1, r64i1p2f1, r65i1p2f1, r66i1p2f1, r67i1p2f1, r68i1p2f1, r69i1p2f1, r6i1p2f1, r70i1p2f1, r71i1p2f1, r72i1p2f1, r73i1p2f1, r74i1p2f1, r75i1p2f1, r76i1p2f1, r77i1p2f1, r78i1p2f1, r79i1p2f1, r7i1p2f1, r80i1p2f1, r81i1p2f1, r82i1p2f1, r83i1p2f1, r84i1p2f1, r85i1p2f1, r86i1p2f1, r87i1p2f1, r88i1p2f1, r89i1p2f1, r8i1p2f1, r90i1p2f1, r91i1p2f1, r92i1p2f1, r93i1p2f1, r94i1p2f1, r95i1p2f1, r96i1p2f1, r97i1p2f1, r98i1p2f1, r99i1p2f1 and r9i1p2f1.\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, CCCma, CanESM5, pdSST-piArcSIC, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:45:48.208469",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29438/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PAMIP/CCCma/CanESM5/pdSST-piArcSIC",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6137972743,
                "numberOfFiles": 3751,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7978/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Canadian Centre for Climate Modelling and Analysis (CCCma) 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://catalogue.ceda.ac.uk/api/v2/projects/28435/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28438/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166341/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166342/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29439/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29440,
            "uuid": "37f6b8a85db34e0ba928f8762908af98",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"pdSST-futAntSIC\" 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 \"Atmosphere time slice with present day SST and future Antarctic SIC\" (pdSST-futAntSIC) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble members: r100i1p1f1, r10i1p1f1, r11i1p1f1, r12i1p1f1, r13i1p1f1, r14i1p1f1, r15i1p1f1, r16i1p1f1, r17i1p1f1, r18i1p1f1, r19i1p1f1, r1i1p1f1, r20i1p1f1, r21i1p1f1, r22i1p1f1, r23i1p1f1, r24i1p1f1, r25i1p1f1, r26i1p1f1, r27i1p1f1, r28i1p1f1, r29i1p1f1, r2i1p1f1, r30i1p1f1, r31i1p1f1, r32i1p1f1, r33i1p1f1, r34i1p1f1, r35i1p1f1, r36i1p1f1, r37i1p1f1, r38i1p1f1, r39i1p1f1, r3i1p1f1, r40i1p1f1, r41i1p1f1, r42i1p1f1, r43i1p1f1, r44i1p1f1, r45i1p1f1, r46i1p1f1, r47i1p1f1, r48i1p1f1, r49i1p1f1, r4i1p1f1, r50i1p1f1, r51i1p1f1, r52i1p1f1, r53i1p1f1, r54i1p1f1, r55i1p1f1, r56i1p1f1, r57i1p1f1, r58i1p1f1, r59i1p1f1, r5i1p1f1, r60i1p1f1, r61i1p1f1, r62i1p1f1, r63i1p1f1, r64i1p1f1, r65i1p1f1, r66i1p1f1, r67i1p1f1, r68i1p1f1, r69i1p1f1, r6i1p1f1, r70i1p1f1, r71i1p1f1, r72i1p1f1, r73i1p1f1, r74i1p1f1, r75i1p1f1, r76i1p1f1, r77i1p1f1, r78i1p1f1, r79i1p1f1, r7i1p1f1, r80i1p1f1, r81i1p1f1, r82i1p1f1, r83i1p1f1, r84i1p1f1, r85i1p1f1, r86i1p1f1, r87i1p1f1, r88i1p1f1, r89i1p1f1, r8i1p1f1, r90i1p1f1, r91i1p1f1, r92i1p1f1, r93i1p1f1, r94i1p1f1, r95i1p1f1, r96i1p1f1, r97i1p1f1, r98i1p1f1, r99i1p1f1 and r9i1p1f1.\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, pdSST-futAntSIC, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:50:11.931489",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29441/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PAMIP/NCAR/CESM2/pdSST-futAntSIC",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 30054296747,
                "numberOfFiles": 4202,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7979/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/63972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126254/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166346/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29442/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29443,
            "uuid": "980d5e140bab4e748dd873dce8c4faed",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"pdSST-futArcSIC\" 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 \"Atmosphere time slice with present day SST and future Arctic SIC\" (pdSST-futArcSIC) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble members: r100i1p1f1, r10i1p1f1, r11i1p1f1, r12i1p1f1, r13i1p1f1, r14i1p1f1, r15i1p1f1, r16i1p1f1, r17i1p1f1, r18i1p1f1, r19i1p1f1, r1i1p1f1, r20i1p1f1, r21i1p1f1, r22i1p1f1, r23i1p1f1, r24i1p1f1, r25i1p1f1, r26i1p1f1, r27i1p1f1, r28i1p1f1, r29i1p1f1, r2i1p1f1, r30i1p1f1, r31i1p1f1, r32i1p1f1, r33i1p1f1, r34i1p1f1, r35i1p1f1, r36i1p1f1, r37i1p1f1, r38i1p1f1, r39i1p1f1, r3i1p1f1, r40i1p1f1, r41i1p1f1, r42i1p1f1, r43i1p1f1, r44i1p1f1, r45i1p1f1, r46i1p1f1, r47i1p1f1, r48i1p1f1, r49i1p1f1, r4i1p1f1, r50i1p1f1, r51i1p1f1, r52i1p1f1, r53i1p1f1, r54i1p1f1, r55i1p1f1, r56i1p1f1, r57i1p1f1, r58i1p1f1, r59i1p1f1, r5i1p1f1, r60i1p1f1, r61i1p1f1, r62i1p1f1, r63i1p1f1, r64i1p1f1, r65i1p1f1, r66i1p1f1, r67i1p1f1, r68i1p1f1, r69i1p1f1, r6i1p1f1, r70i1p1f1, r71i1p1f1, r72i1p1f1, r73i1p1f1, r74i1p1f1, r75i1p1f1, r76i1p1f1, r77i1p1f1, r78i1p1f1, r79i1p1f1, r7i1p1f1, r80i1p1f1, r81i1p1f1, r82i1p1f1, r83i1p1f1, r84i1p1f1, r85i1p1f1, r86i1p1f1, r87i1p1f1, r88i1p1f1, r89i1p1f1, r8i1p1f1, r90i1p1f1, r91i1p1f1, r92i1p1f1, r93i1p1f1, r94i1p1f1, r95i1p1f1, r96i1p1f1, r97i1p1f1, r98i1p1f1, r99i1p1f1 and r9i1p1f1.\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, pdSST-futArcSIC, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:53:35.251263",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29444/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PAMIP/NCAR/CESM2/pdSST-futArcSIC",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 30052289947,
                "numberOfFiles": 4202,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7980/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/63972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126263/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166350/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29445/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29446,
            "uuid": "1bd55585e2ad4d649abb9ffa2dc2ab47",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"pdSST-pdSIC\" 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 \"Atmosphere time slice with present day SST and SIC\" (pdSST-pdSIC) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble members: r100i1p1f1, r10i1p1f1, r11i1p1f1, r12i1p1f1, r13i1p1f1, r14i1p1f1, r15i1p1f1, r16i1p1f1, r17i1p1f1, r18i1p1f1, r19i1p1f1, r1i1p1f1, r20i1p1f1, r21i1p1f1, r22i1p1f1, r23i1p1f1, r24i1p1f1, r25i1p1f1, r26i1p1f1, r27i1p1f1, r28i1p1f1, r29i1p1f1, r2i1p1f1, r30i1p1f1, r31i1p1f1, r32i1p1f1, r33i1p1f1, r34i1p1f1, r35i1p1f1, r36i1p1f1, r37i1p1f1, r38i1p1f1, r39i1p1f1, r3i1p1f1, r40i1p1f1, r41i1p1f1, r42i1p1f1, r43i1p1f1, r44i1p1f1, r45i1p1f1, r46i1p1f1, r47i1p1f1, r48i1p1f1, r49i1p1f1, r4i1p1f1, r50i1p1f1, r51i1p1f1, r52i1p1f1, r53i1p1f1, r54i1p1f1, r55i1p1f1, r56i1p1f1, r57i1p1f1, r58i1p1f1, r59i1p1f1, r5i1p1f1, r60i1p1f1, r61i1p1f1, r62i1p1f1, r63i1p1f1, r64i1p1f1, r65i1p1f1, r66i1p1f1, r67i1p1f1, r68i1p1f1, r69i1p1f1, r6i1p1f1, r70i1p1f1, r71i1p1f1, r72i1p1f1, r73i1p1f1, r74i1p1f1, r75i1p1f1, r76i1p1f1, r77i1p1f1, r78i1p1f1, r79i1p1f1, r7i1p1f1, r80i1p1f1, r81i1p1f1, r82i1p1f1, r83i1p1f1, r84i1p1f1, r85i1p1f1, r86i1p1f1, r87i1p1f1, r88i1p1f1, r89i1p1f1, r8i1p1f1, r90i1p1f1, r91i1p1f1, r92i1p1f1, r93i1p1f1, r94i1p1f1, r95i1p1f1, r96i1p1f1, r97i1p1f1, r98i1p1f1, r99i1p1f1 and r9i1p1f1.\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, pdSST-pdSIC, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:56:10.052649",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29447/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PAMIP/NCAR/CESM2/pdSST-pdSIC",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 30044940436,
                "numberOfFiles": 4202,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7981/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/63972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126284/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166354/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29448/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29449,
            "uuid": "595f622f320d4d128b3c628adf11f7a0",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"pdSST-piAntSIC\" 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 \"Atmosphere time slice with present day SST and pre-industrial Antarctic SIC\" (pdSST-piAntSIC) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble members: r100i1p1f1, r10i1p1f1, r11i1p1f1, r12i1p1f1, r13i1p1f1, r14i1p1f1, r15i1p1f1, r16i1p1f1, r17i1p1f1, r18i1p1f1, r19i1p1f1, r1i1p1f1, r20i1p1f1, r21i1p1f1, r22i1p1f1, r23i1p1f1, r24i1p1f1, r25i1p1f1, r26i1p1f1, r27i1p1f1, r28i1p1f1, r29i1p1f1, r2i1p1f1, r30i1p1f1, r31i1p1f1, r32i1p1f1, r33i1p1f1, r34i1p1f1, r35i1p1f1, r36i1p1f1, r37i1p1f1, r38i1p1f1, r39i1p1f1, r3i1p1f1, r40i1p1f1, r41i1p1f1, r42i1p1f1, r43i1p1f1, r44i1p1f1, r45i1p1f1, r46i1p1f1, r47i1p1f1, r48i1p1f1, r49i1p1f1, r4i1p1f1, r50i1p1f1, r51i1p1f1, r52i1p1f1, r53i1p1f1, r54i1p1f1, r55i1p1f1, r56i1p1f1, r57i1p1f1, r58i1p1f1, r59i1p1f1, r5i1p1f1, r60i1p1f1, r61i1p1f1, r62i1p1f1, r63i1p1f1, r64i1p1f1, r65i1p1f1, r66i1p1f1, r67i1p1f1, r68i1p1f1, r69i1p1f1, r6i1p1f1, r70i1p1f1, r71i1p1f1, r72i1p1f1, r73i1p1f1, r74i1p1f1, r75i1p1f1, r76i1p1f1, r77i1p1f1, r78i1p1f1, r79i1p1f1, r7i1p1f1, r80i1p1f1, r81i1p1f1, r82i1p1f1, r83i1p1f1, r84i1p1f1, r85i1p1f1, r86i1p1f1, r87i1p1f1, r88i1p1f1, r89i1p1f1, r8i1p1f1, r90i1p1f1, r91i1p1f1, r92i1p1f1, r93i1p1f1, r94i1p1f1, r95i1p1f1, r96i1p1f1, r97i1p1f1, r98i1p1f1, r99i1p1f1 and r9i1p1f1.\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, pdSST-piAntSIC, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T21:59:31.879226",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29450/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PAMIP/NCAR/CESM2/pdSST-piAntSIC",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 30053919059,
                "numberOfFiles": 4202,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7982/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/63972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126301/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126300/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166358/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29451/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29452,
            "uuid": "1a0b2a2a828a41bd89f6c2fc1cb197ac",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"pdSST-piArcSIC\" 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 \"Atmosphere time slice with present day SST and pre-industrial Arctic SIC\" (pdSST-piArcSIC) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble members: r100i1p1f1, r10i1p1f1, r11i1p1f1, r12i1p1f1, r13i1p1f1, r14i1p1f1, r15i1p1f1, r16i1p1f1, r17i1p1f1, r18i1p1f1, r19i1p1f1, r1i1p1f1, r20i1p1f1, r21i1p1f1, r22i1p1f1, r23i1p1f1, r24i1p1f1, r25i1p1f1, r26i1p1f1, r27i1p1f1, r28i1p1f1, r29i1p1f1, r2i1p1f1, r30i1p1f1, r31i1p1f1, r32i1p1f1, r33i1p1f1, r34i1p1f1, r35i1p1f1, r36i1p1f1, r37i1p1f1, r38i1p1f1, r39i1p1f1, r3i1p1f1, r40i1p1f1, r41i1p1f1, r42i1p1f1, r43i1p1f1, r44i1p1f1, r45i1p1f1, r46i1p1f1, r47i1p1f1, r48i1p1f1, r49i1p1f1, r4i1p1f1, r50i1p1f1, r51i1p1f1, r52i1p1f1, r53i1p1f1, r54i1p1f1, r55i1p1f1, r56i1p1f1, r57i1p1f1, r58i1p1f1, r59i1p1f1, r5i1p1f1, r60i1p1f1, r61i1p1f1, r62i1p1f1, r63i1p1f1, r64i1p1f1, r65i1p1f1, r66i1p1f1, r67i1p1f1, r68i1p1f1, r69i1p1f1, r6i1p1f1, r70i1p1f1, r71i1p1f1, r72i1p1f1, r73i1p1f1, r74i1p1f1, r75i1p1f1, r76i1p1f1, r77i1p1f1, r78i1p1f1, r79i1p1f1, r7i1p1f1, r80i1p1f1, r81i1p1f1, r82i1p1f1, r83i1p1f1, r84i1p1f1, r85i1p1f1, r86i1p1f1, r87i1p1f1, r88i1p1f1, r89i1p1f1, r8i1p1f1, r90i1p1f1, r91i1p1f1, r92i1p1f1, r93i1p1f1, r94i1p1f1, r95i1p1f1, r96i1p1f1, r97i1p1f1, r98i1p1f1, r99i1p1f1 and r9i1p1f1.\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, pdSST-piArcSIC, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:03:34.856740",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29453/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PAMIP/NCAR/CESM2/pdSST-piArcSIC",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 30050689217,
                "numberOfFiles": 4202,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7983/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/63972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126311/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126312/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166362/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29454/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29455,
            "uuid": "a64f3ca22e3c40e5b7354ce1cd04b924",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"piSST-pdSIC\" 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 \"Atmosphere time slice with pre-industrial SST and present day SIC\" (piSST-pdSIC) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble members: r100i1p1f1, r10i1p1f1, r11i1p1f1, r12i1p1f1, r13i1p1f1, r14i1p1f1, r15i1p1f1, r16i1p1f1, r17i1p1f1, r18i1p1f1, r19i1p1f1, r1i1p1f1, r20i1p1f1, r21i1p1f1, r22i1p1f1, r23i1p1f1, r24i1p1f1, r25i1p1f1, r26i1p1f1, r27i1p1f1, r28i1p1f1, r29i1p1f1, r2i1p1f1, r30i1p1f1, r31i1p1f1, r32i1p1f1, r33i1p1f1, r34i1p1f1, r35i1p1f1, r36i1p1f1, r37i1p1f1, r38i1p1f1, r39i1p1f1, r3i1p1f1, r40i1p1f1, r41i1p1f1, r42i1p1f1, r43i1p1f1, r44i1p1f1, r45i1p1f1, r46i1p1f1, r47i1p1f1, r48i1p1f1, r49i1p1f1, r4i1p1f1, r50i1p1f1, r51i1p1f1, r52i1p1f1, r53i1p1f1, r54i1p1f1, r55i1p1f1, r56i1p1f1, r57i1p1f1, r58i1p1f1, r59i1p1f1, r5i1p1f1, r60i1p1f1, r61i1p1f1, r62i1p1f1, r63i1p1f1, r64i1p1f1, r65i1p1f1, r66i1p1f1, r67i1p1f1, r68i1p1f1, r69i1p1f1, r6i1p1f1, r70i1p1f1, r71i1p1f1, r72i1p1f1, r73i1p1f1, r74i1p1f1, r75i1p1f1, r76i1p1f1, r77i1p1f1, r78i1p1f1, r79i1p1f1, r7i1p1f1, r80i1p1f1, r81i1p1f1, r82i1p1f1, r83i1p1f1, r84i1p1f1, r85i1p1f1, r86i1p1f1, r87i1p1f1, r88i1p1f1, r89i1p1f1, r8i1p1f1, r90i1p1f1, r91i1p1f1, r92i1p1f1, r93i1p1f1, r94i1p1f1, r95i1p1f1, r96i1p1f1, r97i1p1f1, r98i1p1f1, r99i1p1f1 and r9i1p1f1.\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, piSST-pdSIC, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:06:53.747393",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29456/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PAMIP/NCAR/CESM2/piSST-pdSIC",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6939322,
                "numberOfFiles": 102,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7984/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166365/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166366/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29457/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29458,
            "uuid": "18b4fd977ada481e827d8e6b24bd847a",
            "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"lig127k\" 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 \"last interglacial (127k)\" (lig127k) experiment. These are available at the following frequencies: Amon, LImon, Lmon, Ofx, 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, IPSL, IPSL-CM6A-LR, lig127k, Amon, LImon, Lmon, Ofx, Omon, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:07:21.791839",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29459/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/IPSL/IPSL-CM6A-LR/lig127k",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 527423711815,
                "numberOfFiles": 282,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7985/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/28004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/76110/?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://catalogue.ceda.ac.uk/api/v2/projects/28518/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126344/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126351/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166369/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166370/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29460/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29461,
            "uuid": "7c4ceecd5a584bb2a2aaaf345583570a",
            "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"midHolocene\" 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 \"mid-Holocene\" (midHolocene) experiment. These are available at the following frequencies: Amon, LImon, Lmon, Ofx, Omon, SIday, SImon and day. The runs included the ensemble members: r1i1p1f1, r1i1p1f2 and 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, IPSL, IPSL-CM6A-LR, midHolocene, Amon, LImon, Lmon, Ofx, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:07:35.133011",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29462/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/IPSL/IPSL-CM6A-LR/midHolocene",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 947141211471,
                "numberOfFiles": 433,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7986/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/28004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/76110/?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://catalogue.ceda.ac.uk/api/v2/projects/28518/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126359/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126360/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126362/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126365/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126363/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166374/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29463/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29464,
            "uuid": "d9615a65fa4b4825a39913faf28d2525",
            "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"midPliocene-eoi400\" 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 \"mid-Pliocene warm period\" (midPliocene-eoi400) experiment. These are available at the following frequencies: Amon, Lmon, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, IPSL, IPSL-CM6A-LR, midPliocene-eoi400, Amon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:07:42.287131",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29465/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/IPSL/IPSL-CM6A-LR/midPliocene-eoi400",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 221381143955,
                "numberOfFiles": 73,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7987/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/28004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/72062/?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://catalogue.ceda.ac.uk/api/v2/projects/28518/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28521/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126376/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126383/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126380/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126379/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166378/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29466/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29467,
            "uuid": "06d0f2ecd5ef4ac699f92abd6e3623f9",
            "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"lgm\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the MIROC team MIROC-ES2L model output for the \"last glacial maximum\" (lgm) experiment. These are available at the following frequencies: Amon, Omon and SImon. 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 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, MIROC-ES2L, lgm, Amon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:08:05.332901",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29468/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/MIROC/MIROC-ES2L/lgm",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 679743793,
                "numberOfFiles": 12,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7988/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62741/?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://catalogue.ceda.ac.uk/api/v2/projects/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28736/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126390/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126394/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126395/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126391/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126398/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126397/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29469/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29470,
            "uuid": "7bbc52524ce74a8cba9e12cdbb66ef71",
            "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"midHolocene\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the MIROC team MIROC-ES2L model output for the \"mid-Holocene\" (midHolocene) experiment. These are available at the following frequencies: Amon, Omon and SImon. 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 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, MIROC-ES2L, midHolocene, Amon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:08:11.957983",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29471/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/MIROC/MIROC-ES2L/midHolocene",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 756337328,
                "numberOfFiles": 14,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7989/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?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://catalogue.ceda.ac.uk/api/v2/projects/28348/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28736/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126419/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29472/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29473,
            "uuid": "325071a831904161a74c6723c53d8885",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"midHolocene\" 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 \"mid-Holocene\" (midHolocene) experiment. These are available at the following frequencies: Amon, Omon, 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, MRI, MRI-ESM2-0, midHolocene, Amon, Omon, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:08:20.790332",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29474/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/MRI/MRI-ESM2-0/midHolocene",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 32402793258,
                "numberOfFiles": 27,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7990/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?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://catalogue.ceda.ac.uk/api/v2/projects/28583/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28586/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126436/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126443/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166390/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29475/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29476,
            "uuid": "305fb77f51f04d20bbbe14ed8bdebe82",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"midHolocene\" 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 \"mid-Holocene\" (midHolocene) experiment. These are available at the following frequencies: Amon, LImon 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, NASA-GISS, GISS-E2-1-G, midHolocene, Amon, LImon, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:08:42.191873",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29477/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/NASA-GISS/GISS-E2-1-G/midHolocene",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 435906784,
                "numberOfFiles": 16,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7991/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?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://catalogue.ceda.ac.uk/api/v2/projects/28606/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28609/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166394/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29478/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29479,
            "uuid": "90d771012e944758956a60cabe4dffa1",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"midPliocene-eoi400\" 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 \"mid-Pliocene warm period\" (midPliocene-eoi400) experiment. These are available at the following frequencies: Amon, Lmon, Omon and SImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NASA-GISS, GISS-E2-1-G, midPliocene-eoi400, Amon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:09:19.298018",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29480/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/NASA-GISS/GISS-E2-1-G/midPliocene-eoi400",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 54497810169,
                "numberOfFiles": 114,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7992/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?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://catalogue.ceda.ac.uk/api/v2/projects/28606/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28609/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126466/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126467/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126469/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126470/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126471/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166397/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166398/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29481/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29482,
            "uuid": "9ca9c85f3694469aac82c30eba0487f0",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"midHolocene\" 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 \"mid-Holocene\" (midHolocene) experiment. These are available at the following frequencies: Amon, Omon, SIday, 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, NCAR, CESM2, midHolocene, Amon, Omon, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:12:16.069489",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29483/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/NCAR/CESM2/midHolocene",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 98628941147,
                "numberOfFiles": 253,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7993/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/18949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/63972/?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://catalogue.ceda.ac.uk/api/v2/projects/28424/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28466/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126485/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126486/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126489/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126490/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126488/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126487/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166402/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29484/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29485,
            "uuid": "0e67dc765afd476191074b3a5da41787",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM1-F model output for the \"midHolocene\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM1-F model output for the \"mid-Holocene\" (midHolocene) experiment. These are available at the following frequencies: Amon, Omon, SImon and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM1-F, midHolocene, Amon, Omon, SImon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:13:53.828301",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29486/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/PMIP/NCC/NorESM1-F/midHolocene",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1282827033,
                "numberOfFiles": 127,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7994/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?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://catalogue.ceda.ac.uk/api/v2/projects/28945/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29487/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126502/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126505/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126507/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126503/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166406/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29488/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29489,
            "uuid": "8625eacf851844b49dc33c3b5bd56dc0",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"piClim-4xCO2\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"effective radiative forcing by 4xCO2\" (piClim-4xCO2) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble member: r1i1p2f1.\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, CCCma, CanESM5, piClim-4xCO2, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:14:37.930374",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29490/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/CCCma/CanESM5/piClim-4xCO2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 38420259195,
                "numberOfFiles": 82,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7995/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Canadian Centre for Climate Modelling and Analysis (CCCma) 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://catalogue.ceda.ac.uk/api/v2/projects/28435/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28438/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126524/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126526/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126527/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126528/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126530/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126529/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166412/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29491/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29492,
            "uuid": "d766b83f00bf472f82ed9a1a6899fb87",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"piClim-aer\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"effective radiative forcing by present-day aerosols\" (piClim-aer) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble member: r1i1p2f1.\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, CCCma, CanESM5, piClim-aer, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:14:58.616022",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29493/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/CCCma/CanESM5/piClim-aer",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 38419431986,
                "numberOfFiles": 82,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7996/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Canadian Centre for Climate Modelling and Analysis (CCCma) 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://catalogue.ceda.ac.uk/api/v2/projects/28435/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28438/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126540/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126541/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126544/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126548/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166416/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29494/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29495,
            "uuid": "025b360529874fbfbc66701ad593a957",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"piClim-anthro\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"effective radiative forcing by present day anthropogenic agents\" (piClim-anthro) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble member: r1i1p2f1.\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, CCCma, CanESM5, piClim-anthro, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:15:20.633809",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29496/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/CCCma/CanESM5/piClim-anthro",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 38416771730,
                "numberOfFiles": 82,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7997/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Canadian Centre for Climate Modelling and Analysis (CCCma) 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://catalogue.ceda.ac.uk/api/v2/projects/28435/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28438/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166420/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29497/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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": 29498,
            "uuid": "d72f85f41e1947a5bbf0d9e904d4f93b",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"piClim-control\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"Control simulation providing baseline for evaluating effective radiative forcing (ERF)\" (piClim-control) experiment. These are available at the following frequencies: Amon and Lmon. The runs included the ensemble member: r1i1p2f1.\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, CCCma, CanESM5, piClim-control, Amon, Lmon",
            "publicationState": "published",
            "dataPublishedTime": "2019-11-08T22:16:38.300290",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/29499/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/CCCma/CanESM5/piClim-control",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 38424807780,
                "numberOfFiles": 82,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/7998/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Canadian Centre for Climate Modelling and Analysis (CCCma) 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://catalogue.ceda.ac.uk/api/v2/projects/28435/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28438/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126576/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/126577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/166424/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/29500/?format=api",
            "permissions": [
                {
                    "ob_id": "https://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"
                }
            ]
        }
    ]
}