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

{
    "ob_id": 19207,
    "uuid": "abaf95a2ba174025a34d8b6ef5289b2b",
    "title": "University of Reading NEMO coupled ice-ocean model v2.3",
    "abstract": "Model: NEMO coupled ice-ocean model v2.3\r\nConfiguration: ORCA025_LIM2 (1/4o by 46 vertical levels)\r\nData assimilated: UR025.3 assimilates in situ temperature and salinity observations that were obtained from the UK Met Office quality controlled ENACT/ENSEMBLES (EN3_v2a) dataset available from (http://www.metoffice.gov.uk/hadobs/en3/) A detailed description of the data set including the quality control processing is presented in Ingleby and Huddleston (2007). Assimilation method: Temperature profiles (T) are assimilated along with a salinity balancing increment following the method of Troccoli and Haines, 1999). Salinity profiles (S) are then assimilated along isotherms (i.e., S(T)) up to latitudes of around 50oN/S, using the methodology described by Haines et al. (2006). At higher latitudes salinity is assimilated in a univariate way on z levels. Model – data differences (innovations) are evaluated at the closest model time step, and assimilation increments are calculated every 5 days. Increments are then introduced into the model evenly over the following day (Incremental Analysis Updating, Bloom et al., 1996). Smith and Haines (2009) give more details of the assimilation methodology. Surface Forcing: Surface atmospheric forcing for UR025.3 is obtained from ECMWF ERA-Interim atmospheric reanalysis (Simmons et. al., 2007; Dee and Uppala, 2009; Dee et al., 2011). The ERA-Interim reanalysis provides 10-m wind, 2-m air humidity and 2-m air temperature to compute 6-hourly turbulent air/sea and air/sea-ice fluxes during model integration, using the bulk formula proposed by Large and Yeager (2004, 2009). Downwelling short and long wave radiative fluxes and precipitation are also provided by ERA-Interim. The river runoff is Dai and Trenberth (2002). To prevent drift in the density distributions, a sea surface salinity relaxation to the WOA05 climatology, Boyer et al (2006), is applied with a timescale of 180 days for the top 10 m at the ice-free surface, decreasing to 36 days under ice.",
    "keywords": "",
    "inputDescription": null,
    "outputDescription": null,
    "softwareReference": null,
    "identifier_set": []
}