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=6800
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=6900",
    "previous": "https://catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=6700",
    "results": [
        {
            "ob_id": 31204,
            "uuid": "ef8eb5ff84994f2ca416dbb2df7f72c7",
            "title": "ESA Snow Climate Change Initiative (Snow_cci): Daily global Snow Cover Fraction - viewable snow (SCFV) from MODIS (2000 - 2019), version 1.0",
            "abstract": "This dataset contains Daily Snow Cover Fraction of viewable snow from the MODIS satellite instruments, produced by the Snow project of the ESA Climate Change Initiative programme.  \r\n\r\nSnow cover fraction viewable (SCFV) indicates the area of snow viewable from space over all land surfaces. In forested areas this refers to snow viewable on top of the forest canopy. The SCFV is given in percentage (%) per pixel. \r\n\r\nThe global SCFV product is available at about 1 km pixel size for all land areas, excluding Antarctica and Greenland ice sheets. The coastal zones of Greenland are included. \r\n\r\nThe SCFV time series provides daily products for the period 2000 – 2019. \r\n\r\nThe SCFV product is based on Moderate resolution Imaging Spectroradiometer (MODIS) data on-board the Terra satellite. \r\n\r\nThe retrieval method of the snow_cci SCFV product from MODIS data has been further developed and improved based on the ESA GlobSnow approach described by Metsämäki et al. (2015) and complemented with a pre-classification module developed by ENVEO. For the SCFV product generation from MODIS, multiple reflective and emissive spectral bands are used. In a first step, clouds are masked using an adapted version of the Simple Cloud Detection Algorithm version 2.0 (SCDA2.0) (Metsämäki et al., 2015). All cloud free pixels are then used for the snow extent mapping, using spectral bands centred at about 550 nm and 1.6 µm, and an emissive band centred at about 11 µm. The snow_cci snow cover mapping algorithm is a two-step approach: first, a strict pre-classification is applied to identify all cloud free pixels which are certainly snow free. For all remaining pixels, the snow_cci SCFV retrieval method is applied. Improvements to the GlobSnow algorithm implemented for snow_cci version 1 include (i) the utilisation of a background reflectance map derived from statistical analyses of MODIS time series replacing the constant values for snow free ground used in the GlobSnow approach, and (ii) the adaptation of the retrieval method for mapping in forested areas the SCFV. \r\n\r\nPermanent snow and ice, and water areas are masked based on the Land Cover CCI data set of the year 2000. Both classes were separately aggregated to the pixel spacing of the SCFV product. Water areas are masked if more than 30 percent of the pixel is classified as water, permanent snow and ice areas are masked if more than 50 percent are identified as such areas in the aggregated map. The product uncertainty for observed land pixels is provided as unbiased root mean square error (RMSE) per pixel in the ancillary variable.\r\n\r\nThe SCFV product is aimed to serve the needs for users working in the cryosphere and climate research and monitoring activities, including the detection of variability and trends, climate modelling and aspects of hydrology, meteorology, and biology.\r\n\r\nENVEO is responsible for the SCFV product development and generation from MODIS data, SYKE supported the development.\r\n\r\nThere are a few days without any MODIS acquisitions in the years 2000, 2001, 2002, 2003, 2008, 2016 and 2018. On several days in the years 2000 to 2006, and on a few days in the years 2012, 2015 and 2016, the acquired MODIS data have either only limited coverage, or some of the MODIS data were corrupted during the download process. For these days, the SCFV products are available but have data gaps.",
            "keywords": "ESA, CCI, Snow, Snow Cover Fraction",
            "publicationState": "citable",
            "dataPublishedTime": "2021-05-10T15:24:50",
            "doiPublishedTime": "2021-05-12T09:57:35",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/32260/?format=api",
                "dataPath": "/neodc/esacci/snow/data/scfv/MODIS/v1.0",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 203930783168,
                "numberOfFiles": 7191,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8856/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/2614/?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/32072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61131/?format=api"
            ],
            "dataLineage": "The snow_cci SCFV products from MODIS are based on the MODIS/Terra Calibrated Radiances 5-Min L1B Swath 1km (MOD021KM) and the MODIS/Terra Geolocation Fields 5-Min L1A Swath 1km (MOD03) Collection 6.1 data sets, provided by NASA.\r\n\r\nThe snow_cci SCF processing chain for MODIS includes the masking of clouds, the identification of certainly snow free areas, and the classification of snow cover fraction per pixel for all remaining observed pixels. Finally, permanent snow and ice areas as well as water bodies are masked in the SCFV products based on the Land Cover CCI map of the year 2000. All SCFV products are prepared according to the CCI data standards.\r\n\r\nAn automated and a manual quality check was performed on the full time series.\r\n\r\nWe acknowledge Norsk Regnesentral (Norwegian Computing Center, NR) for downloading the MODIS data from NASA, and UNINETT Sigma2 AS (Sigma2, The Norwegian e-infrastructure for Research & Education) for providing the processing infrastructure for the CRDP generation from MODIS.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/10872/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30229/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/144471/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/144472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/144473/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/32517/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2571/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_snow_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 31205,
            "uuid": "3b3fd2daf3d34c1bb4a09efeaf3b8ea9",
            "title": "ESA Snow Climate Change Initiative (Snow_cci): Daily global Snow Cover Fraction - snow on ground (SCFG) from MODIS (2000-2019), version 1.0",
            "abstract": "This dataset contains Daily Snow Cover Fraction (snow on ground) from MODIS, produced by the Snow project of the ESA Climate Change Initiative programme.\r\n\r\nSnow cover fraction on ground (SCFG) indicates the area of snow observed from space on land surfaces, in forested areas corrected for the transmissivity of the forest canopy. The SCFG is given in percentage (%) per pixel. \r\n\r\nThe global SCFG product is available at about 1 km pixel size for all land areas, excluding Antarctica and Greenland ice sheets. The coastal zones of Greenland are included. \r\n\r\nThe SCFG time series provides daily products for the period 2000 – 2019. \r\n\r\nThe SCFG product is based on Moderate resolution Imaging Spectroradiometer (MODIS) data on-board the Terra satellite. \r\n\r\nThe retrieval method of the snow_cci SCFG product from MODIS data has been further developed and improved based on the ESA GlobSnow approach described by Metsämäki et al. (2015) and complemented with a pre-classification module developed by ENVEO. For the SCFG product generation from MODIS, multiple reflective and emissive spectral bands are used. In a first step, clouds are masked using an adapted version of the Simple Cloud Detection Algorithm version 2.0 (SCDA2.0) (Metsämäki et al., 2015). All cloud free pixels are then used for the snow extent mapping, using spectral bands centred at about 550 nm and 1.6 µm, and an emissive band centred at about 11 µm. The snow_cci snow cover mapping algorithm is a two-step approach: first, a strict pre-classification is applied to identify all cloud free pixels which are certainly snow free. For all remaining pixels, the snow_cci SCFG retrieval method is applied. Improvements to the GlobSnow algorithm implemented for snow_cci version 1 include (i) the utilisation of background and forest reflectance maps derived from statistical analyses of MODIS time series replacing the constant values for snow free ground and snow free forest used in the GlobSnow approach, and (ii) the usage of a global forest transmissivity map developed and created within snow_cci based on forest density from Hansen et al. (2013) and forest type layers from Land Cover CCI (Defourny, 2019). The forest transmissivity map is used to account for the shading effects of the forest canopy and estimate also in forested areas the fractional snow cover on ground.\r\n\r\nPermanent snow and ice, and water areas are masked based on the Land Cover CCI data set of the year 2000. Both classes were separately aggregated to the pixel spacing of the SCFG product. Water areas are masked if more than 30 percent of the pixel is classified as water, permanent snow and ice areas are masked if more than 50 percent are identified as such areas in the aggregated map. The product uncertainty for observed land pixels is provided as unbiased root mean square error (RMSE) per pixel in the ancillary variable.\r\n\r\nThe SCFG product is aimed to serve the needs for users working in the cryosphere and climate research and monitoring activities, including the detection of variability and trends, climate modelling and aspects of hydrology, meteorology, and biology.\r\n\r\nENVEO is responsible for the SCFG product development and generation from MODIS data, SYKE supported the development.\r\n\r\nThere are a few days without any MODIS acquisitions in the years 2000, 2001, 2002, 2003, 2008, 2016 and 2018. On several days in the years 2000 to 2006, and on a few days in the years 2012, 2015 and 2016, the acquired MODIS data have either only limited coverage, or some of the MODIS data were corrupted during the download process. For these days, the SCFG products are available but have data gaps.",
            "keywords": "ESA, CCI, Snow, Snow Cover Fraction",
            "publicationState": "citable",
            "dataPublishedTime": "2021-05-10T11:03:49",
            "doiPublishedTime": "2021-05-12T09:51:29",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/32243/?format=api",
                "dataPath": "/neodc/esacci/snow/data/scfg/MODIS/v1.0",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 203818851581,
                "numberOfFiles": 7191,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8859/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/2614/?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/32072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61131/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61132/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62644/?format=api"
            ],
            "dataLineage": "The snow_cci SCFG products from MODIS are based on the MODIS/Terra Calibrated Radiances 5-Min L1B Swath 1km (MOD021KM) and the MODIS/Terra Geolocation Fields 5-Min L1A Swath 1km (MOD03) Collection 6.1 data sets, provided by NASA.\r\n\r\nThe snow_cci SCF processing chain for MODIS includes the masking of clouds, the identification of certainly snow free areas, and the classification of snow cover fraction per pixel for all remaining observed pixels. Finally, permanent snow and ice areas as well as water bodies are masked in the SCFG products using the corresponding classes from the Land Cover CCI map of the year 2000 as auxiliary layers. All SCFG products are prepared according to the CCI data standards.\r\n\r\nAn automated and a manual quality check was performed on the full time series.\r\n\r\nWe acknowledge Norsk Regnesentral (Norwegian Computing Center, NR) for downloading the MODIS data from NASA, and UNINETT Sigma2 AS (Sigma2, The Norwegian e-infrastructure for Research & Education) for providing the processing infrastructure for the CRDP generation from MODIS.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/10870/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30229/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/144474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/144475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/144476/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/32515/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2571/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_snow_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 31206,
            "uuid": "4710d4bea29648528925576a618fc6f5",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"piClim-4xCO2\" 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 \"effective radiative forcing by 4xCO2\" (piClim-4xCO2) experiment. These are available at the following frequencies: Amon, 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, piClim-4xCO2, Amon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:14:55.499227",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31207/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCAR/CESM2/piClim-4xCO2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5564721726,
                "numberOfFiles": 25,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8522/?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/19456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?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/50512/?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/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?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/54373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59462/?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/82762/?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/136874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167404/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31208/?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": 31209,
            "uuid": "d9df331e346f4a50b18bcf41a64b98c7",
            "title": "ESA Snow Climate Change Initiative (Snow_cci): Daily global Snow Cover Fraction - viewable (SCFV) from AVHRR (1982 - 2019), version 1.0",
            "abstract": "This dataset contains Daily Snow Cover Fraction of viewable snow from AVHRR, produced by the Snow project of the ESA Climate Change Initiative programme.  \r\n\r\nSnow cover fraction viewable (SCFV) indicates the area of snow viewable from space over land surfaces. In forested areas this refers to snow viewable on top of the forest canopy. The SCFV is given in percentage (%) per pixel. \r\n\r\nThe global SCFV product is available at about 5 km pixel size for all land areas, excluding Antarctica and Greenland ice sheets. The coastal zones of Greenland are included.\r\n\r\nThe SCFV time series provides daily products for the period 1982-2019. \r\n\r\nThe product is based on medium resolution optical satellite data from the Advanced Very High Resolution Radiometer (AVHRR). Clouds are masked using the Cloud CCI cloud v3.0 mask product. \r\nThe retrieval method of the snow_cci SCFV product from AVHRR data has been further developed and improved based on the ESA GlobSnow approach described by Metsämäki et al. (2015) and complemented with a pre-classification module. All cloud free pixels are then used for the snow extent mapping, using spectral bands centred at about 630 nm and 1.61 µm (channel 3a or the reflective part of channel 3b), and an emissive band centred at about 10.8 µm. The snow_cci snow cover mapping algorithm is a two-step approach: first, a strict pre-classification is applied to identify all cloud free pixels which are certainly snow free. For all remaining pixels, the snow_cci SCFV retrieval method is applied. \r\n\r\nThe following auxiliary data set is used for product generation: ESA CCI Land Cover from 2000; water bodies and permanent snow and ice areas are masked based on this dataset. Both classes were separately aggregated to the pixel spacing of the SCF product. Water areas are masked if more than 50 percent of the pixel is classified as water, permanent snow and ice areas are masked if more than 50 percent are identified as such areas in the aggregated map.\r\n\r\nThe SCFV product is aimed to serve the needs for users working in the cryosphere and climate research and monitoring activities, including the detection of variability and trends, climate modelling and aspects of hydrology, meteorology and biology.\r\n\r\nThe Remote Sensing Research Group of the University of Bern is responsible for the SCFV product development and generation. ENVEO developed and prepared all auxiliary data sets used for the product generation. \r\n\r\nThe SCFV AVHRR product comprises one longer data gap of 92 between November 1994 and January 1995, and 16 individual daily gaps, resulting in a 99% data coverage over the entire study period of 38 years.",
            "keywords": "ESA, CCI, Snow, Snow Cover Fraction",
            "publicationState": "citable",
            "dataPublishedTime": "2021-05-10T10:59:37",
            "doiPublishedTime": "2021-05-12T09:49:01",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/32261/?format=api",
                "dataPath": "/neodc/esacci/snow/data/scfv/AVHRR_MERGED/v1.0",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 35670768784,
                "numberOfFiles": 13770,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8858/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/2614/?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/32072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61131/?format=api"
            ],
            "dataLineage": "The snow_cci SCFV product based on AVHRR was developed and processed at the University of Bern in the frame of ESA CCI+ Snow project. The AVHRR baseline FCDR was pre-processed using pyGAC and pySTAT in the frame of the ESA CCI Cloud project (Devasthale et al. 2017, Stengel et al. 2020). \r\n\r\nThe final product is quality checked.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/10869/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30229/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/144530/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/144531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/144532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/144533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/144534/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/144535/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/144536/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/32525/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2571/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_snow_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 31210,
            "uuid": "5484dc1392bc43c1ace73ba38a22ac56",
            "title": "ESA Snow Climate Change Initiative (Snow_cci): Daily global Snow Cover Fraction - snow on ground (SCFG) from AVHRR (1982 - 2019), version1.0",
            "abstract": "This dataset contains Daily Snow Cover Fraction (snow on ground) from AVHRR, produced by the Snow project of the ESA Climate Change Initiative programme. \r\n\r\nSnow cover fraction on ground (SCFG) indicates the area of snow observed from space over land surfaces, in forested areas corrected for the transmissivity of the forest canopy. The SCFG is given in percentage (%) per pixel. \r\n\r\nThe global SCFG product is available at about 5 km pixel size for all land areas, excluding Antarctica and Greenland ice sheets. The coastal zones of Greenland are included.\r\n\r\nThe SCFG time series provides daily products for the period 1982-2019. \r\n\r\nThe product is based on medium resolution optical satellite data from the Advanced Very High Resolution Radiometer (AVHRR). Clouds are masked using the Cloud CCI cloud v3.0 mask product. \r\n\r\nThe retrieval method of the snow_cci SCFG product from AVHRR data has been further developed and improved based on the ESA GlobSnow approach described by Metsämäki et al. (2015) and complemented with a pre-classification module. All cloud free pixels are then used for the snow extent mapping, using spectral bands centred at about 630 nm and 1.61 µm (channel 3a or the reflective part of channel 3b), and an emissive band centred at about 10.8 µm. The snow_cci snow cover mapping algorithm is a two-step approach: first, a strict pre-classification is applied to identify all cloud free pixels which are certainly snow free. For all remaining pixels, the snow_cci SCFG retrieval method is applied. \r\n\r\nThe following auxiliary data sets are used for product generation: i) ESA CCI Land Cover from 2000; water bodies and permanent snow and ice areas are masked based on this dataset. Both classes were separately aggregated to the pixel spacing of the SCF product. Water areas are masked if more than 50 percent of the pixel is classified as water, permanent snow and ice areas are masked if more than 50 percent are identified as such areas in the aggregated map; ii) Forest canopy transmissivity map; this layer is based on the tree cover classes of the ESA CCI Land Cover 2000 data set and the tree cover density map from Landsat data for the year 2000 (Hansen et al., Science, 2013, DOI: 10.1126/science.1244693). This layer is used to apply a forest canopy correction and estimate in forested areas the fractional snow cover on ground.\r\n\r\nThe SCFG product is aimed to serve the needs of users working in cryosphere and climate research and monitoring activities, including the detection of variability and trends, climate modelling and aspects of hydrology, meteorology, and biology.\r\n\r\nThe Remote Sensing Research Group of the University of Bern is responsible for the SCFG product development and generation. ENVEO developed and prepared all auxiliary data sets used for the product generation.\r\n\r\nThe SCFG AVHRR product comprises one longer data gap of 92 between November 1994 and January 1995, and 16 individual daily gaps, resulting in a 99% data coverage over the entire study period of 38 years.",
            "keywords": "ESA, CCI, Snow, Snow Cover Fraction",
            "publicationState": "citable",
            "dataPublishedTime": "2021-05-10T15:22:28",
            "doiPublishedTime": "2021-05-12T09:53:42",
            "updateFrequency": "notPlanned",
            "status": "superseded",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/32242/?format=api",
                "dataPath": "/neodc/esacci/snow/data/scfg/AVHRR_MERGED/v1.0",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 34835500668,
                "numberOfFiles": 13770,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8857/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/2614/?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/32072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61131/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61132/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62644/?format=api"
            ],
            "dataLineage": "The snow_cci SCFG product based on AVHRR was developed and processed at the University of Bern in the frame of ESA CCI+ Snow project. The AVHRR baseline FCDR was pre-processed using pyGAC and pySTAT in the frame of the ESA CCI Cloud project (Devasthale et al. 2017, Stengel et al. 2020). \r\nThe final product is quality checked.\r\n\r\nData were produced by the project team and supplied for archiving at the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/10871/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30229/?format=api"
            ],
            "observationcollection_set": [],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136911/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/32520/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2571/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/esacci_snow_terms_and_conditions.pdf",
                    "licenceClassifications": "any"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 31211,
            "uuid": "e422a9ab280243518ebf5e27bd5b3b9e",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"piClim-aer\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the National Center for Atmospheric Research (NCAR) CESM2 model output for the \"effective radiative forcing by present-day aerosols\" (piClim-aer) experiment. These are available at the following frequencies: AERmonZ, Amon, CFmon, day and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCAR, CESM2, piClim-aer, AERmonZ, Amon, CFmon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:17:06.165160",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31212/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCAR/CESM2/piClim-aer",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 28790677256,
                "numberOfFiles": 44,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8523/?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/7795/?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/19456/?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/50449/?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/50512/?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/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/50575/?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/54373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54375/?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/54392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54394/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59462/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59926/?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/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/66077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71635/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/78037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/78038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/78039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82762/?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/136912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136920/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167410/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31213/?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": 31214,
            "uuid": "3f508c30fa28414cb11e5f0ad83a7f50",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"piClim-anthro\" 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 \"effective radiative forcing by present day anthropogenic agents\" (piClim-anthro) experiment. These are available at the following frequencies: Amon, 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, piClim-anthro, Amon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:19:15.507383",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31215/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCAR/CESM2/piClim-anthro",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7618656725,
                "numberOfFiles": 26,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8524/?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/7795/?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/19456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?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/50512/?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/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?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/54373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59462/?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/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82762/?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/136927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167412/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31216/?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": 31217,
            "uuid": "e379e255e785442280e27e21440134bb",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"piClim-control\" 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 \"Control simulation providing baseline for evaluating effective radiative forcing (ERF)\" (piClim-control) experiment. These are available at the following frequencies: Amon, 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, piClim-control, Amon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:21:23.476152",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31218/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCAR/CESM2/piClim-control",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7564350259,
                "numberOfFiles": 26,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8525/?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/7795/?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/19456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?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/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/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?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/54373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59462/?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/82760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82762/?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/136942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136950/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167414/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31219/?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": 31220,
            "uuid": "54ddd1750fff4308a22473366e8b0441",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"piClim-ghg\" 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 \"effective radiative forcing by present-day greenhouse gases\" (piClim-ghg) experiment. These are available at the following frequencies: Amon, 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, piClim-ghg, Amon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:23:39.153981",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31221/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCAR/CESM2/piClim-ghg",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3613247276,
                "numberOfFiles": 17,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8526/?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/50427/?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/50512/?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/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?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/54392/?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"
            ],
            "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/136957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167406/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31222/?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": 31223,
            "uuid": "5e793cb9def3432ab64bda34873312fe",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"piClim-lu\" 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 \"effective radiative forcing by present-day land use\" (piClim-lu) experiment. These are available at the following frequencies: Amon, 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, piClim-lu, Amon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:25:46.293448",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31224/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCAR/CESM2/piClim-lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3613052295,
                "numberOfFiles": 17,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8527/?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/50427/?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/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/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?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/54392/?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/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"
            ],
            "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/136972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167408/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31225/?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": 31226,
            "uuid": "ea32b45c8d954517baaf617ff1a6eff0",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"piClim-4xCO2\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"effective radiative forcing by 4xCO2\" (piClim-4xCO2) experiment. These are available at the following frequencies: Amon, CFday, CFmon, Eday, Emon, day and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM2-LM, piClim-4xCO2, Amon, CFday, CFmon, Eday, Emon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:27:53.020587",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31227/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCC/NorESM2-LM/piClim-4xCO2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 47849840040,
                "numberOfFiles": 78,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8528/?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/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/50468/?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/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/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/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"
            ],
            "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/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/136989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167416/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31228/?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": 31229,
            "uuid": "206aad9c9d7c40ddbef1e3c08f8ea1fd",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"piClim-aer\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"effective radiative forcing by present-day aerosols\" (piClim-aer) experiment. These are available at the following frequencies: Amon, CFday, CFmon, Eday, Emon, day and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM2-LM, piClim-aer, Amon, CFday, CFmon, Eday, Emon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:29:59.986385",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31230/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCC/NorESM2-LM/piClim-aer",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 48048374569,
                "numberOfFiles": 90,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8529/?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/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/50468/?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/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/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/50601/?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/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71673/?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/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167418/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31231/?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": 31232,
            "uuid": "57544b0de9274973a62a9c751467a27a",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"piClim-anthro\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"effective radiative forcing by present day anthropogenic agents\" (piClim-anthro) experiment. These are available at the following frequencies: Amon, CFday, CFmon, Eday, Emon, day and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM2-LM, piClim-anthro, Amon, CFday, CFmon, Eday, Emon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:32:08.748483",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31233/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCC/NorESM2-LM/piClim-anthro",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 48089027816,
                "numberOfFiles": 78,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8530/?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/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/50468/?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/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/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/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/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?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/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167420/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31234/?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": 31235,
            "uuid": "a6b7db49c9994db88a5c79396b500f2a",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"piClim-control\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"Control simulation providing baseline for evaluating effective radiative forcing (ERF)\" (piClim-control) experiment. These are available at the following frequencies: Amon, CFday, CFmon, Eday, Emon, day and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM2-LM, piClim-control, Amon, CFday, CFmon, Eday, Emon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:34:16.606606",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31236/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCC/NorESM2-LM/piClim-control",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 47762973496,
                "numberOfFiles": 78,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8531/?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/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/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/50468/?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/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/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/59482/?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/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?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/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167422/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31237/?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": 31238,
            "uuid": "7a866ff489184e66ae0e6ddcd8a9d854",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"piClim-ghg\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"effective radiative forcing by present-day greenhouse gases\" (piClim-ghg) experiment. These are available at the following frequencies: Amon, Emon, day and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM2-LM, piClim-ghg, Amon, Emon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:36:28.695045",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31239/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCC/NorESM2-LM/piClim-ghg",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4833537388,
                "numberOfFiles": 43,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8532/?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/50427/?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/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/50557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?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"
            ],
            "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/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137048/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167424/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31240/?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": 31241,
            "uuid": "6f82bcca29f4417aaca46202aac3e2b1",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"piClim-lu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"effective radiative forcing by present-day land use\" (piClim-lu) experiment. These are available at the following frequencies: Amon, CFday, CFmon, Eday, Emon, day and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM2-LM, piClim-lu, Amon, CFday, CFmon, Eday, Emon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:38:37.331143",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31242/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCC/NorESM2-LM/piClim-lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 47778971327,
                "numberOfFiles": 76,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8533/?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/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/50468/?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/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/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/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/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?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/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137062/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137070/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137071/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137066/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167426/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31243/?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": 31244,
            "uuid": "31840b1d654646c38e3916d05505867f",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"piClim-4xCO2\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"effective radiative forcing by 4xCO2\" (piClim-4xCO2) experiment. These are available at the following frequencies: Amon, CFday, CFmon, Eday, Emon, day and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM2-MM, piClim-4xCO2, Amon, CFday, CFmon, Eday, Emon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:40:44.402888",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31245/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCC/NorESM2-MM/piClim-4xCO2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 186541839465,
                "numberOfFiles": 76,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8534/?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/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/50468/?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/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/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/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/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?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/30875/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167428/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31246/?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": 31247,
            "uuid": "be54172f5f2e4a0b8b04535c426113b3",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"piClim-aer\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"effective radiative forcing by present-day aerosols\" (piClim-aer) experiment. These are available at the following frequencies: Amon, CFday, CFmon, Eday, Emon, day and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM2-MM, piClim-aer, Amon, CFday, CFmon, Eday, Emon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:43:02.205532",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31248/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCC/NorESM2-MM/piClim-aer",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 187391037177,
                "numberOfFiles": 88,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8535/?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/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/50468/?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/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/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/50601/?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/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71673/?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/30875/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167430/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31249/?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": 31250,
            "uuid": "24f5caeac8f84f47a191837a0169fca4",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"piClim-control\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"Control simulation providing baseline for evaluating effective radiative forcing (ERF)\" (piClim-control) experiment. These are available at the following frequencies: Amon, CFday, CFmon, Eday, Emon, day and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM2-MM, piClim-control, Amon, CFday, CFmon, Eday, Emon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:45:10.979736",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31251/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NCC/NorESM2-MM/piClim-control",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 186428721876,
                "numberOfFiles": 76,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8536/?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/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/50468/?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/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/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/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/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71572/?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/30875/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167432/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31252/?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": 31253,
            "uuid": "dc21f832b8894a158a26b08f0e29d85f",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4 model output for the \"piClim-4xCO2\" 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 \"effective radiative forcing by 4xCO2\" (piClim-4xCO2) 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, NOAA-GFDL, GFDL-CM4, piClim-4xCO2, Amon, CFmon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:47:23.482404",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31254/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NOAA-GFDL/GFDL-CM4/piClim-4xCO2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4728715325,
                "numberOfFiles": 14,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8537/?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/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?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/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/50562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54694/?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"
            ],
            "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/137122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137131/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137124/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167433/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167434/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31255/?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": 31256,
            "uuid": "4c5bec32263e466ab82765db2c391b68",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4 model output for the \"piClim-ghg\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4 model output for the \"effective radiative forcing by present-day greenhouse gases\" (piClim-ghg) 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, NOAA-GFDL, GFDL-CM4, piClim-ghg, Amon, CFmon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:49:31.057060",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31257/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NOAA-GFDL/GFDL-CM4/piClim-ghg",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4710339862,
                "numberOfFiles": 14,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8538/?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/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?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/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/50563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54694/?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/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/137137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137138/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137146/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167436/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31258/?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": 31259,
            "uuid": "d1e1010fb022443db06b4aa436b6f3df",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4 model output for the \"piClim-lu\" 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 \"effective radiative forcing by present-day land use\" (piClim-lu) experiment. These are available at the following frequencies: Amon, CFmon and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-CM4, piClim-lu, Amon, CFmon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:51:39.339584",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31260/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NOAA-GFDL/GFDL-CM4/piClim-lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4705627068,
                "numberOfFiles": 17,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8539/?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/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50427/?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/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/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/50563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54694/?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/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/137152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137156/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137158/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137154/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167438/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31261/?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": 31262,
            "uuid": "1e7f014571b0482686edbc8b411bf3ad",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"piClim-4xCO2\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"effective radiative forcing by 4xCO2\" (piClim-4xCO2) 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, NOAA-GFDL, GFDL-ESM4, piClim-4xCO2, Amon, CFmon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:53:48.173896",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31263/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NOAA-GFDL/GFDL-ESM4/piClim-4xCO2",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 15304776829,
                "numberOfFiles": 34,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8540/?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/50418/?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/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/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",
                "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/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?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/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/51206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54694/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62548/?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/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/72011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79951/?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/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137176/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167440/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31264/?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": 31265,
            "uuid": "8f5e6a5cfb8748998c46cd4a447e0760",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"piClim-anthro\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"effective radiative forcing by present day anthropogenic agents\" (piClim-anthro) experiment. These are available at the following frequency: Amon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, piClim-anthro, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:55:55.689582",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31266/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NOAA-GFDL/GFDL-ESM4/piClim-anthro",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 13421541694,
                "numberOfFiles": 33,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8541/?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/50418/?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/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/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/50563/?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/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?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/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/51206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54694/?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/62548/?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/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/72011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79951/?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/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137182/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137183/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137189/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137191/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137186/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137187/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137184/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167442/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31267/?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": 31268,
            "uuid": "d5c2d1fb883a4f05bee1ecea10dc7615",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"piClim-ghg\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"effective radiative forcing by present-day greenhouse gases\" (piClim-ghg) experiment. These are available at the following frequency: Amon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NOAA-GFDL, GFDL-ESM4, piClim-ghg, Amon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T13:58:03.425269",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31269/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NOAA-GFDL/GFDL-ESM4/piClim-ghg",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 13436474184,
                "numberOfFiles": 33,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8542/?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/50418/?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/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/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/50563/?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/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?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/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/51206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54694/?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/62548/?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/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/72011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79951/?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/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137204/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137203/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167443/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167444/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31270/?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": 31271,
            "uuid": "4c768c74127d43c6bd6594b4293c43c2",
            "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"piClim-lu\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-ESM4 model output for the \"effective radiative forcing by present-day land use\" (piClim-lu) 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, NOAA-GFDL, GFDL-ESM4, piClim-lu, Amon, CFmon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:00:14.824768",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31272/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/RFMIP/NOAA-GFDL/GFDL-ESM4/piClim-lu",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 15292215968,
                "numberOfFiles": 34,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8543/?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/50418/?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/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/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/50563/?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/50578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50580/?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/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/51206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54694/?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/62548/?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/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/72011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79951/?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/28984/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137213/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167446/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31273/?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": 31274,
            "uuid": "688c36b232874958b1e84edc273cced4",
            "title": "WCRP CMIP6: Alfred Wegener Institute (AWI) AWI-CM-1-1-MR model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Alfred Wegener Institute (AWI) AWI-CM-1-1-MR model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: 3hr, 6hrPlev, Amon, E3hr, E3hrPt, Eday, Oday, Odec, Omon, SIday, SImon and day. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, AWI, AWI-CM-1-1-MR, ssp126, 3hr, 6hrPlev, Amon, E3hr, E3hrPt, Eday, Oday, Odec, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:02:30.826921",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31275/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/AWI/AWI-CM-1-1-MR/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2812539232006,
                "numberOfFiles": 6582,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8544/?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/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/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/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/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/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/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/50603/?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/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?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/54282/?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/54899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60341/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89574/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Alfred Wegener Institute (AWI) 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/30655/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/31276/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137229/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167447/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167448/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31277/?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": 31278,
            "uuid": "07aad8b007634cd09a0e605e5a1a1820",
            "title": "WCRP CMIP6: Alfred Wegener Institute (AWI) AWI-CM-1-1-MR model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Alfred Wegener Institute (AWI) AWI-CM-1-1-MR model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: 3hr, 6hrPlev, Amon and day. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, AWI, AWI-CM-1-1-MR, ssp245, 3hr, 6hrPlev, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:05:35.051389",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31279/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/AWI/AWI-CM-1-1-MR/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3544410711742,
                "numberOfFiles": 7625,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8545/?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/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/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/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/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/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/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/50603/?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/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?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/54282/?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/54899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60341/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60344/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Alfred Wegener Institute (AWI) 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/30655/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/31276/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137254/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167449/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167450/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31280/?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": 31281,
            "uuid": "9135cd6efc344542b16abe25929c268e",
            "title": "WCRP CMIP6: Alfred Wegener Institute (AWI) AWI-CM-1-1-MR model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Alfred Wegener Institute (AWI) AWI-CM-1-1-MR model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: 3hr, 6hrPlev, Amon, E3hr, E3hrPt, Eday, Oday, Odec, Omon, 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, AWI, AWI-CM-1-1-MR, ssp585, 3hr, 6hrPlev, Amon, E3hr, E3hrPt, Eday, Oday, Odec, Omon, SIday, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:07:50.510087",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31282/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/AWI/AWI-CM-1-1-MR/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2831404195713,
                "numberOfFiles": 6874,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8546/?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/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/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/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/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/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/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/50603/?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/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?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/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?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/54899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60341/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89574/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Alfred Wegener Institute (AWI) 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/30655/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/31276/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167452/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31283/?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": 31284,
            "uuid": "32abbc4c70bd46b1b655e39a34f6a360",
            "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-f3-L model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Chinese Academy of Sciences (CAS) FGOALS-f3-L model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: Amon, LImon, 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, CAS, FGOALS-f3-L, ssp126, Amon, LImon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:10:06.125657",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31285/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CAS/FGOALS-f3-L/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 208913456466,
                "numberOfFiles": 147,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8547/?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/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/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/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/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/50579/?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/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/50604/?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/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50613/?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/52746/?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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?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/71794/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Chinese Academy of Sciences (CAS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30660/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30663/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137290/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137284/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167454/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31286/?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": 31287,
            "uuid": "6cde7d6bde144de1b679fb48bfbc672f",
            "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-f3-L model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Chinese Academy of Sciences (CAS) FGOALS-f3-L model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: Amon and LImon. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, CAS, FGOALS-f3-L, ssp245, Amon, LImon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:12:28.360057",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31288/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CAS/FGOALS-f3-L/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 82288309982,
                "numberOfFiles": 115,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8548/?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/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/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/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/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/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/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/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/50604/?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/50611/?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/52746/?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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?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/71615/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Chinese Academy of Sciences (CAS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30660/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30663/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137300/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137301/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167456/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31289/?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": 31291,
            "uuid": "df17e887419940578afe77063a96ece2",
            "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-f3-L model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Chinese Academy of Sciences (CAS) FGOALS-f3-L model output for the \"update of RCP8.5 based on SSP5\" (ssp585) 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, CAS, FGOALS-f3-L, ssp585, Amon, LImon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:14:35.622055",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31292/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CAS/FGOALS-f3-L/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 110962724502,
                "numberOfFiles": 121,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8549/?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/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/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/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/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/50579/?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/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/50604/?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/50611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50613/?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/52746/?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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?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/71794/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Chinese Academy of Sciences (CAS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30660/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30663/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137312/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167458/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31293/?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": 31294,
            "uuid": "ca6c90052bed419d8926e437c737e32d",
            "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"ssp119\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"low-end scenario reaching 1.9 W m-2, based on SSP1\" (ssp119) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, 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, CAS, FGOALS-g3, ssp119, 3hr, 6hrLev, 6hrPlev, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:16:49.339812",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31295/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CAS/FGOALS-g3/ssp119",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 842298244613,
                "numberOfFiles": 2733,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8550/?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/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/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/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/50564/?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/50571/?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/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/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/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/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?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/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/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Chinese Academy of Sciences (CAS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30660/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30676/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167460/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31296/?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": 31297,
            "uuid": "673ea38da79f48f09fe2db50a8fe17b8",
            "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: Amon, LImon, Lmon, Omon, SImon, day and fx. 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, CAS, FGOALS-g3, ssp126, Amon, LImon, Lmon, Omon, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:18:58.033274",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31298/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CAS/FGOALS-g3/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1092421560161,
                "numberOfFiles": 4613,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8551/?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/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/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/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/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/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/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?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/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/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/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?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/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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60367/?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/71794/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Chinese Academy of Sciences (CAS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30660/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30676/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137351/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137344/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167462/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31299/?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": 31300,
            "uuid": "9a844e879e10432dab0f2853e6bdff3d",
            "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: Amon, LImon, SImon, day and fx. 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, CAS, FGOALS-g3, ssp245, Amon, LImon, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:21:27.496759",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31301/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CAS/FGOALS-g3/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 155821638629,
                "numberOfFiles": 1877,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8552/?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/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/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/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/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/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/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/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/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/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/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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?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/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Chinese Academy of Sciences (CAS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30660/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30676/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137365/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137360/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137362/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137363/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137359/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167463/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167464/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31302/?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": 31303,
            "uuid": "bc3c978663fc415b8acbb45c6e4158dd",
            "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"ssp370\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, Amon, LImon, Lmon, Omon, SImon, day and fx. 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, CAS, FGOALS-g3, ssp370, 3hr, 6hrLev, 6hrPlev, Amon, LImon, Lmon, Omon, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:23:38.344531",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31304/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CAS/FGOALS-g3/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 905063917729,
                "numberOfFiles": 3074,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8553/?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/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/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/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/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/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/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?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/50591/?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/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/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/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50614/?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/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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54887/?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/71794/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Chinese Academy of Sciences (CAS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30660/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30676/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137379/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137380/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137376/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167466/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31305/?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": 31306,
            "uuid": "70db48c427844ffaa628bfb47d7be737",
            "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"ssp434\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"gap-filling scenario reaching 3.4 based on SSP4\" (ssp434) experiment. These are available at the following frequencies: 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, CAS, FGOALS-g3, ssp434, SImon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:25:45.665558",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31307/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CAS/FGOALS-g3/ssp434",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 435129223801,
                "numberOfFiles": 2358,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8554/?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/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/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/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/50554/?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/50568/?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/50577/?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/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/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/50611/?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/50614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Chinese Academy of Sciences (CAS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30660/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30676/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137394/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137395/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137390/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137391/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167467/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167468/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31308/?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": 31309,
            "uuid": "6a14f0f8472549b690007e63f17cb971",
            "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"ssp460\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"update of RCP6.0 based on SSP4\" (ssp460) experiment. These are available at the following frequencies: 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, CAS, FGOALS-g3, ssp460, SImon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:27:51.766295",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31310/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CAS/FGOALS-g3/ssp460",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 442787810910,
                "numberOfFiles": 2485,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8555/?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/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/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/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/50554/?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/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/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?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/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/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/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/50613/?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/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52750/?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/54243/?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/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Chinese Academy of Sciences (CAS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30660/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30676/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167469/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167470/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31311/?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": 31312,
            "uuid": "e858680d27274865be76581253e7453f",
            "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: Amon, SImon, day and fx. 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, CAS, FGOALS-g3, ssp585, Amon, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:30:18.343081",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31313/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CAS/FGOALS-g3/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 152774263366,
                "numberOfFiles": 1678,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8556/?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/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/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/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/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/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/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?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/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/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/50613/?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/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/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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?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/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Chinese Academy of Sciences (CAS) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30660/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30676/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167471/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167472/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31314/?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": 31315,
            "uuid": "0dd3b223a668481ca0e21f3806875b73",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5-CanOE model output for the \"ssp126\" 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-CanOE model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: Amon and fx. The runs included the ensemble members: r1i1p2f1, r2i1p2f1 and r3i1p2f1.\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-CanOE, ssp126, Amon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:32:32.303361",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31316/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CCCma/CanESM5-CanOE/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 31764778056,
                "numberOfFiles": 95,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8557/?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/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/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/50564/?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/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/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/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/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/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?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/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?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/30680/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137433/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137436/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167474/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31317/?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": 31318,
            "uuid": "e302e31173794eadbe5301938c7c2177",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5-CanOE model output for the \"ssp245\" 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-CanOE model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: Amon and fx. The runs included the ensemble members: r1i1p2f1, r2i1p2f1 and r3i1p2f1.\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-CanOE, ssp245, Amon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:34:57.364273",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31319/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CCCma/CanESM5-CanOE/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 24756834971,
                "numberOfFiles": 86,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8558/?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/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/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/50564/?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/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/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/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/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/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?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/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?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/30680/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137447/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137448/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137449/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167476/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31320/?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": 31321,
            "uuid": "c958571a60a546b28063030bb6b07577",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5-CanOE model output for the \"ssp370\" 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-CanOE model output for the \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: Amon and fx. The runs included the ensemble members: r1i1p2f1, r2i1p2f1 and r3i1p2f1.\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-CanOE, ssp370, Amon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:37:05.744725",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31322/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CCCma/CanESM5-CanOE/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 25323422907,
                "numberOfFiles": 87,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8559/?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/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/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/50564/?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/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/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/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/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/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?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/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?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/30680/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137462/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137463/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137469/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137470/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137471/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137466/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137467/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137464/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167477/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167478/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31323/?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": 31324,
            "uuid": "27219e54309b471787720119f26f2425",
            "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5-CanOE model output for the \"ssp585\" 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-CanOE model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: Amon and fx. The runs included the ensemble members: r1i1p2f1, r2i1p2f1 and r3i1p2f1.\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-CanOE, ssp585, Amon, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:39:12.485601",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31325/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CCCma/CanESM5-CanOE/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5014878407,
                "numberOfFiles": 55,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8560/?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/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/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/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/50564/?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/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?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/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/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/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?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/30680/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137477/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137485/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137486/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137480/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137479/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167479/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167480/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31326/?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": 31328,
            "uuid": "aec8e26349d84b67b824311aff2ff21e",
            "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1-HR model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CNRM-CERFACS team CNRM-CM6-1-HR model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: 3hr, Amon 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 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-CM6-1-HR, ssp126, 3hr, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:41:19.025811",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31329/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CNRM-CERFACS/CNRM-CM6-1-HR/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 403906313857,
                "numberOfFiles": 94,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8561/?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/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/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/50564/?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/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?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/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/50616/?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/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?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/30692/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137502/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137503/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137493/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137494/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137497/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137495/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31330/?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": 31331,
            "uuid": "96236e33f1454654b3739ac33ab9432c",
            "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1-HR model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CNRM-CERFACS team CNRM-CM6-1-HR model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: 3hr, Amon 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 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-CM6-1-HR, ssp245, 3hr, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:43:27.732967",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31332/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CNRM-CERFACS/CNRM-CM6-1-HR/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 326419917668,
                "numberOfFiles": 80,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8562/?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/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/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/50564/?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/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?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/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/50616/?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/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?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/30692/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137522/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137523/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137524/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137517/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137514/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137519/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137513/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137521/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137520/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137515/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137518/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137516/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31333/?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": 31334,
            "uuid": "aa84ee606a8c41b186f81724970ba486",
            "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1-HR model output for the \"ssp370\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CNRM-CERFACS team CNRM-CM6-1-HR model output for the \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: 3hr, Amon 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 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-CM6-1-HR, ssp370, 3hr, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:45:34.498339",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31335/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CNRM-CERFACS/CNRM-CM6-1-HR/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 326215946340,
                "numberOfFiles": 80,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8563/?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/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/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/50564/?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/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?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/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/50616/?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/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62368/?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/30692/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137544/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137538/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137535/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137540/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137534/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137541/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167485/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167486/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137537/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31336/?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": 31337,
            "uuid": "b848fedb7a744219806732d925137637",
            "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1-HR model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CNRM-CERFACS team CNRM-CM6-1-HR model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: 3hr, Amon 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 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-CM6-1-HR, ssp585, 3hr, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:47:41.387802",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31338/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CNRM-CERFACS/CNRM-CM6-1-HR/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 485725671048,
                "numberOfFiles": 102,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8564/?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/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/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/50564/?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/50577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?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/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/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52747/?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/54268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59432/?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/30692/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167487/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167488/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137558/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31339/?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": 31340,
            "uuid": "626775a3f4c3463da3614854f1b8a756",
            "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: AERmon, Amon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SImon, day and fx. The runs included the ensemble members: r1i1p1f1, r2i1p1f1 and r3i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, CSIRO, ACCESS-ESM1-5, ssp126, AERmon, Amon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:49:52.534623",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31341/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CSIRO/ACCESS-ESM1-5/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 984411465214,
                "numberOfFiles": 1136,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8565/?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/7795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?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/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/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/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/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/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/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/50613/?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/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?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/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?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/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54401/?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/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60332/?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/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/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?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/71793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82838/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Commonwealth Scientific and Industrial Research Organisation (CSIRO) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30697/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30700/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137576/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167489/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167490/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31342/?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": 31343,
            "uuid": "bdf2f3781d264896a2360b46510bbab0",
            "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: AERmon, Amon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SImon, day and fx. The runs included the ensemble members: r1i1p1f1, r2i1p1f1 and r3i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, CSIRO, ACCESS-ESM1-5, ssp245, AERmon, Amon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:52:06.527717",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31344/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CSIRO/ACCESS-ESM1-5/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 822709759204,
                "numberOfFiles": 1045,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8566/?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/7795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?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/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/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/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/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/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/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/50613/?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/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?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/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?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/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54401/?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/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60332/?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/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/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?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/71793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82838/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Commonwealth Scientific and Industrial Research Organisation (CSIRO) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30697/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30700/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167492/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31345/?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": 31346,
            "uuid": "49da909e4c0246df9d0a6e796aabc9a8",
            "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"ssp370\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: AERmon, Amon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SImon, day and fx. The runs included the ensemble members: r1i1p1f1, r2i1p1f1 and r3i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, CSIRO, ACCESS-ESM1-5, ssp370, AERmon, Amon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:54:20.141668",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31347/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CSIRO/ACCESS-ESM1-5/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 743257661550,
                "numberOfFiles": 938,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8567/?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/7795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?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/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/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/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/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/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/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/50613/?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/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?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/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?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/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?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/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60332/?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/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?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/71793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82838/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Commonwealth Scientific and Industrial Research Organisation (CSIRO) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30697/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30700/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167493/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167494/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31348/?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": 31349,
            "uuid": "ecb3592249ad4015aa13776af82a00f6",
            "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: AERmon, Amon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SImon, day and fx. The runs included the ensemble members: r1i1p1f1, r2i1p1f1 and r3i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, CSIRO, ACCESS-ESM1-5, ssp585, AERmon, Amon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:56:33.054425",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31350/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CSIRO/ACCESS-ESM1-5/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1062669709894,
                "numberOfFiles": 1188,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8568/?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/7795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?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/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/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/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/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/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/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/50613/?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/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?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/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54268/?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/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54401/?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/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60332/?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/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?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/71793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82838/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Commonwealth Scientific and Industrial Research Organisation (CSIRO) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30697/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30700/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137635/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137636/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167495/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167496/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31351/?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": 31352,
            "uuid": "989bfba10dd64baea20b77587f6940f3",
            "title": "WCRP CMIP6: the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlevPt, AERmon, Amon, CF3hr, Emon, LImon, Lmon, Oday, Ofx, 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 the CSIRO-ARCCSS team team consisted of the following agencies: Commonwealth Scientific and Industrial Research Organisation (CSIRO) and ARCCSS (Australian Research Council Centre of Excellence for Climate System Science).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, CSIRO-ARCCSS, ACCESS-CM2, ssp126, 3hr, 6hrLev, 6hrPlevPt, AERmon, Amon, CF3hr, Emon, LImon, Lmon, Oday, Ofx, Omon, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T14:59:22.719219",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31353/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CSIRO-ARCCSS/ACCESS-CM2/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1923864198599,
                "numberOfFiles": 1431,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8569/?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/7795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?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/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/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/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/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/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/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/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/50613/?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/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53134/?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/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54401/?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/54415/?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/54624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60332/?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/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/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82838/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the CSIRO-ARCCSS team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30717/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30720/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137651/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137652/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137653/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137643/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137650/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137644/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167497/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137645/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31354/?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": 31355,
            "uuid": "42aff3e55594442db8dc08b28bf28be3",
            "title": "WCRP CMIP6: the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlevPt, AERmon, Amon, CF3hr, Emon, LImon, Lmon, Oday, Ofx, 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 the CSIRO-ARCCSS team team consisted of the following agencies: Commonwealth Scientific and Industrial Research Organisation (CSIRO) and ARCCSS (Australian Research Council Centre of Excellence for Climate System Science).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, CSIRO-ARCCSS, ACCESS-CM2, ssp245, 3hr, 6hrLev, 6hrPlevPt, AERmon, Amon, CF3hr, Emon, LImon, Lmon, Oday, Ofx, Omon, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:01:32.932644",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31356/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CSIRO-ARCCSS/ACCESS-CM2/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2669285749038,
                "numberOfFiles": 1314,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8570/?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/7795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?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/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/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/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/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/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/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/50613/?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/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53134/?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/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54401/?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/54415/?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/54624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60332/?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/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/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82838/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the CSIRO-ARCCSS team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30717/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30720/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137672/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137674/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137675/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137667/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137669/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137663/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137668/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137666/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31357/?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": 31358,
            "uuid": "dd91a31b7d1946f99b5526e9514ba2e1",
            "title": "WCRP CMIP6: the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"ssp370\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlevPt, AERmon, Amon, CF3hr, Emon, LImon, Lmon, Oday, Ofx, 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 the CSIRO-ARCCSS team team consisted of the following agencies: Commonwealth Scientific and Industrial Research Organisation (CSIRO) and ARCCSS (Australian Research Council Centre of Excellence for Climate System Science).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, CSIRO-ARCCSS, ACCESS-CM2, ssp370, 3hr, 6hrLev, 6hrPlevPt, AERmon, Amon, CF3hr, Emon, LImon, Lmon, Oday, Ofx, Omon, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:03:53.925478",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31359/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CSIRO-ARCCSS/ACCESS-CM2/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3608282468806,
                "numberOfFiles": 1343,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8571/?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/7795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?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/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/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/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/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/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/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/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/50613/?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/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53134/?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/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?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/54415/?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/54624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60332/?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/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82838/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the CSIRO-ARCCSS team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30717/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30720/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137694/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137695/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137696/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137684/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167502/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137687/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31360/?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": 31361,
            "uuid": "fc39acb1f5ad498fb2cf10f289d0837e",
            "title": "WCRP CMIP6: the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlevPt, AERmon, Amon, CF3hr, Emon, LImon, Lmon, Oday, Ofx, 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 the CSIRO-ARCCSS team team consisted of the following agencies: Commonwealth Scientific and Industrial Research Organisation (CSIRO) and ARCCSS (Australian Research Council Centre of Excellence for Climate System Science).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, CSIRO-ARCCSS, ACCESS-CM2, ssp585, 3hr, 6hrLev, 6hrPlevPt, AERmon, Amon, CF3hr, Emon, LImon, Lmon, Oday, Ofx, Omon, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:06:04.044515",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31362/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/CSIRO-ARCCSS/ACCESS-CM2/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1946990271904,
                "numberOfFiles": 1426,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8572/?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/7795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?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/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/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/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/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/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/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/50613/?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/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53134/?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/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54401/?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/54415/?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/54624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60332/?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/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/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82838/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the CSIRO-ARCCSS team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30717/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30720/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137714/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137717/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137711/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137713/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137707/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137710/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167503/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137708/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31363/?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": 31365,
            "uuid": "e58fa213708e4fd69f1d3a62bc8b214d",
            "title": "WCRP CMIP6: Deutscher Wetterdienst (DWD) MPI-ESM1-2-HR model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Deutscher Wetterdienst (DWD) MPI-ESM1-2-HR model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, AERmonZ, Amon, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day and fx. The runs included the ensemble member: r2i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, DWD, MPI-ESM1-2-HR, ssp126, 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, AERmonZ, Amon, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:08:17.071191",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31366/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/DWD/MPI-ESM1-2-HR/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 8552350363060,
                "numberOfFiles": 4052,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8573/?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/7795/?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/50420/?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/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/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/50556/?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/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/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/50613/?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/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51206/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?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/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?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/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?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/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Deutscher Wetterdienst (DWD) 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/31364/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/31367/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137732/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137735/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137733/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31368/?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": 31369,
            "uuid": "ef1851d2c3e94885a68f2fc3fd60bd8e",
            "title": "WCRP CMIP6: Deutscher Wetterdienst (DWD) MPI-ESM1-2-HR model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Deutscher Wetterdienst (DWD) MPI-ESM1-2-HR model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: 3hr, AERmon, Amon, Eday, LImon, Lmon, Oday, Ofx and fx. The runs included the ensemble member: r2i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, DWD, MPI-ESM1-2-HR, ssp585, 3hr, AERmon, Amon, Eday, LImon, Lmon, Oday, Ofx, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:10:44.112983",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31370/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/DWD/MPI-ESM1-2-HR/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 938279326600,
                "numberOfFiles": 2266,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8574/?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/50420/?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/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/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/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/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/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/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/50613/?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/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51206/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?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/54260/?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/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?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/54350/?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/54415/?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/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?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/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Deutscher Wetterdienst (DWD) 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/31364/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/31367/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137759/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137757/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167507/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167508/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31371/?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": 31372,
            "uuid": "fdf588322e3b4ba5a083a822e1b5ebbd",
            "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3 model output for the \"ssp119\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the EC-Earth-Consortium team EC-Earth3 model output for the \"low-end scenario reaching 1.9 W m-2, based on SSP1\" (ssp119) experiment. These are available at the following frequency: day. The runs included the ensemble member: 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 the EC-Earth-Consortium team team consisted of the following agencies: La Agencia Estatal de Meteorología (AEMET), Barcelona Supercomputing Centre (BSC), Institute of Atmospheric Sciences and Climate (CNR-ISAC), Danish Meteorological Institute (DMI), Italian National Agency for New Technologies, Energy and Sustainable Economic Development (ENEA), Finnish Meteorological Institute (FMI), Helmholtz Centre for Ocean Research Kiel (Geomar), Irish Centre for High-End Computing (ICHEC), International Centre for Theoretical Physics (ICTP), Instituto Dom Luiz (IDL), Institute for Marine and Atmospheric research Utrecht (IMAU), Portuguese Institute for Sea and Atmosphere (IPMA), KIT Karlsruhe Institute of Technology, Royal Netherlands Meteorological Institute (KNMI), Lund University, Met Eireann, The Netherlands eScience Center (NLeSC), Norwegian University of Science and Technology (NTNU), University of Oxford, SURFsara, Swedish Meteorological and Hydrological Institute (SMHI), Stockholm University, Unite ASTR, University College Dublin, University of Bergen, University of Copenhagen, University of Helsinki, University of Santiago de Compostela, Uppsala University, University of Utrecht, Vrije Universiteit Amsterdam and Wageningen University.\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, EC-Earth-Consortium, EC-Earth3, ssp119, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:12:51.801244",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31373/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/EC-Earth-Consortium/EC-Earth3/ssp119",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 153116666972,
                "numberOfFiles": 4303,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8575/?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/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/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/50554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50555/?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/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/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/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/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/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?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/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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the EC-Earth-Consortium team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/31015/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/31374/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137774/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137779/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137783/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137785/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/137803/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31375/?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": 31376,
            "uuid": "41da8d4e2a2843049c4ec7d6b52a23c8",
            "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3 model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the EC-Earth-Consortium team EC-Earth3 model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequency: 3hr. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe the EC-Earth-Consortium team team consisted of the following agencies: La Agencia Estatal de Meteorología (AEMET), Barcelona Supercomputing Centre (BSC), Institute of Atmospheric Sciences and Climate (CNR-ISAC), Danish Meteorological Institute (DMI), Italian National Agency for New Technologies, Energy and Sustainable Economic Development (ENEA), Finnish Meteorological Institute (FMI), Helmholtz Centre for Ocean Research Kiel (Geomar), Irish Centre for High-End Computing (ICHEC), International Centre for Theoretical Physics (ICTP), Instituto Dom Luiz (IDL), Institute for Marine and Atmospheric research Utrecht (IMAU), Portuguese Institute for Sea and Atmosphere (IPMA), KIT Karlsruhe Institute of Technology, Royal Netherlands Meteorological Institute (KNMI), Lund University, Met Eireann, The Netherlands eScience Center (NLeSC), Norwegian University of Science and Technology (NTNU), University of Oxford, SURFsara, Swedish Meteorological and Hydrological Institute (SMHI), Stockholm University, Unite ASTR, University College Dublin, University of Bergen, University of Copenhagen, University of Helsinki, University of Santiago de Compostela, Uppsala University, University of Utrecht, Vrije Universiteit Amsterdam and Wageningen University.\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, EC-Earth-Consortium, EC-Earth3, ssp126, 3hr",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:15:02.271168",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31377/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/EC-Earth-Consortium/EC-Earth3/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4818807352113,
                "numberOfFiles": 12099,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8576/?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/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/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/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/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/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/50613/?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/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54420/?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/54625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59928/?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/71665/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the EC-Earth-Consortium team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/31015/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/31374/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167511/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138146/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138147/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138148/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138150/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138151/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138154/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138156/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138124/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138158/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138131/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138132/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138133/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138135/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138136/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138138/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138106/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31378/?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": 31379,
            "uuid": "a66ea4a45396463fbaceb5dd4b1886b5",
            "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3 model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the EC-Earth-Consortium team EC-Earth3 model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: 3hr, Amon and day. The runs included the ensemble members: r12i1p1f1, r14i1p1f1, r16i1p1f1, r17i1p1f1, r18i1p1f1, r19i1p1f1, r1i1p1f1, r20i1p1f1, r21i1p1f1, r23i1p1f1, r24i1p1f1 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 the EC-Earth-Consortium team team consisted of the following agencies: La Agencia Estatal de Meteorología (AEMET), Barcelona Supercomputing Centre (BSC), Institute of Atmospheric Sciences and Climate (CNR-ISAC), Danish Meteorological Institute (DMI), Italian National Agency for New Technologies, Energy and Sustainable Economic Development (ENEA), Finnish Meteorological Institute (FMI), Helmholtz Centre for Ocean Research Kiel (Geomar), Irish Centre for High-End Computing (ICHEC), International Centre for Theoretical Physics (ICTP), Instituto Dom Luiz (IDL), Institute for Marine and Atmospheric research Utrecht (IMAU), Portuguese Institute for Sea and Atmosphere (IPMA), KIT Karlsruhe Institute of Technology, Royal Netherlands Meteorological Institute (KNMI), Lund University, Met Eireann, The Netherlands eScience Center (NLeSC), Norwegian University of Science and Technology (NTNU), University of Oxford, SURFsara, Swedish Meteorological and Hydrological Institute (SMHI), Stockholm University, Unite ASTR, University College Dublin, University of Bergen, University of Copenhagen, University of Helsinki, University of Santiago de Compostela, Uppsala University, University of Utrecht, Vrije Universiteit Amsterdam and Wageningen University.\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, EC-Earth-Consortium, EC-Earth3, ssp245, 3hr, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:18:37.548116",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31380/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/EC-Earth-Consortium/EC-Earth3/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 9381044104265,
                "numberOfFiles": 42071,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8577/?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/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/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/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/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/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/50582/?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/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/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/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/50613/?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/50622/?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/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/53109/?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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54402/?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/54413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54420/?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/54625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59480/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60378/?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/63972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97762/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the EC-Earth-Consortium team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/31015/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/31374/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138376/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138341/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167513/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167514/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138311/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138312/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138344/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138284/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138351/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138352/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138354/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138290/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138356/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138293/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138359/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138360/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138362/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138363/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138300/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138365/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138301/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138369/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138307/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31381/?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": 31382,
            "uuid": "976fa74c1f3444d19133840bcf6b320f",
            "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3 model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the EC-Earth-Consortium team EC-Earth3 model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: 3hr, Amon and day. The runs included the ensemble members: r1i1p1f1 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 the EC-Earth-Consortium team team consisted of the following agencies: La Agencia Estatal de Meteorología (AEMET), Barcelona Supercomputing Centre (BSC), Institute of Atmospheric Sciences and Climate (CNR-ISAC), Danish Meteorological Institute (DMI), Italian National Agency for New Technologies, Energy and Sustainable Economic Development (ENEA), Finnish Meteorological Institute (FMI), Helmholtz Centre for Ocean Research Kiel (Geomar), Irish Centre for High-End Computing (ICHEC), International Centre for Theoretical Physics (ICTP), Instituto Dom Luiz (IDL), Institute for Marine and Atmospheric research Utrecht (IMAU), Portuguese Institute for Sea and Atmosphere (IPMA), KIT Karlsruhe Institute of Technology, Royal Netherlands Meteorological Institute (KNMI), Lund University, Met Eireann, The Netherlands eScience Center (NLeSC), Norwegian University of Science and Technology (NTNU), University of Oxford, SURFsara, Swedish Meteorological and Hydrological Institute (SMHI), Stockholm University, Unite ASTR, University College Dublin, University of Bergen, University of Copenhagen, University of Helsinki, University of Santiago de Compostela, Uppsala University, University of Utrecht, Vrije Universiteit Amsterdam and Wageningen University.\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, EC-Earth-Consortium, EC-Earth3, ssp585, 3hr, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:20:46.804366",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31383/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/EC-Earth-Consortium/EC-Earth3/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4249767812889,
                "numberOfFiles": 12310,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8578/?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/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/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/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/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/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/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/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54420/?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/54625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59928/?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/71665/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the EC-Earth-Consortium team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/31015/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/31374/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138541/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138576/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138476/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167515/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138477/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138511/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167516/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138479/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138544/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138513/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138480/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138514/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138515/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138548/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138516/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138517/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138518/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138485/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138486/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138519/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138520/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138487/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138488/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138521/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138522/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138489/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138490/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138523/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138524/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138493/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138526/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138494/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138527/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138528/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138495/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138529/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138497/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138530/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138534/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138502/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138535/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138503/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138537/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138505/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138538/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138540/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138507/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138508/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31384/?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": 31385,
            "uuid": "5990bcba9eba41768b409637271d7364",
            "title": "WCRP CMIP6: the FIO-QLNM team FIO-ESM-2-0 model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the FIO-QLNM team FIO-ESM-2-0 model output for the \"update of RCP2.6 based on SSP1\" (ssp126) 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 the FIO-QLNM team team consisted of the following agencies: The First Institute of Oceanography (FIO) and Qingdao National Laboratory for Marine Science and Technology (QNLM).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, FIO-QLNM, FIO-ESM-2-0, ssp126, Amon, Lmon, Omon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:22:56.986852",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31386/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/FIO-QLNM/FIO-ESM-2-0/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 245224483513,
                "numberOfFiles": 298,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8579/?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/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/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/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/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/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/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/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/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?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/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?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/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the FIO-QLNM 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/30742/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30745/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138687/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138677/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138684/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138678/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138681/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167517/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167518/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138679/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31387/?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": 31388,
            "uuid": "2d157ca01ff3484aa774d1bbded74ac2",
            "title": "WCRP CMIP6: the FIO-QLNM team FIO-ESM-2-0 model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the FIO-QLNM team FIO-ESM-2-0 model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequency: 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 FIO-QLNM team team consisted of the following agencies: The First Institute of Oceanography (FIO) and Qingdao National Laboratory for Marine Science and Technology (QNLM).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, FIO-QLNM, FIO-ESM-2-0, ssp245, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:25:09.954344",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31389/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/FIO-QLNM/FIO-ESM-2-0/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 90757396258,
                "numberOfFiles": 136,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8580/?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/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/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/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/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/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/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/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/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?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/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?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/54627/?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/71573/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the FIO-QLNM 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/30742/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30745/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138707/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138708/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138701/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138698/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138697/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138702/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167519/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167520/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138700/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31390/?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": 31391,
            "uuid": "ce2906d95fe342e195c5aa429e1217d3",
            "title": "WCRP CMIP6: the FIO-QLNM team FIO-ESM-2-0 model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the FIO-QLNM team FIO-ESM-2-0 model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: Amon and Omon. The runs included the ensemble members: r2i1p1f1 and r3i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe the FIO-QLNM team team consisted of the following agencies: The First Institute of Oceanography (FIO) and Qingdao National Laboratory for Marine Science and Technology (QNLM).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, FIO-QLNM, FIO-ESM-2-0, ssp585, Amon, Omon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:27:23.371887",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31392/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/FIO-QLNM/FIO-ESM-2-0/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 91842075318,
                "numberOfFiles": 139,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8581/?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/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/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/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/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/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/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/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/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52751/?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/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?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/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the FIO-QLNM 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/30742/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30745/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138728/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138729/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138730/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138722/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138719/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138718/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138726/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138725/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138720/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138723/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167521/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167522/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138721/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31393/?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": 31394,
            "uuid": "65e8dfccb2b54eaca2122f638162711c",
            "title": "WCRP CMIP6: the HAMMOZ-Consortium team MPI-ESM-1-2-HAM model output for the \"ssp370\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the HAMMOZ-Consortium team MPI-ESM-1-2-HAM model output for the \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, AERmonZ, Amon, CF3hr, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, 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 the HAMMOZ-Consortium team team consisted of the following agencies: Swiss Federal Institute of Technology Zurich (ETH-Zurich), Max Planck Institute for Meteorology (MPI-M), Forschungszentrum Jülich, University of Oxford, Finnish Meteorological Institute (FMI), Leibniz Institute for Tropospheric Research (IfT) and Center for Climate Systems Modeling (C2SM) at ETH Zurich.\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, HAMMOZ-Consortium, MPI-ESM-1-2-HAM, ssp370, 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, AERmonZ, Amon, CF3hr, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:30:11.528364",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31395/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/HAMMOZ-Consortium/MPI-ESM-1-2-HAM/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2722290033202,
                "numberOfFiles": 1776,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8582/?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/7795/?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/50420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50423/?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/50442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50444/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50447/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50482/?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/50556/?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/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/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/50613/?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/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51206/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53177/?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/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?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/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54383/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?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/54415/?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/54442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61279/?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/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71661/?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/71764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83728/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the HAMMOZ-Consortium team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30750/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30753/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138765/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138766/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167523/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167524/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138742/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138757/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138743/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138752/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138759/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138754/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138747/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31396/?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": 31397,
            "uuid": "542b4d222f9641b3a5598da311a6e0e5",
            "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM4-8 model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Institute for Numerical Mathematics (INM) INM-CM4-8 model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: AERmon, Amon, CFday, CFmon, Eday, EdayZ, Lmon, 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, INM, INM-CM4-8, ssp126, AERmon, Amon, CFday, CFmon, Eday, EdayZ, Lmon, Omon, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:32:21.487138",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31398/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/INM/INM-CM4-8/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 249658973567,
                "numberOfFiles": 722,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8583/?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/29199/?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/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/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/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/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/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/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/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?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/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60372/?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/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71656/?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/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Institute for Numerical Mathematics (INM) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30758/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30761/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167526/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31399/?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": 31400,
            "uuid": "c266911ac7a3490baac2ae9f88e8f901",
            "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM4-8 model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Institute for Numerical Mathematics (INM) INM-CM4-8 model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: Amon, EdayZ, Lmon, 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, INM, INM-CM4-8, ssp245, Amon, EdayZ, Lmon, Omon, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:35:22.792858",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31401/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/INM/INM-CM4-8/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 315514955367,
                "numberOfFiles": 872,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8584/?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/29199/?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/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/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/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/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/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/50602/?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/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?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/53134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60372/?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/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71656/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71659/?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/71683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Institute for Numerical Mathematics (INM) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30758/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30761/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167527/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167528/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31402/?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": 31403,
            "uuid": "f8d5e0c71b864e2fa7c5285c3fe901b1",
            "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM4-8 model output for the \"ssp370\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Institute for Numerical Mathematics (INM) INM-CM4-8 model output for the \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: AERmon, Amon, CFday, CFmon, Eday, EdayZ, Lmon, 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, INM, INM-CM4-8, ssp370, AERmon, Amon, CFday, CFmon, Eday, EdayZ, Lmon, Omon, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:37:34.859545",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31404/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/INM/INM-CM4-8/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 250431600598,
                "numberOfFiles": 725,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8585/?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/29199/?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/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/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/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/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/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/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/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?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/54227/?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/54285/?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/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60372/?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/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71656/?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/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Institute for Numerical Mathematics (INM) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30758/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30761/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167529/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167530/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31405/?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": 31406,
            "uuid": "17179dfb6bc24bbeaba902928c91e5c0",
            "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM4-8 model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Institute for Numerical Mathematics (INM) INM-CM4-8 model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: AERmon, Amon, CFday, CFmon, Eday, EdayZ, Lmon, 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, INM, INM-CM4-8, ssp585, AERmon, Amon, CFday, CFmon, Eday, EdayZ, Lmon, Omon, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:39:42.681924",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31407/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/INM/INM-CM4-8/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 250384388014,
                "numberOfFiles": 725,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8586/?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/29199/?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/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/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/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/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/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/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/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?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/54227/?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/54285/?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/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60372/?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/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71656/?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/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Institute for Numerical Mathematics (INM) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30758/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30761/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167532/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31408/?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": 31409,
            "uuid": "6eee5220dcd547c49124bacf3281f0d6",
            "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM5-0 model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Institute for Numerical Mathematics (INM) INM-CM5-0 model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: AERmon, Amon, CFday, CFmon, Eday, EdayZ, Lmon, 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, INM, INM-CM5-0, ssp126, AERmon, Amon, CFday, CFmon, Eday, EdayZ, Lmon, Omon, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:41:51.037348",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31410/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/INM/INM-CM5-0/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 287132340029,
                "numberOfFiles": 722,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8587/?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/29199/?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/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/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/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/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/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/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/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?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/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60372/?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/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71656/?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/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Institute for Numerical Mathematics (INM) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30758/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30777/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167534/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31411/?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": 31412,
            "uuid": "9b6800db978d4e42b044915b668b0ba1",
            "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM5-0 model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Institute for Numerical Mathematics (INM) INM-CM5-0 model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: Amon, EdayZ, Lmon, 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, INM, INM-CM5-0, ssp245, Amon, EdayZ, Lmon, Omon, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:44:53.236783",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31413/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/INM/INM-CM5-0/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 357595603545,
                "numberOfFiles": 872,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8588/?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/29199/?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/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/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/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/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/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/50602/?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/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?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/53134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60372/?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/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71656/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71659/?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/71683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Institute for Numerical Mathematics (INM) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30758/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30777/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167535/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167536/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31414/?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": 31415,
            "uuid": "0e4c90eb59934ccf870065d8f0d9aea7",
            "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM5-0 model output for the \"ssp370\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Institute for Numerical Mathematics (INM) INM-CM5-0 model output for the \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: AERmon, Amon, CFday, CFmon, Eday, EdayZ, Lmon, Omon, SImon, day and fx. 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, INM, INM-CM5-0, ssp370, AERmon, Amon, CFday, CFmon, Eday, EdayZ, Lmon, Omon, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:47:05.243363",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31416/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/INM/INM-CM5-0/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 987706239032,
                "numberOfFiles": 2120,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8589/?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/29199/?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/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/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/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/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/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/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/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/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50619/?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/54227/?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/54285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60372/?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/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71656/?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/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Institute for Numerical Mathematics (INM) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30758/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30777/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167537/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167538/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31417/?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": 31418,
            "uuid": "90cc1bbe027349f6b4b3dfd842d63629",
            "title": "WCRP CMIP6: Institute for Numerical Mathematics (INM) INM-CM5-0 model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Institute for Numerical Mathematics (INM) INM-CM5-0 model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: AERmon, Amon, CFday, CFmon, Eday, EdayZ, Lmon, Omon, SImon and day. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, INM, INM-CM5-0, ssp585, AERmon, Amon, CFday, CFmon, Eday, EdayZ, Lmon, Omon, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:49:15.534256",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31419/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/INM/INM-CM5-0/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 354405251010,
                "numberOfFiles": 720,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8590/?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/29199/?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/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/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/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/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/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/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/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50617/?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/54227/?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/54285/?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/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54887/?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/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71656/?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/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Institute for Numerical Mathematics (INM) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30758/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30777/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167540/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31420/?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": 31421,
            "uuid": "4019fe67916546c086d925df028843f9",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"ssp126\" 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 \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: AERday, AERmon, AERmonZ, Amon, CFmon, Eday, EdayZ, Emon, EmonZ, LImon, Lmon, Oday, Omon, SIday, SImon and day. The runs included the ensemble member: r1i1p1f3.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, MOHC, HadGEM3-GC31-LL, ssp126, AERday, AERmon, AERmonZ, Amon, CFmon, Eday, EdayZ, Emon, EmonZ, LImon, Lmon, Oday, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:52:06.616677",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31422/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/MOHC/HadGEM3-GC31-LL/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4000593107122,
                "numberOfFiles": 1240,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8591/?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/7795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10024/?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/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?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/50464/?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/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/51210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51211/?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/53134/?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/54214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?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/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/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/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/54246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54247/?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/54256/?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/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/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/54271/?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/54287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54295/?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/54305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54306/?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/54316/?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/54324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54356/?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/54364/?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/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54379/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54382/?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/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54439/?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/54442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54443/?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/54456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54460/?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/54468/?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/54475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54476/?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/54483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54484/?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/54492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54493/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54494/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60411/?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/62740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/64080/?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/71613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71614/?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/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71619/?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/71627/?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/71637/?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/71640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71642/?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/71652/?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/71669/?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/71675/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71677/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71678/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71679/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71681/?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/71684/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71687/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71690/?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/28749/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167541/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167542/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31423/?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": 31424,
            "uuid": "4d9fc9315d0e4997a4b7a97e8cad641b",
            "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"ssp585\" 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 \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: AERday, AERmon, AERmonZ, Amon, CFmon, Eday, EdayZ, Emon, EmonZ, LImon, Lmon, Oday, Omon, SIday, SImon and day. The runs included the ensemble members: r1i1p1f3, r2i1p1f3 and r3i1p1f3.\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, ssp585, AERday, AERmon, AERmonZ, Amon, CFmon, Eday, EdayZ, Emon, EmonZ, LImon, Lmon, Oday, Omon, SIday, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T15:58:28.932861",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31425/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/MOHC/HadGEM3-GC31-LL/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6588337012235,
                "numberOfFiles": 3570,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8592/?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/7795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/9045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/10024/?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/50429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50431/?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/50464/?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/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/51210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51211/?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/53134/?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/54214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54215/?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/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/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/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/54246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54247/?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/54256/?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/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/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/54271/?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/54287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54295/?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/54305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54306/?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/54316/?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/54324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54356/?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/54364/?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/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54379/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54382/?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/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54436/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54439/?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/54442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54443/?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/54456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54460/?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/54468/?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/54475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54476/?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/54483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54484/?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/54492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54493/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54494/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59923/?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/62740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/64080/?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/71613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71614/?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/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71619/?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/71627/?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/71637/?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/71640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71642/?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/71652/?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/71669/?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/71675/?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/71679/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71681/?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/71684/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71687/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71690/?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/138925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167544/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31426/?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": 31427,
            "uuid": "7c6961f684bb47508406a87999de6d2a",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, AERmonZ, Amon, CF3hr, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day and fx. The runs included the ensemble members: r10i1p1f1, r1i1p1f1, r2i1p1f1, r3i1p1f1, r4i1p1f1, r5i1p1f1, r6i1p1f1, r7i1p1f1, r8i1p1f1 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, MPI-M, MPI-ESM1-2-LR, ssp126, 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, AERmonZ, Amon, CF3hr, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:00:55.365114",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31428/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/MPI-M/MPI-ESM1-2-LR/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6794071254120,
                "numberOfFiles": 2968,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8593/?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/7795/?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/50420/?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/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50473/?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/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/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/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/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/50613/?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/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51206/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?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/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?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/54350/?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/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?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/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?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/30817/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167546/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31429/?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": 31430,
            "uuid": "cb03d4760a7b4a06936e5afa80dd9514",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERmon, AERmonZ, Amon, CFday, CFmon, E3hrPt, Eday, Emon, LImon, SIday, SImon, day and fx. The runs included the ensemble members: r10i1p1f1, r1i1p1f1, r2i1p1f1, r3i1p1f1, r4i1p1f1, r5i1p1f1, r6i1p1f1, r7i1p1f1, r8i1p1f1 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, MPI-M, MPI-ESM1-2-LR, ssp245, 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERmon, AERmonZ, Amon, CFday, CFmon, E3hrPt, Eday, Emon, LImon, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:06:38.433751",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31431/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/MPI-M/MPI-ESM1-2-LR/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7151237141399,
                "numberOfFiles": 3923,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8594/?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/7795/?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/50420/?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/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50473/?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/50556/?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/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/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/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/50613/?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/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51206/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53134/?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/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?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/54285/?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/54313/?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/54350/?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/54401/?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/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60332/?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/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?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/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?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/30817/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167548/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31432/?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": 31433,
            "uuid": "b94f6020888045c3bce374d05d0d57f3",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"ssp370\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, AERmonZ, Amon, CF3hr, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day and fx. The runs included the ensemble members: r10i1p1f1, r1i1p1f1, r2i1p1f1, r3i1p1f1, r4i1p1f1, r5i1p1f1, r6i1p1f1, r7i1p1f1, r8i1p1f1 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, MPI-M, MPI-ESM1-2-LR, ssp370, 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, AERmonZ, Amon, CF3hr, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:09:00.432647",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31434/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/MPI-M/MPI-ESM1-2-LR/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5694058752433,
                "numberOfFiles": 3198,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8595/?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/7795/?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/50420/?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/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50473/?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/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/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/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/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/50613/?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/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51206/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?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/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?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/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?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/54415/?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/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?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/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?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/30817/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167550/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31435/?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": 31436,
            "uuid": "a20b23c4cf9c4d679cd5f32c3d78d3aa",
            "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, AERmonZ, Amon, CF3hr, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, day and fx. The runs included the ensemble members: r10i1p1f1, r1i1p1f1, r2i1p1f1, r3i1p1f1, r4i1p1f1, r5i1p1f1, r6i1p1f1, r7i1p1f1, r8i1p1f1 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, MPI-M, MPI-ESM1-2-LR, ssp585, 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, AERmonZ, Amon, CF3hr, CFday, CFmon, E3hr, E3hrPt, Eday, EdayZ, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:11:23.412928",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31437/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/MPI-M/MPI-ESM1-2-LR/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6018897440063,
                "numberOfFiles": 3146,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8596/?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/7795/?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/50420/?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/50445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50473/?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/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/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/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/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/50613/?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/50621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51206/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?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/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?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/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?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/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54888/?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/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?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/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71887/?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/30817/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/138987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167552/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31438/?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": 31439,
            "uuid": "0e836e483fed40edbd11adea27d01571",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"ssp126\" 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 \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: Amon and day. The runs included the ensemble member: r1i1p3f1.\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, ssp126, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:13:33.846346",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31440/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NASA-GISS/GISS-E2-1-G/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12329926740,
                "numberOfFiles": 108,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8597/?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/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/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/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?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/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/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/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/50612/?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/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/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/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62741/?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/139000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167554/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31441/?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": 31442,
            "uuid": "cff2d5c621e146af8e6a13cb6877a4b7",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"ssp245\" 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 \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: Amon and day. The runs included the ensemble members: r1i1p3f1, r2i1p3f1, r3i1p3f1, r4i1p3f1 and r5i1p3f1.\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, ssp245, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:15:46.192115",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31443/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NASA-GISS/GISS-E2-1-G/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12272037352,
                "numberOfFiles": 144,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8598/?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/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/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/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?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/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/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/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/50612/?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/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/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/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?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/139015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167556/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31444/?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": 31445,
            "uuid": "f3af542cfc934665a3b3d7cb5bb97962",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"ssp370\" 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 \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: Amon and day. The runs included the ensemble member: r1i1p3f1.\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, ssp370, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:17:55.451990",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31446/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NASA-GISS/GISS-E2-1-G/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 28466214030,
                "numberOfFiles": 110,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8599/?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/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/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/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?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/50568/?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/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/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/50612/?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/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/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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62741/?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/139030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167558/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31447/?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": 31448,
            "uuid": "e0363e9043214d7a84f9fa887aaa8c19",
            "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: Amon and day. The runs included the ensemble member: r1i1p3f1.\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, ssp585, Amon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:20:03.749474",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31449/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NASA-GISS/GISS-E2-1-G/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 18783923545,
                "numberOfFiles": 118,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8600/?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/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/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/50559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50561/?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/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/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/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/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/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/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/54268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54700/?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/139045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139048/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167560/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31450/?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": 31451,
            "uuid": "c2b8f5d1e4594b278f14eb03a70f53b5",
            "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2-WACCM model output for the \"ssp534-over\" 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 \"overshoot of 3.4 W/m**2 branching from ssp585 in 2040\" (ssp534-over) experiment. These are available at the following frequencies: AERmon, AERmonZ, Amon, CFmon, Eday, EdayZ, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day and fx. The runs included the ensemble members: r2i1p1f1 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, NCAR, CESM2-WACCM, ssp534-over, AERmon, AERmonZ, Amon, CFmon, Eday, EdayZ, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:22:12.412121",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31452/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NCAR/CESM2-WACCM/ssp534-over",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1438148736440,
                "numberOfFiles": 1059,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8601/?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/27667/?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/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/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?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/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/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/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/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/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/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/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/50612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50622/?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/53111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?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/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?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/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?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/54420/?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/54625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54707/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54708/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/63972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71656/?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/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79952/?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/139060/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139066/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139062/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167562/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31453/?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": 31454,
            "uuid": "e34efe94f41c45c99acc765dab75da24",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CF3hr, CFday, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, 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, NCC, NorESM2-LM, ssp126, 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CF3hr, CFday, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:24:27.962089",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31455/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NCC/NorESM2-LM/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1572970701855,
                "numberOfFiles": 1735,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8602/?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/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/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/50442/?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/50473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?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/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/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/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/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?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/50613/?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/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?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/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/53177/?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/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54383/?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/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?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/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83728/?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/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167564/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31456/?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": 31457,
            "uuid": "bcaa2beebcfa4288a5be8afe18d4ba73",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CF3hr, CFday, CFmon, E3hr, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day and fx. The runs included the ensemble members: r1i1p1f1, r2i1p1f1 and r3i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM2-LM, ssp245, 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CF3hr, CFday, CFmon, E3hr, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:27:19.171728",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31458/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NCC/NorESM2-LM/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6253908712146,
                "numberOfFiles": 5552,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8603/?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/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/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/50442/?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/50473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?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/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/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/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/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/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/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/50613/?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/50621/?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/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/53177/?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/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54383/?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/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?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/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59480/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71669/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83726/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83728/?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/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167566/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31459/?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": 31460,
            "uuid": "68d359bf78614313984ea12594a5e9e9",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"ssp370\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CF3hr, CFday, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day and fx. The runs included the ensemble members: r1i1p1f1, r2i1p1f1 and r3i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM2-LM, ssp370, 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CF3hr, CFday, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:29:48.095581",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31461/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NCC/NorESM2-LM/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1762780716910,
                "numberOfFiles": 2742,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8604/?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/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/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/50442/?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/50473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?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/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/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/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/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?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/50613/?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/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?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/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/53177/?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/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54383/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?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/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83728/?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/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167568/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31462/?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": 31463,
            "uuid": "7467f0a2fbdd4a8dba1eab714646ca51",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-LM model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: 3hr, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CF3hr, CFday, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, 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, NCC, NorESM2-LM, ssp585, 3hr, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CF3hr, CFday, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:32:04.507066",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31464/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NCC/NorESM2-LM/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1287332283538,
                "numberOfFiles": 1640,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8605/?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/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/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/50442/?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/50473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?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/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/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/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/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?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/50613/?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/50621/?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/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/53177/?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/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?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/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54383/?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/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?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/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61279/?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/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83728/?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/28952/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139124/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167570/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31465/?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": 31466,
            "uuid": "fd4e2b4ecc8b48338812e48180a81a43",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CF3hr, CFday, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, 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, NCC, NorESM2-MM, ssp126, 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CF3hr, CFday, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:34:21.014594",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31467/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NCC/NorESM2-MM/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5005425623508,
                "numberOfFiles": 1585,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8606/?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/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/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/50442/?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/50473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?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/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/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/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?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/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/50613/?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/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?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/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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54383/?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/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?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/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62734/?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/62738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83728/?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/30875/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139135/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139136/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139138/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167572/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31468/?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": 31469,
            "uuid": "13c497ca82ef4e82b3f09e92a6f2ff63",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: 6hrPlev, 6hrPlevPt, Amon, day and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM2-MM, ssp245, 6hrPlev, 6hrPlevPt, Amon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:38:25.955984",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31470/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NCC/NorESM2-MM/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5857767618290,
                "numberOfFiles": 2033,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8607/?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/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/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/50442/?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/50473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?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/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/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/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/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/50613/?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/50621/?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/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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54383/?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/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?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/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/59933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83726/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83728/?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/30875/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139150/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139151/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139158/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139154/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139156/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167574/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31471/?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": 31472,
            "uuid": "a3dd9a48cd3745bfbdba9b2a573dc226",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"ssp370\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CF3hr, CFday, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, 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, NCC, NorESM2-MM, ssp370, 3hr, 6hrLev, 6hrPlev, 6hrPlevPt, AERday, AERmon, Amon, CF3hr, CFday, CFmon, Eday, Emon, LImon, Lmon, Oday, Ofx, Omon, Oyr, SIday, SImon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:40:46.636359",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31473/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NCC/NorESM2-MM/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5266983549786,
                "numberOfFiles": 1603,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8608/?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/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/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/50442/?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/50473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50475/?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/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/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/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50577/?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/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/50613/?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/50617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50621/?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/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/54215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54285/?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/54313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54383/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54442/?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/54631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62734/?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/62738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83728/?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/30875/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167576/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31474/?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": 31475,
            "uuid": "5ac24324d18b47618f1c10a15794e40e",
            "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: 6hrPlev, 6hrPlevPt, Amon, Omon, Oyr, day and fx. The runs included the ensemble member: r1i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NCC, NorESM2-MM, ssp585, 6hrPlev, 6hrPlevPt, Amon, Omon, Oyr, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:44:05.673241",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31476/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NCC/NorESM2-MM/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 6584305962,
                "numberOfFiles": 11,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8609/?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/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/50496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50498/?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/30875/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139187/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139189/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139183/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139184/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139186/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139182/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167578/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31477/?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": 31478,
            "uuid": "db66f62b4b0748fd8b12fd2f3fa327b1",
            "title": "WCRP CMIP6: the NIMS-KMA team KACE-1-0-G model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the NIMS-KMA team KACE-1-0-G model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: 3hr, 6hrLev, 6hrPlevPt, AERmon, Amon, Lmon, Omon, SImon and day. The runs included the ensemble members: r1i1p1f1, r2i1p1f1 and r3i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe the NIMS-KMA team team consisted of the following agencies: National Institute of Meteorological Sciences (NIMS) and Korea Meteorological Administration (KMA).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NIMS-KMA, KACE-1-0-G, ssp126, 3hr, 6hrLev, 6hrPlevPt, AERmon, Amon, Lmon, Omon, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:46:19.969887",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31479/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NIMS-KMA/KACE-1-0-G/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 576452418473,
                "numberOfFiles": 208,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8610/?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/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/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/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/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/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/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/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/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/50616/?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/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the NIMS-KMA team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30331/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30885/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139204/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139196/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139195/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139203/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139198/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31480/?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": 31481,
            "uuid": "1b63441bdb9c4829a06faf66f0ca66dd",
            "title": "WCRP CMIP6: the NIMS-KMA team KACE-1-0-G model output for the \"ssp370\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the the NIMS-KMA team KACE-1-0-G model output for the \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: 3hr, 6hrPlevPt, AERmon, Amon, Lmon, Omon, SImon and day. The runs included the ensemble members: r1i1p1f1, r2i1p1f1 and r3i1p1f1.\n\nCMIP6 was a global climate model intercomparison project, coordinated by PCMDI (Program For Climate Model Diagnosis and Intercomparison) on behalf of the WCRP and provided input for the Intergovernmental Panel on Climate Change (IPCC) 6th Assessment Report (AR6).\n\nThe the NIMS-KMA team team consisted of the following agencies: National Institute of Meteorological Sciences (NIMS) and Korea Meteorological Administration (KMA).\n\nThe official CMIP6 Citation, and its associated DOI, is provided as an online resource linked to this record.",
            "keywords": "CMIP6, WCRP, climate change, NIMS-KMA, KACE-1-0-G, ssp370, 3hr, 6hrPlevPt, AERmon, Amon, Lmon, Omon, SImon, day",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:48:31.303477",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31482/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/NIMS-KMA/KACE-1-0-G/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 619626569990,
                "numberOfFiles": 393,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8611/?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/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/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/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/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/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/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/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/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/50616/?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/54260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71665/?format=api"
            ],
            "dataLineage": "Data were produced and verified by the NIMS-KMA team scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30331/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30885/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139222/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139219/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31483/?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": 31484,
            "uuid": "4179083512a34b298e28f55385c67b36",
            "title": "WCRP CMIP6: Tsinghua University - Department of Earth System Science (THU) CIESM model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the Tsinghua University - Department of Earth System Science (THU) CIESM model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: Amon 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, THU, CIESM, ssp245, Amon, SImon",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:51:10.714800",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31485/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/THU/CIESM/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 92184974663,
                "numberOfFiles": 96,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8612/?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/7795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/11046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/27599/?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/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/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/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/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/50575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50581/?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/50602/?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/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/50618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52746/?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/53128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/53129/?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/54348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?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/54421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/71573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82775/?format=api"
            ],
            "dataLineage": "Data were produced and verified by Tsinghua University - Department of Earth System Science (THU) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30904/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30907/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139244/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139245/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139242/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167584/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31486/?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": 31487,
            "uuid": "2af01f78851b4f708028df6a9be0de60",
            "title": "WCRP CMIP6: University of Arizona - Department of Geosciences (UA) MCM-UA-1-0 model output for the \"ssp126\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the University of Arizona - Department of Geosciences (UA) MCM-UA-1-0 model output for the \"update of RCP2.6 based on SSP1\" (ssp126) experiment. These are available at the following frequencies: Amon and Ofx. 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, UA, MCM-UA-1-0, ssp126, Amon, Ofx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:53:18.391311",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31488/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/UA/MCM-UA-1-0/ssp126",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4346970889,
                "numberOfFiles": 33,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8613/?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/29198/?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/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/50558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50563/?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/50579/?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/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/50600/?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/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62329/?format=api"
            ],
            "dataLineage": "Data were produced and verified by University of Arizona - Department of Geosciences (UA) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30915/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30918/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139254/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167586/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31489/?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": 31490,
            "uuid": "ac522ea493eb46b189af00de5f0b25bb",
            "title": "WCRP CMIP6: University of Arizona - Department of Geosciences (UA) MCM-UA-1-0 model output for the \"ssp245\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the University of Arizona - Department of Geosciences (UA) MCM-UA-1-0 model output for the \"update of RCP4.5 based on SSP2\" (ssp245) experiment. These are available at the following frequencies: Amon and Ofx. 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, UA, MCM-UA-1-0, ssp245, Amon, Ofx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:55:24.836686",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31491/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/UA/MCM-UA-1-0/ssp245",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4346970889,
                "numberOfFiles": 33,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8614/?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/29198/?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/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/50558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50563/?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/50579/?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/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/50600/?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/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62329/?format=api"
            ],
            "dataLineage": "Data were produced and verified by University of Arizona - Department of Geosciences (UA) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30915/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30918/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167588/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31492/?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": 31493,
            "uuid": "5d8fd2cc66874abf8ecc79ee519f568e",
            "title": "WCRP CMIP6: University of Arizona - Department of Geosciences (UA) MCM-UA-1-0 model output for the \"ssp370\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the University of Arizona - Department of Geosciences (UA) MCM-UA-1-0 model output for the \"gap-filling scenario reaching 7.0 based on SSP3\" (ssp370) experiment. These are available at the following frequencies: Amon and Ofx. 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, UA, MCM-UA-1-0, ssp370, Amon, Ofx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:57:31.212558",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31494/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/UA/MCM-UA-1-0/ssp370",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4346971757,
                "numberOfFiles": 33,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8615/?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/29198/?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/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/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/50564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?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/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/50600/?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/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api"
            ],
            "dataLineage": "Data were produced and verified by University of Arizona - Department of Geosciences (UA) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30915/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30918/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139290/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139284/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167590/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31495/?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": 31496,
            "uuid": "1de487e6c3c943c3967cd2d8bdef8b72",
            "title": "WCRP CMIP6: University of Arizona - Department of Geosciences (UA) MCM-UA-1-0 model output for the \"ssp585\" experiment",
            "abstract": "The World Climate Research Program (WCRP) Coupled Model Intercomparison Project, Phase 6 (CMIP6) data from the University of Arizona - Department of Geosciences (UA) MCM-UA-1-0 model output for the \"update of RCP8.5 based on SSP5\" (ssp585) experiment. These are available at the following frequencies: Amon and Ofx. 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, UA, MCM-UA-1-0, ssp585, Amon, Ofx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-08T16:59:38.294112",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31497/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/ScenarioMIP/UA/MCM-UA-1-0/ssp585",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 4410413373,
                "numberOfFiles": 34,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8616/?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/29198/?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/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/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/50564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50579/?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/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/50600/?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/50615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/62329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/74531/?format=api"
            ],
            "dataLineage": "Data were produced and verified by University of Arizona - Department of Geosciences (UA) scientists before publication via the Earth Systems Grid Federation (ESGF) and a copy obtained by the Centre for Environmental Data Analysis (CEDA).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/30915/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/30918/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139300/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139301/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167592/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31498/?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": 31501,
            "uuid": "eb5a16fc139f464b8bf2ad16884047fa",
            "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"abrupt-solp4p\" 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 \"abrupt 4% increase in solar constant\" (abrupt-solp4p) experiment. These are available at the following frequencies: Amon, CFday, LImon, Lmon, 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, abrupt-solp4p, Amon, CFday, LImon, Lmon, day, fx",
            "publicationState": "published",
            "dataPublishedTime": "2020-07-09T09:54:35.504756",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/31502/?format=api",
                "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/MRI/MRI-ESM2-0/abrupt-solp4p",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 131682794717,
                "numberOfFiles": 102,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/8617/?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/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/50418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50419/?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/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/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/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/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/50582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50592/?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/50606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52755/?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/62736/?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/139313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/139315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/167594/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/31503/?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"
                }
            ]
        }
    ]
}