Get a list of ProcedureComputation objects. ProcedureComputations have a 1:1 mapping with Observations.

### Available end points:

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

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `uuid`
- `title`
- `keywords`
- `abstract`

### How to use filters:

These filters can be used like django query filters using __ for related model relationships.

- `/computations/?uuid=d594d53df2612bbd89c2e0e770b5c1a0`
- `/computations/?title__startswith!=DETAILS NEEDED - COMPUTATION CREATED FOR SATELLITE COMPOSITE`
- `/computations/?abstract__contains=HadCM3 model`

GET /api/v2/computations/39593/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 39593,
    "uuid": "54f0c9b48e7245dc82351297c7e8475e",
    "title": "Caption for Figure 7.19 from Chapter 7 of the Working Group I (WGI) Contribution to the Intergovernmental Panel on Climate Change (IPCC) Sixth Assessment Report (AR6)",
    "abstract": "Global mean temperature anomaly in models and observations from five time periods. (a) Historical (CMIP6 models); (b) post-1975 (CMIP6 models); (c) Last Glacial Maximum (LGM; Cross-Chapter Box 2.1; PMIP4 models; Kageyama et al., 2021; Zhu et al., 2021); (d) mid-Pliocene Warm Period (MPWP; Cross-Chapter Box 2.4; PlioMIP models; Haywood et al., 2020; Zhang et al., 2021); (e) Early Eocene Climatic Optimum (EECO; Cross-Chapter Box 2.1; DeepMIP models; Zhu et al., 2020; Lunt et al., 2021). Grey circles show models with ECS in the assessed very likely range; models in red have an ECS greater than the assessed very likely range (>5°C); models in blue have an ECS lower than the assessed very likely range (<2°C). Black ranges show the assessed temperature anomaly derived from observations Section 2.3). The historical anomaly in models and observations is calculated as the difference between 2005–2014 and 1850–1900, and the post-1975 anomaly is calculated as the difference between 2005–2014 and 1975–1984. For the LGM, MPWP and EECO, temperature anomalies are compared with pre-industrial (equivalent to CMIP6 simulation ‘piControl’). All model simulations of the MPWP and LGM were carried out with atmospheric CO2 concentrations of 400 and 190 ppm respectively. However, CO2 during the EECO is relatively more uncertain, and model simulations were carried out at either 1120ppm or 1680 ppm (except for the one high-ECS EECO simulation which was carried out at 840 ppm; Zhu et al., 2020). The one low-ECS EECO simulation was carried out at 1680 ppm. Further details on data sources and processing are available in the chapter data table (Table 7.SM.14).",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}