Get a list of Result objects. Results have a 1:1 mapping with Observations.

### Available end points:

- `/results/` - Will list all Results in the database
- `/results.json` - Will return all Results in json format
- `/results/<object_id>/` - Returns Results object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `dataPath`
- `storageStatus`
- `storageLocation`
- `oldDataPath`
- `fileFormat`
- `observation`

### How to use filters:


`/results/?dataPath=/badc/weybourne/data/co2/`

`/results.json?dataPath=/badc/weybourne/data/co2/`

`/results/?fileFormat__icontains=netCDF`

GET /api/v2/results/?format=api&offset=7000
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 11555,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=7100",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=6900",
    "results": [
        {
            "ob_id": 28372,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/piClim-2xss",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"piClim-2xss\" experiment",
                "uuid": "28aa50927bca4ec1809c7451bd23ad0d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28371/?format=api"
            },
            "volume": 3910233350,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28375,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/piClim-BC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"piClim-BC\" experiment",
                "uuid": "d7b609a6e9b444808fd5b3f04551f5b5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28374/?format=api"
            },
            "volume": 3901624801,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28378,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/piClim-NTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"piClim-NTCF\" experiment",
                "uuid": "14c2ba3ceae8489d98d480277ceb0780",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28377/?format=api"
            },
            "volume": 3984664117,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28381,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/piClim-OC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"piClim-OC\" experiment",
                "uuid": "419461cdfb544ace8efbd65eb0e2935d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28380/?format=api"
            },
            "volume": 3905931822,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28384,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/piClim-SO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"piClim-SO2\" experiment",
                "uuid": "9b47f6cb28e34298804efb6cf413f767",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28383/?format=api"
            },
            "volume": 3894840684,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28387,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/ssp370-lowNTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"ssp370-lowNTCF\" experiment",
                "uuid": "bd1b89fdd33f483b8ab82d2cc3d158f7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28386/?format=api"
            },
            "volume": 5824793255,
            "numberOfFiles": 20,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28390,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/ssp370SST",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"ssp370SST\" experiment",
                "uuid": "760bcd0ba2074bdabc3d35ca8f353290",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28389/?format=api"
            },
            "volume": 5812613893,
            "numberOfFiles": 18,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28393,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/ssp370SST-lowAer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"ssp370SST-lowAer\" experiment",
                "uuid": "4464fe31c2db4986ad31f3ac69391d7c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28392/?format=api"
            },
            "volume": 5819213237,
            "numberOfFiles": 18,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28396,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/ssp370SST-lowBC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"ssp370SST-lowBC\" experiment",
                "uuid": "5e76f0055c10491a830219e694ea9430",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28395/?format=api"
            },
            "volume": 5818435834,
            "numberOfFiles": 18,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28400,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/hist-piAer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"hist-piAer\" experiment",
                "uuid": "3e7b6173b6a74d329662ae61b966734e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28399/?format=api"
            },
            "volume": 5431372146564,
            "numberOfFiles": 3034,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28404,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/piClim-2xDMS",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"piClim-2xDMS\" experiment",
                "uuid": "28ef70922c84484d8211415639f5a5fc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28403/?format=api"
            },
            "volume": 311388926376,
            "numberOfFiles": 252,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28407,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/piClim-2xdust",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"piClim-2xdust\" experiment",
                "uuid": "965eccaf6d784fffa648ae71f6c050d1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28406/?format=api"
            },
            "volume": 311354822651,
            "numberOfFiles": 252,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28410,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/piClim-2xfire",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"piClim-2xfire\" experiment",
                "uuid": "34db671d30a6490eba3e22cd03463506",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28409/?format=api"
            },
            "volume": 311401736878,
            "numberOfFiles": 252,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28413,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/piClim-2xNOx",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"piClim-2xNOx\" experiment",
                "uuid": "ee451f948f294dfb9da9b34755fdf0b8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28412/?format=api"
            },
            "volume": 311444080313,
            "numberOfFiles": 252,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28416,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/piClim-2xVOC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"piClim-2xVOC\" experiment",
                "uuid": "520b9954477943fa8e25c4661b6866a8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28415/?format=api"
            },
            "volume": 311327779807,
            "numberOfFiles": 250,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28419,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/piClim-BC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"piClim-BC\" experiment",
                "uuid": "dd56a6d7ebe049839b8c539b1a8a34be",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28418/?format=api"
            },
            "volume": 311380974212,
            "numberOfFiles": 252,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28422,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/piClim-NTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"piClim-NTCF\" experiment",
                "uuid": "f6fe00b8d8b4445189ce588827eeeff3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28421/?format=api"
            },
            "volume": 311618306128,
            "numberOfFiles": 252,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28426,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/NCAR/CESM2-WACCM/hist-1950HC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2-WACCM model output for the \"hist-1950HC\" experiment",
                "uuid": "634c3bfcc7dd44f8ad0ee0d5e490ae15",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28425/?format=api"
            },
            "volume": 119068084992,
            "numberOfFiles": 141,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28430,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/NCAR/CESM2-WACCM/hist-piNTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2-WACCM model output for the \"hist-piNTCF\" experiment",
                "uuid": "22524e2b26164130a22dea48a61840be",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28429/?format=api"
            },
            "volume": 251610347618,
            "numberOfFiles": 271,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28433,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/NCAR/CESM2-WACCM/histSST-1950HC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2-WACCM model output for the \"histSST-1950HC\" experiment",
                "uuid": "4ddfca1a5efc445aa68182daf36a95ba",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28432/?format=api"
            },
            "volume": 42189959778,
            "numberOfFiles": 91,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28437,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/CCCma/CanESM5/1pctCO2-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"1pctCO2-bgc\" experiment",
                "uuid": "19773a880d234cd893bdd035b41d3869",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28436/?format=api"
            },
            "volume": 122908043068,
            "numberOfFiles": 168,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28441,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/CCCma/CanESM5/1pctCO2-rad",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"1pctCO2-rad\" experiment",
                "uuid": "e6f0d221a73a4bf88ceb8bc51ac99e3f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28440/?format=api"
            },
            "volume": 122757905341,
            "numberOfFiles": 168,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28444,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/CCCma/CanESM5/esm-ssp585",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"esm-ssp585\" experiment",
                "uuid": "092ea814e85c4d1ca2b7ffff43b5eaaa",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28443/?format=api"
            },
            "volume": 190140992343,
            "numberOfFiles": 338,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28447,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/CNRM-CERFACS/CNRM-ESM2-1/1pctCO2-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"1pctCO2-bgc\" experiment",
                "uuid": "fc2af6b8d33e4f85870d380d65ff6e97",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28446/?format=api"
            },
            "volume": 163536505345,
            "numberOfFiles": 88,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28450,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/CNRM-CERFACS/CNRM-ESM2-1/1pctCO2-rad",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"1pctCO2-rad\" experiment",
                "uuid": "f58c1513dd5c41c581b764a0f7e353f6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28449/?format=api"
            },
            "volume": 163703863229,
            "numberOfFiles": 88,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28453,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MOHC/UKESM1-0-LL/1pctCO2-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"1pctCO2-bgc\" experiment",
                "uuid": "6ece709683be42cdaaeac8d8621cd411",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28452/?format=api"
            },
            "volume": 702378473783,
            "numberOfFiles": 697,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28456,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MOHC/UKESM1-0-LL/1pctCO2-rad",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"1pctCO2-rad\" experiment",
                "uuid": "776abe3dae7d478697dc8be1fcecc1c4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28455/?format=api"
            },
            "volume": 699889110338,
            "numberOfFiles": 697,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28458,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MOHC/UKESM1-0-LL/hist-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"hist-bgc\" experiment",
                "uuid": "d33700eb439f4569b0e8eaf55f59b8bf",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28457/?format=api"
            },
            "volume": 692958802402,
            "numberOfFiles": 702,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28461,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MOHC/UKESM1-0-LL/ssp585-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"ssp585-bgc\" experiment",
                "uuid": "7ba0ad71452f4048aecdaf357cef41da",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28460/?format=api"
            },
            "volume": 528768069409,
            "numberOfFiles": 718,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28465,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/NCAR/CESM2/esm-ssp585",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"esm-ssp585\" experiment",
                "uuid": "3b6d06fd4acf46e1bba669a5494d2350",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28464/?format=api"
            },
            "volume": 4612323114,
            "numberOfFiles": 10,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28469,
            "dataPath": "/badc/cmip6/data/CMIP6/CDRMIP/CCCma/CanESM5/1pctCO2-cdr",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"1pctCO2-cdr\" experiment",
                "uuid": "7e86c0e96b094eaaa3893c7cf0e283ff",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28468/?format=api"
            },
            "volume": 147278929490,
            "numberOfFiles": 191,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28473,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CCCma/CanESM5/abrupt-2xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"abrupt-2xCO2\" experiment",
                "uuid": "a4bd5c1d102c45ec834b9497c1c728f8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28472/?format=api"
            },
            "volume": 12373299690,
            "numberOfFiles": 38,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28476,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CCCma/CanESM5/amip-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"amip-4xCO2\" experiment",
                "uuid": "f86c9ed4a50f4b7bbf85c4df7130aef8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28475/?format=api"
            },
            "volume": 2836574354,
            "numberOfFiles": 23,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28479,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CCCma/CanESM5/amip-future4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"amip-future4K\" experiment",
                "uuid": "9e8f44d30f4c4259821263380d53dfa3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28478/?format=api"
            },
            "volume": 5047564612,
            "numberOfFiles": 36,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28482,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CCCma/CanESM5/amip-m4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"amip-m4K\" experiment",
                "uuid": "fae36bb3e5984becb9cd2fc5c7ed8102",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28481/?format=api"
            },
            "volume": 4227740945,
            "numberOfFiles": 29,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28485,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CCCma/CanESM5/amip-p4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"amip-p4K\" experiment",
                "uuid": "9ba84778cc364bbeb28659ec48db16a6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28484/?format=api"
            },
            "volume": 5930172875,
            "numberOfFiles": 40,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28488,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CCCma/CanESM5/amip-piForcing",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"amip-piForcing\" experiment",
                "uuid": "45caee5327cb4a299cb0a87a987588b9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28487/?format=api"
            },
            "volume": 30042313858,
            "numberOfFiles": 94,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28491,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CNRM-CERFACS/CNRM-CM6-1/abrupt-0p5xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"abrupt-0p5xCO2\" experiment",
                "uuid": "fa346deeaeb7436c943399cddb73a730",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28490/?format=api"
            },
            "volume": 176991045708,
            "numberOfFiles": 74,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28495,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CNRM-CERFACS/CNRM-CM6-1/abrupt-2xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"abrupt-2xCO2\" experiment",
                "uuid": "3f9b30fda6d64a11bd3bcc9b9dddb8f0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28494/?format=api"
            },
            "volume": 42673405141,
            "numberOfFiles": 40,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28498,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CNRM-CERFACS/CNRM-CM6-1/amip-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"amip-4xCO2\" experiment",
                "uuid": "f75b00d9739c46e48932a607bd81f4ff",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28497/?format=api"
            },
            "volume": 9660070805,
            "numberOfFiles": 29,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28501,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CNRM-CERFACS/CNRM-CM6-1/amip-a4SST-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"amip-a4SST-4xCO2\" experiment",
                "uuid": "2a42521c9e534975b5bf8b108d38592c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28500/?format=api"
            },
            "volume": 195070,
            "numberOfFiles": 4,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28504,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CNRM-CERFACS/CNRM-CM6-1/amip-future4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"amip-future4K\" experiment",
                "uuid": "3952158965d34062a81bf5938ba1a521",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28503/?format=api"
            },
            "volume": 14766773421,
            "numberOfFiles": 37,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28507,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CNRM-CERFACS/CNRM-CM6-1/amip-lwoff",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"amip-lwoff\" experiment",
                "uuid": "67cb406f2a3c43689a65fa72c1907067",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28506/?format=api"
            },
            "volume": 6415047231,
            "numberOfFiles": 22,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28510,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CNRM-CERFACS/CNRM-CM6-1/amip-m4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"amip-m4K\" experiment",
                "uuid": "d9204f27b2de4cd885e7c3ff12038696",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28509/?format=api"
            },
            "volume": 9696064858,
            "numberOfFiles": 28,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28513,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CNRM-CERFACS/CNRM-CM6-1/amip-p4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"amip-p4K\" experiment",
                "uuid": "6e1653bf69d24d1ca6605f886a043a99",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28512/?format=api"
            },
            "volume": 18443331951,
            "numberOfFiles": 47,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28516,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CNRM-CERFACS/CNRM-CM6-1/amip-p4K-lwoff",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"amip-p4K-lwoff\" experiment",
                "uuid": "828d7acade4b40b29b9b075f7f1f706c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28515/?format=api"
            },
            "volume": 6367245824,
            "numberOfFiles": 22,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28520,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/abrupt-0p5xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"abrupt-0p5xCO2\" experiment",
                "uuid": "482f0d71f3074a9995f81a89a43187eb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28519/?format=api"
            },
            "volume": 286014089029,
            "numberOfFiles": 91,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28524,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/abrupt-2xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"abrupt-2xCO2\" experiment",
                "uuid": "52dbf6ab807f47679d21df2845ee72d0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28523/?format=api"
            },
            "volume": 286556153745,
            "numberOfFiles": 91,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28527,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/abrupt-solm4p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"abrupt-solm4p\" experiment",
                "uuid": "6975c0ac083549699a98158cd03ee4bf",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28526/?format=api"
            },
            "volume": 330216876658,
            "numberOfFiles": 108,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28530,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/abrupt-solp4p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"abrupt-solp4p\" experiment",
                "uuid": "8616869161ad416983f021f25ba32f0d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28529/?format=api"
            },
            "volume": 324498761863,
            "numberOfFiles": 108,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28533,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/amip-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"amip-4xCO2\" experiment",
                "uuid": "2142a41d2f774c56af39fa5a4ec0d2f0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28532/?format=api"
            },
            "volume": 49957205787,
            "numberOfFiles": 82,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28536,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/amip-future4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"amip-future4K\" experiment",
                "uuid": "af123fc367184cf5b98af6ee5982568d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28535/?format=api"
            },
            "volume": 14649354185,
            "numberOfFiles": 69,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28539,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/amip-lwoff",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"amip-lwoff\" experiment",
                "uuid": "b16227131c394c7c9689a55979181c4b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28538/?format=api"
            },
            "volume": 47709381892,
            "numberOfFiles": 73,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28542,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/amip-m4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"amip-m4K\" experiment",
                "uuid": "4264a5b8e9bc442695609b2ba2fd134e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28541/?format=api"
            },
            "volume": 13292753409,
            "numberOfFiles": 67,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28545,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/amip-p4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"amip-p4K\" experiment",
                "uuid": "1338ea4335ea42779536172197df8a2e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28544/?format=api"
            },
            "volume": 16039973975,
            "numberOfFiles": 77,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28548,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/amip-p4K-lwoff",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"amip-p4K-lwoff\" experiment",
                "uuid": "320788b80e5341ec847a510653e55f5d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28547/?format=api"
            },
            "volume": 47687271141,
            "numberOfFiles": 73,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28551,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/amip-piForcing",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"amip-piForcing\" experiment",
                "uuid": "8a6ed352fa6e4f56b9dceb89ba19678d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28550/?format=api"
            },
            "volume": 38799122174,
            "numberOfFiles": 51,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28554,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/aqua-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"aqua-4xCO2\" experiment",
                "uuid": "099d7368bfab4d28b0a48d22b7578371",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28553/?format=api"
            },
            "volume": 3561191874,
            "numberOfFiles": 106,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28557,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/aqua-control",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"aqua-control\" experiment",
                "uuid": "dbdb2350519a481dafa8dcc044d791a3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28556/?format=api"
            },
            "volume": 3496756195,
            "numberOfFiles": 106,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28560,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/aqua-control-lwoff",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"aqua-control-lwoff\" experiment",
                "uuid": "99b8b514007044918108ff87db95a0a1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28559/?format=api"
            },
            "volume": 12043147379,
            "numberOfFiles": 61,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28563,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/aqua-p4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"aqua-p4K\" experiment",
                "uuid": "dfc4d5d7d4794fa2a403b7fb739f1e72",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28562/?format=api"
            },
            "volume": 3473193366,
            "numberOfFiles": 105,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28566,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/IPSL/IPSL-CM6A-LR/aqua-p4K-lwoff",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"aqua-p4K-lwoff\" experiment",
                "uuid": "3d618f5c05ef4c3fb29215e690770b92",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28565/?format=api"
            },
            "volume": 11992323434,
            "numberOfFiles": 61,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28569,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/MIROC/MIROC6/abrupt-0p5xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"abrupt-0p5xCO2\" experiment",
                "uuid": "913d22f9ceb94377b1133d01327abfaf",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28568/?format=api"
            },
            "volume": 176952602509,
            "numberOfFiles": 485,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28572,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/MIROC/MIROC6/abrupt-2xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"abrupt-2xCO2\" experiment",
                "uuid": "f5318b3c3bca4282b21d5e1defe1d3bd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28571/?format=api"
            },
            "volume": 176791905592,
            "numberOfFiles": 485,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28575,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/MIROC/MIROC6/amip-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"amip-4xCO2\" experiment",
                "uuid": "d620a353689b4375bd19beae304d872c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28574/?format=api"
            },
            "volume": 88509464544,
            "numberOfFiles": 397,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28578,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/MIROC/MIROC6/amip-future4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"amip-future4K\" experiment",
                "uuid": "1ba0156e30bf48e2841ce2d0a3d591f9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28577/?format=api"
            },
            "volume": 90107835450,
            "numberOfFiles": 402,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28581,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/MIROC/MIROC6/amip-p4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"amip-p4K\" experiment",
                "uuid": "3d62e3ffd7614595983b0a6df125906a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28580/?format=api"
            },
            "volume": 83330991449,
            "numberOfFiles": 361,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28585,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/MRI/MRI-ESM2-0/amip-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"amip-4xCO2\" experiment",
                "uuid": "db73a90d3572471fac654364129bc559",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28584/?format=api"
            },
            "volume": 90803929381,
            "numberOfFiles": 301,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28589,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/MRI/MRI-ESM2-0/amip-future4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"amip-future4K\" experiment",
                "uuid": "6d8ec3c4de334b96b4d399e960ee3c47",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28588/?format=api"
            },
            "volume": 87328455656,
            "numberOfFiles": 87,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28592,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/MRI/MRI-ESM2-0/amip-lwoff",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"amip-lwoff\" experiment",
                "uuid": "5783c00b7c7848a181ec42b96ced8420",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28591/?format=api"
            },
            "volume": 69141139609,
            "numberOfFiles": 42,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28595,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/MRI/MRI-ESM2-0/amip-m4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"amip-m4K\" experiment",
                "uuid": "ccbaf522a597490d90445b167debd235",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28594/?format=api"
            },
            "volume": 88395057649,
            "numberOfFiles": 87,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28598,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/MRI/MRI-ESM2-0/amip-p4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"amip-p4K\" experiment",
                "uuid": "0416bb96b5f8497cacbc9e1e4a66f5a6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28597/?format=api"
            },
            "volume": 93873320112,
            "numberOfFiles": 308,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28601,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/MRI/MRI-ESM2-0/amip-p4K-lwoff",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"amip-p4K-lwoff\" experiment",
                "uuid": "dfc59942ce9c451eb141a42003f4c960",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28600/?format=api"
            },
            "volume": 69372833101,
            "numberOfFiles": 42,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28604,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/MRI/MRI-ESM2-0/amip-piForcing",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI) MRI-ESM2-0 model output for the \"amip-piForcing\" experiment",
                "uuid": "4cd1c00694da4e5a9ebc9d0f912fff35",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28603/?format=api"
            },
            "volume": 113197933460,
            "numberOfFiles": 126,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28608,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/NASA-GISS/GISS-E2-1-G/abrupt-0p5xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"abrupt-0p5xCO2\" experiment",
                "uuid": "6f7da30e17cb4560865897c1879312bb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28607/?format=api"
            },
            "volume": 82668210062,
            "numberOfFiles": 184,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28612,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/NASA-GISS/GISS-E2-1-G/abrupt-2xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-G model output for the \"abrupt-2xCO2\" experiment",
                "uuid": "214a456beb8e4549a2cdaa699140c891",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28611/?format=api"
            },
            "volume": 88793969636,
            "numberOfFiles": 261,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28615,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/NASA-GISS/GISS-E2-1-H/abrupt-2xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-1-H model output for the \"abrupt-2xCO2\" experiment",
                "uuid": "a8879df7815a4e18ac522c734a482476",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28614/?format=api"
            },
            "volume": 88962651712,
            "numberOfFiles": 209,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28619,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/NCAR/CESM2/amip-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"amip-4xCO2\" experiment",
                "uuid": "f5ae876b301742ceac1d4aa0f18b2770",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28618/?format=api"
            },
            "volume": 22636861247,
            "numberOfFiles": 64,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28622,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/NCAR/CESM2/amip-future4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"amip-future4K\" experiment",
                "uuid": "d5bb5fe49e2f4e5db76c2cb378d17b74",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28621/?format=api"
            },
            "volume": 24594112109,
            "numberOfFiles": 66,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28625,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/NCAR/CESM2/amip-m4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"amip-m4K\" experiment",
                "uuid": "399aef1a4f29498d841b59ce2646fe3b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28624/?format=api"
            },
            "volume": 29931725501,
            "numberOfFiles": 85,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28628,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/NCAR/CESM2/amip-p4K",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"amip-p4K\" experiment",
                "uuid": "9f978c9083ff426b8829f655d0527a99",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28627/?format=api"
            },
            "volume": 34649751593,
            "numberOfFiles": 89,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28635,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/NOAA-GFDL/GFDL-CM4/amip-lwoff",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4 model output for the \"amip-lwoff\" experiment",
                "uuid": "15458e026b044d1b80a9c5163e0946ca",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28634/?format=api"
            },
            "volume": 427620880,
            "numberOfFiles": 9,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28639,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/NOAA-GFDL/GFDL-CM4/amip-p4K-lwoff",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4 model output for the \"amip-p4K-lwoff\" experiment",
                "uuid": "df0b291df278418fa419e7dde45cade4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28638/?format=api"
            },
            "volume": 375394083,
            "numberOfFiles": 8,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28642,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/BCC/BCC-CSM2-MR/abrupt-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"abrupt-4xCO2\" experiment",
                "uuid": "bd5971bb66e144349a944e2cc611ab6f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28641/?format=api"
            },
            "volume": 244121809165,
            "numberOfFiles": 189,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28646,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/BCC/BCC-CSM2-MR/esm-piControl",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"esm-piControl\" experiment",
                "uuid": "2d8989a6055e48fd844816b953317cdf",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28645/?format=api"
            },
            "volume": 482712486084,
            "numberOfFiles": 317,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28649,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/BCC/BCC-CSM2-MR/historical",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"historical\" experiment",
                "uuid": "56dc98f68b8a4a3dba1410850c5a8eae",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28648/?format=api"
            },
            "volume": 3647364232975,
            "numberOfFiles": 2643,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28652,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/BCC/BCC-CSM2-MR/piControl",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"piControl\" experiment",
                "uuid": "027516966a2b4f0f8bf9dbda1b300502",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28651/?format=api"
            },
            "volume": 945119089372,
            "numberOfFiles": 563,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28655,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/BCC/BCC-ESM1/amip",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-ESM1 model output for the \"amip\" experiment",
                "uuid": "e744862f5aab49c9b281396c5db14ca4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28654/?format=api"
            },
            "volume": 61113780363,
            "numberOfFiles": 184,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28658,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CCCma/CanESM5/1pctCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"1pctCO2\" experiment",
                "uuid": "748e5e78bdbf4454be29813360194bd2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28657/?format=api"
            },
            "volume": 772039214570,
            "numberOfFiles": 1074,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28661,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CCCma/CanESM5/abrupt-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"abrupt-4xCO2\" experiment",
                "uuid": "f37c7985e04441389ad040d97f2c9c0b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28660/?format=api"
            },
            "volume": 311766969464,
            "numberOfFiles": 428,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28664,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CCCma/CanESM5/amip",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"amip\" experiment",
                "uuid": "33ae25828b8e4aaebb6b278566b0aa9a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28663/?format=api"
            },
            "volume": 636623048686,
            "numberOfFiles": 739,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28667,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CCCma/CanESM5/esm-piControl",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"esm-piControl\" experiment",
                "uuid": "fd822601ad3044d1bf13d861a61d3e22",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28666/?format=api"
            },
            "volume": 1158304677967,
            "numberOfFiles": 1406,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28670,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CCCma/CanESM5/historical",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"historical\" experiment",
                "uuid": "8c2d2513aca546f3bf2f01b08d0faef7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28669/?format=api"
            },
            "volume": 6647711282088,
            "numberOfFiles": 8217,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28673,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CCCma/CanESM5/piControl",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"piControl\" experiment",
                "uuid": "4b5da4401b0149fba0d83085552bbd34",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28672/?format=api"
            },
            "volume": 1925123622993,
            "numberOfFiles": 2391,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28676,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CNRM-CERFACS/CNRM-CM6-1/1pctCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"1pctCO2\" experiment",
                "uuid": "508241977bbf4927b4f1ced81f3634da",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28675/?format=api"
            },
            "volume": 246072724354,
            "numberOfFiles": 107,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28679,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CNRM-CERFACS/CNRM-CM6-1/abrupt-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"abrupt-4xCO2\" experiment",
                "uuid": "c6799294b42a4888adba841f2e87bd8b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28678/?format=api"
            },
            "volume": 412132866099,
            "numberOfFiles": 618,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28682,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CNRM-CERFACS/CNRM-CM6-1/historical",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"historical\" experiment",
                "uuid": "0530bc3a4a3a4779880420c57243c591",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28681/?format=api"
            },
            "volume": 34804751749499,
            "numberOfFiles": 10106,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28685,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CNRM-CERFACS/CNRM-CM6-1/piControl",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"piControl\" experiment",
                "uuid": "03b1894fd5cf4e868f8b83d1f34f1426",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28684/?format=api"
            },
            "volume": 2314952353233,
            "numberOfFiles": 418,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28688,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CNRM-CERFACS/CNRM-ESM2-1/1pctCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"1pctCO2\" experiment",
                "uuid": "8fea808ee0fc45f1bac3e7530684a669",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28687/?format=api"
            },
            "volume": 1139619794528,
            "numberOfFiles": 515,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28690,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CNRM-CERFACS/CNRM-ESM2-1/abrupt-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"abrupt-4xCO2\" experiment",
                "uuid": "f34427197fa14a37a2cd6060e8b47149",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28689/?format=api"
            },
            "volume": 897098477847,
            "numberOfFiles": 441,
            "fileFormat": "Data are netCDF formatted."
        }
    ]
}