Throughput
The early oil production from the Forties field (in 1000 barrels) was:{ "version": 2, "width": 400, "height": 200, "data": [ { "name": "table", "values": [ { "x": 1975, "y": 4707 }, { "x": 1976, "y": 64153 }, { "x": 1977, "y": 150976 }, { "x": 1978, "y": 183158 }, { "x": 1979, "y": 183607 }, { "x": 1980, "y": 184219 }, { "x": 1981, "y": 170743 }, { "x": 1982, "y": 166090 }, { "x": 1983, "y": 162737 } ] } ], "scales": [ { "name": "x", "type": "ordinal", "range": "width", "zero": false, "domain": { "data": "table", "field": "x" } }, { "name": "y", "type": "linear", "range": "height", "nice": true, "domain": { "data": "table", "field": "y" } } ], "axes": [ { "type": "x", "scale": "x" }, { "type": "y", "scale": "y" } ], "marks": [ { "type": "rect", "from": { "data": "table" }, "properties": { "enter": { "x": { "scale": "x", "field": "x" }, "y": { "scale": "y", "field": "y" }, "y2": { "scale": "y", "value": 0 }, "fill": { "value": "steelblue" }, "width": { "scale": "x", "band": "true", "offset": -1 } } } } ] } The cumulative throughput of crude oil through the Forties system up to the end of 1997 was 552,146,000 tonnes. The recent throughput (in 1000 tonnes) was:{ "version": 2, "width": 800, "height": 200, "data": [ { "name": "table", "values": [ { "x": 1998, "y": 38352 }, { "x": 1999, "y": 41565 }, { "x": 2000, "y": 35177 }, { "x": 2001, "y": 32806 }, { "x": 2002, "y": 34059 }, { "x": 2003, "y": 30726 }, { "x": 2004, "y": 27715 }, { "x": 2005, "y": 24996 }, { "x": 2006, "y": 21985 }, { "x": 2007, "y": 27168 }, { "x": 2008, "y": 29213 }, { "x": 2009, "y": 28653 }, { "x": 2010, "y": 25261 }, { "x": 2011, "y": 20192 }, { "x": 2012, "y": 17302 }, { "x": 2013, "y": 18520 }, { "x": 2014, "y": 15843 }, { "x": 2015, "y": 19017 }, { "x": 2016, "y": 18713 }, { "x": 2017, "y": 18097 }, { "x": 2018, "y": 16446 }, { "x": 2019, "y": 15425 }, { "x": 2020, "y": 13636 }, { "x": 2021, "y": 10078 } ] } ], "scales": [ { "name": "x", "type": "ordinal", "range": "width", "zero": false, "domain": { "data": "table", "field": "x" } }, { "name": "y", "type": "linear", "range": "height", "nice": true, "domain": { "data": "table", "field": "y" } } ], "axes": [ { "type": "x", "scale": "x" }, { "type": "y", "scale": "y" } ], "marks": [ { "type": "rect", "from": { "data": "table" }, "properties": { "enter": { "x": { "scale": "x", "field": "x" }, "y": { "scale": "y", "field": "y" }, "y2": { "scale": "y", "value": 0 }, "fill": { "value": "steelblue" }, "width": { "scale": "x", "band": "true", "offset": -1 } } } } ] } ==References==