CINXE.COM
Vol 21 | SUT | Society for Underwater Technology
<!DOCTYPE html> <html lang="en-GB"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="page_id" content="920"> <title>Vol 21 | SUT | Society for Underwater Technology</title> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="icon" type="image/x-icon" href="https://sut.org/wp-content/themes/sut/images/favicon.ico" /> <link rel="stylesheet" type="text/css" media="screen" href="https://sut.org/wp-content/themes/sut/browser-check/browser-detection.css" /> <script type="text/javascript" src="https://sut.org/wp-content/themes/sut/browser-check/browser-detection.js"></script> <script type="text/javascript"> <!-- var displayPoweredBy = false; var notSupportedBrowsers = [{'os': 'Any', 'browser': 'MSIE', 'version': 8}]; // --> </script> <!--[if IE 9]> <style type="text/css"> #header-navigation li a {padding:0 0.3em !important;} </style> <![endif]--> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//cdn.rawgit.com' /> <link rel='dns-prefetch' href='//netdna.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel="alternate" type="application/rss+xml" title="SUT | Society for Underwater Technology » Feed" href="https://sut.org/feed/" /> <link rel="alternate" type="application/rss+xml" title="SUT | Society for Underwater Technology » Comments Feed" href="https://sut.org/comments/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v7.27.0 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-2QX0MGR0YB" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var em_version = '7.27.0'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/sut.org\/ut-publication\/vol-21\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-2QX0MGR0YB', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-2QX0MGR0YB', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/sut.org\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.9"}}; /*! This file is auto-generated */ !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://sut.org/wp-includes/css/dist/block-library/style.min.css?ver=5.9.9' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} </style> <link rel='stylesheet' id='wpsc-style-css' href='https://sut.org/wp-content/plugins/wordpress-simple-paypal-shopping-cart/assets/wpsc-front-end-styles.css?ver=5.0.5' type='text/css' media='all' /> <link rel='stylesheet' id='sut-style-css' href='https://sut.org/wp-content/themes/sut/style.css?ver=5.9.9' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css?ver=4.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='featherlight-lightbox-css-css' href='//cdn.rawgit.com/noelboss/featherlight/1.7.12/release/featherlight.min.css?ver=5.9.9' type='text/css' media='all' /> <link rel='stylesheet' id='featherlight-lightbox-gallery-css-css' href='//cdn.rawgit.com/noelboss/featherlight/1.7.12/release/featherlight.gallery.min.css?ver=5.9.9' type='text/css' media='all' /> <script type='text/javascript' src='https://sut.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script> <script type='text/javascript' src='https://sut.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script> <script type='text/javascript' id='file_uploads_nfpluginsettings-js-extra'> /* <![CDATA[ */ var params = {"clearLogRestUrl":"https:\/\/sut.org\/wp-json\/nf-file-uploads\/debug-log\/delete-all","clearLogButtonId":"file_uploads_clear_debug_logger","downloadLogRestUrl":"https:\/\/sut.org\/wp-json\/nf-file-uploads\/debug-log\/get-all","downloadLogButtonId":"file_uploads_download_debug_logger"}; /* ]]> */ </script> <script type='text/javascript' src='https://sut.org/wp-content/plugins/ninja-forms-uploads/assets/js/nfpluginsettings.js?ver=3.3.18' id='file_uploads_nfpluginsettings-js'></script> <script type='text/javascript' src='https://sut.org/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=7.27.0' id='exactmetrics-frontend-script-js'></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */ var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/sut.org","hash_tracking":"false","v4_id":"G-2QX0MGR0YB"};/* ]]> */ </script> <script type='text/javascript' src='https://sut.org/wp-content/themes/sut/js/jquery.tablesorter.min.js?ver=5.9.9' id='tablesorter-js'></script> <script type='text/javascript' src='//cdn.rawgit.com/noelboss/featherlight/1.7.12/release/featherlight.min.js?ver=5.9.9' id='featherlight-lightbox-js-js'></script> <script type='text/javascript' src='//cdn.rawgit.com/noelboss/featherlight/1.7.12/release/featherlight.gallery.min.js?ver=5.9.9' id='featherlight-lightbox-gallery-js-js'></script> <script type='text/javascript' src='https://sut.org/wp-content/themes/sut/js/min/sut.min.js?ver=1.2' id='sut-js-js'></script> <link rel="https://api.w.org/" href="https://sut.org/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://sut.org/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://sut.org/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.9.9" /> <link rel="canonical" href="https://sut.org/ut-publication/vol-21/" /> <link rel='shortlink' href='https://sut.org/?p=920' /> <link rel="alternate" type="application/json+oembed" href="https://sut.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsut.org%2Fut-publication%2Fvol-21%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://sut.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsut.org%2Fut-publication%2Fvol-21%2F&format=xml" /> <style>.post-thumbnail img[src$='.svg'] { width: 100%; height: auto; }</style> <!-- WP Simple Shopping Cart plugin v5.0.5 - https://wordpress.org/plugins/wordpress-simple-paypal-shopping-cart/ --> <script type="text/javascript"> <!-- // function ReadForm (obj1, tst) { // Read the user form var i,j,pos; val_total="";val_combo=""; for (i=0; i<obj1.length; i++) { // run entire form obj = obj1.elements[i]; // a form element if (obj.type == "select-one") { // just selects if (obj.name == "quantity" || obj.name == "amount") continue; pos = obj.selectedIndex; // which option selected val = obj.options[pos].value; // selected value val_combo = val_combo + " (" + val + ")"; } } // Now summarize everything we have processed above val_total = obj1.product_tmp.value + val_combo; obj1.wspsc_product.value = val_total; } //--> </script><style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style></head> <body class="ut_publication-template-default single single-ut_publication postid-920 group-blog"> <!-- Lead Forensics --> <script type="text/javascript" src="https://secure.mile0tire.com/js/192960.js" ></script> <noscript><img alt="" src="https://secure.mile0tire.com/192960.png" style="display:none;" /></noscript> <!--/ Lead Forensics --> <div class="loading-overlay"></div> <div id="page" class="hfeed site"> <header id="header" role="banner"> <div class="wrap"> <nav id="header-navigation" class="main-navigation" role="navigation"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div class="member-nav"> <ul class="menu first"> <li> <a href="#" class="for-members"> <img class="icon" src="https://sut.org/wp-content/themes/sut/images/svg/icon-member-edit.svg"> Member Login </a> <i class="fa fa-angle-down"></i> <div class="header-member-loginform-panel"> <div class="lds-roller"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div> </div> </li> <li> <a href="https://sut.org/sut-pages/"> <img class="icon" src="https://sut.org/wp-content/themes/sut/images/svg/icon-pages-menu2.svg"> SUT Pages </a> </li> </ul> </div> <ul id="menu-main-menu" class="menu"><li id="menu-item-88" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-88"><a href="https://sut.org/about-the-sut/">About SUT</a> <ul class="sub-menu"> <li id="menu-item-822" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-822"><a href="https://sut.org/about-the-sut/#aims-of-the-society">Aims of the Society</a></li> <li id="menu-item-823" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-823"><a href="https://sut.org/about-the-sut/#our-people">Our People</a></li> <li id="menu-item-84160" class="menu-item menu-item-type-post_type menu-item-object-committee menu-item-84160"><a href="https://sut.org/committee/council/">Council</a></li> <li id="menu-item-63109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-63109"><a href="https://sut.org/about-the-sut/sut-awards/">SUT Awards</a></li> </ul> </li> <li id="menu-item-21857" class="menu-item menu-item-type-post_type menu-item-object-branch menu-item-has-children menu-item-21857"><a href="https://sut.org/branch/aberdeen/">Branches</a> <ul class="sub-menu"> <li id="menu-item-21854" class="menu-item menu-item-type-post_type menu-item-object-branch menu-item-21854"><a href="https://sut.org/branch/aberdeen/">Aberdeen</a></li> <li id="menu-item-21855" class="menu-item menu-item-type-post_type menu-item-object-branch menu-item-21855"><a href="https://sut.org/branch/brazil/">Brazil</a></li> <li id="menu-item-21856" class="menu-item menu-item-type-post_type menu-item-object-branch menu-item-21856"><a href="https://sut.org/branch/china/">China</a></li> <li id="menu-item-92842" class="menu-item menu-item-type-post_type menu-item-object-branch menu-item-92842"><a href="https://sut.org/branch/eastern-mediterranean/">Eastern Mediterranean</a></li> <li id="menu-item-21847" class="menu-item menu-item-type-post_type menu-item-object-branch menu-item-21847"><a href="https://sut.org/branch/london/">London & South of England</a></li> <li id="menu-item-90066" class="menu-item menu-item-type-post_type menu-item-object-branch menu-item-90066"><a href="https://sut.org/branch/malaysia-kuala-lumpur/">Malaysia – Kuala Lumpur</a></li> <li id="menu-item-32153" class="menu-item menu-item-type-post_type menu-item-object-branch menu-item-32153"><a href="https://sut.org/branch/middle-east/">Middle East</a></li> <li id="menu-item-21850" class="menu-item menu-item-type-post_type menu-item-object-branch menu-item-21850"><a href="https://sut.org/branch/north-of-england/">North of England</a></li> <li id="menu-item-21851" class="menu-item menu-item-type-post_type menu-item-object-branch menu-item-21851"><a href="https://sut.org/branch/norway/">Norway</a></li> <li id="menu-item-21852" class="menu-item menu-item-type-post_type menu-item-object-branch menu-item-21852"><a href="https://sut.org/branch/australia-perth/">Perth</a></li> <li id="menu-item-21853" class="menu-item menu-item-type-post_type menu-item-object-branch menu-item-21853"><a href="https://sut.org/branch/singapore/">Singapore</a></li> <li id="menu-item-21846" class="menu-item menu-item-type-post_type menu-item-object-branch menu-item-21846"><a href="https://sut.org/branch/houston/">US (Houston)</a></li> </ul> </li> <li id="menu-item-94" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94"><a href="https://sut.org/news/">News</a></li> <li id="menu-item-95" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-95"><a href="https://sut.org/events/">Events</a> <ul class="sub-menu"> <li id="menu-item-1695" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1695"><a href="https://sut.org/events">Forthcoming Events</a></li> <li id="menu-item-1696" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1696"><a href="https://sut.org/events/?tribe_event_display=past">Past Events</a></li> <li id="menu-item-88071" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-88071"><a href="https://sut.org/events/sut-events-register-your-interest/">SUT Events Register Your Interest</a></li> </ul> </li> <li id="menu-item-55054" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55054"><a href="https://sut.org/training-courses/">Training</a></li> <li id="menu-item-118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-118"><a href="https://sut.org/specialist-interest-groups/">Specialist Interest Groups</a> <ul class="sub-menu"> <li id="menu-item-469" class="menu-item menu-item-type-post_type menu-item-object-sig menu-item-469"><a href="https://sut.org/specialist-interest-group/diving-and-manned-submersibles/">Diving and Crewed Submersibles</a></li> <li id="menu-item-468" class="menu-item menu-item-type-post_type menu-item-object-sig menu-item-468"><a href="https://sut.org/specialist-interest-group/education/">Education</a></li> <li id="menu-item-466" class="menu-item menu-item-type-post_type menu-item-object-sig menu-item-466"><a href="https://sut.org/specialist-interest-group/environmental-forces-sutgef/">Environmental Forces (SUTGEF)</a></li> <li id="menu-item-459" class="menu-item menu-item-type-post_type menu-item-object-sig menu-item-459"><a href="https://sut.org/specialist-interest-group/panel-on-underwater-robotics/">Panel on Underwater Robotics</a></li> <li id="menu-item-63619" class="menu-item menu-item-type-post_type menu-item-object-sig menu-item-63619"><a href="https://sut.org/specialist-interest-group/marine-environmental-science/">Marine Environmental Science</a></li> <li id="menu-item-465" class="menu-item menu-item-type-post_type menu-item-object-sig menu-item-465"><a href="https://sut.org/specialist-interest-group/marine-renewable-energies/">Marine Renewable Energies</a></li> <li id="menu-item-463" class="menu-item menu-item-type-post_type menu-item-object-sig menu-item-463"><a href="https://sut.org/specialist-interest-group/osig-offshore-site-investigation-and-geotechnics/">OSIG (Offshore Site Investigation and Geotechnics) and ECOSIGG</a></li> <li id="menu-item-461" class="menu-item menu-item-type-post_type menu-item-object-sig menu-item-461"><a href="https://sut.org/specialist-interest-group/salvage-and-decommissioning/">Salvage and Decommissioning</a></li> <li id="menu-item-460" class="menu-item menu-item-type-post_type menu-item-object-sig menu-item-460"><a href="https://sut.org/specialist-interest-group/subsea-engineering/">Subsea Engineering and Operations (SEO) Atlantic & Europe</a></li> <li id="menu-item-462" class="menu-item menu-item-type-post_type menu-item-object-sig menu-item-462"><a href="https://sut.org/specialist-interest-group/policy-advisory/">SUT – Policy Advisory</a></li> <li id="menu-item-68335" class="menu-item menu-item-type-post_type menu-item-object-sig menu-item-68335"><a href="https://sut.org/specialist-interest-group/uxo-unexploded-ordnance/">UXO (Unexploded Ordnance)</a></li> <li id="menu-item-89569" class="menu-item menu-item-type-post_type menu-item-object-sig menu-item-89569"><a href="https://sut.org/specialist-interest-group/women-in-industry/">Women in Industry</a></li> <li id="menu-item-16482" class="menu-item menu-item-type-post_type menu-item-object-sig menu-item-16482"><a href="https://sut.org/specialist-interest-group/young-professionals/">Young Professionals International</a></li> </ul> </li> <li id="menu-item-357" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-357"><a href="https://sut.org/publications/">Resources</a> <ul class="sub-menu"> <li id="menu-item-82110" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-82110"><a href="https://sut.org/publications/big-blue-world/">Big Blue World</a></li> <li id="menu-item-54748" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54748"><a href="https://sut.org/publications/the-underwater-technology-podcast/">The Underwater Technology Podcast</a></li> <li id="menu-item-1800" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1800"><a href="https://sut.org/publications/books-and-conference-proceedings/">Books and Conference Proceedings</a></li> <li id="menu-item-1198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1198"><a href="https://sut.org/publications/ut2-ut3-magazines/">UT2 & Underwater Robotics Magazines</a></li> <li id="menu-item-1196" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1196"><a href="https://sut.org/publications/sut-associated-publications/">SUT Associated Publications</a></li> <li id="menu-item-54967" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54967"><a href="https://sut.org/publications/webinars/">Webinars</a></li> <li id="menu-item-1197" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1197"><a href="https://sut.org/publications/underwater-technology/">Underwater Technology (Journal)</a></li> </ul> </li> <li id="menu-item-457" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-457"><a href="https://sut.org/educational-support-fund/">EDUCATION</a> <ul class="sub-menu"> <li id="menu-item-1144" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1144"><a href="https://sut.org/educational-support-fund/">Educational Support Fund</a></li> <li id="menu-item-301" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-301"><a href="https://sut.org/educational-support-fund/information-for-careers-in-underwater-technology-and-science/">Oceans of Opportunity</a></li> <li id="menu-item-72159" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-72159"><a href="https://sut.org/professional-marine-registration/">Professional Marine Registration</a></li> </ul> </li> <li id="menu-item-1521" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1521"><a href="https://sut.org/sut-membership/">Membership</a> <ul class="sub-menu"> <li id="menu-item-1139" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1139"><a href="https://sut.org/sut-membership/application-for-membership/">Join the SUT</a></li> <li id="menu-item-1131" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1131"><a href="https://sut.org/sut-membership/membership-regulations/">Membership Regulations</a></li> <li id="menu-item-1134" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1134"><a href="https://sut.org/sut-membership/mest-federation-membership-information/">MEST Federation Membership Information</a></li> <li id="menu-item-1133" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1133"><a href="https://sut.org/sut-membership/benefits-for-corporate-membership/">Benefits for Corporate Membership</a></li> <li id="menu-item-1581" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1581"><a href="https://sut.org/sut-membership/corporate-membership-rates/">Corporate Membership Rates</a></li> <li id="menu-item-1135" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1135"><a href="https://sut.org/sut-membership/benefits-of-individual-membership/">Benefits of Individual Membership</a></li> <li id="menu-item-1503" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1503"><a href="https://sut.org/sut-membership/individual-membership-rates/">Individual Membership Rates</a></li> <li id="menu-item-72156" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-72156"><a href="https://sut.org/professional-marine-registration/">Professional Marine Registration</a></li> <li id="menu-item-50024" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50024"><a href="https://sut.org/sut-membership/ocean-patrons/">Ocean Patrons</a></li> </ul> </li> </ul> <ul class="menu last"> <li class=""><a href="https://sut.org/contact/">Contact</a></li> </ul> <div class="header-desktop-buttons"> <div id="header-pages"> <a href="https://sut.org/sut-pages"> <img src="https://sut.org/wp-content/themes/sut/images/svg/icon-pages-menu.svg"> <div id="header-pages-panel"> <span>SUT Pages</span><br /> The SUT Corporate Member directory </div> </a> </div> <!-- mfunc FRAGMENT_CACHING --> <div id="header-member-login" class=""> <img class="trigger" src="https://sut.org/wp-content/themes/sut/images/svg/icon-member-login-menu.svg"> <div class="header-member-loginform-panel"> <div class="lds-roller"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div> </div> </div> <!-- /mfunc FRAGMENT_CACHING --> <div id="header-search"> <img class="trigger" src="https://sut.org/wp-content/themes/sut/images/svg/icon-search-menu.svg"> <div class="header-search-form"><form role="search" method="get" class="search-form" action="https://sut.org/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></div> </div> <div id="header-contact"> <a href="/contact"><img src="https://sut.org/wp-content/themes/sut/images/svg/icon-contact.svg"></a> </div> </div> </nav> </div> </header> <div class="wrap"> <a class="header--logo page" href="https://sut.org"></a> </div> <div class="header-branding"> <div class="wrap"> <div class="search-button"> <img src="https://sut.org/wp-content/themes/sut/images/svg/icon-search-box-white.svg"> </div> <div class="header-search-form"><form role="search" method="get" class="search-form" action="https://sut.org/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></div> <button class="menu-toggle"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> </div> <div id="content" class=""> <div class="page-banner"> <img src="https://sut.org/wp-content/themes/sut/images/banner-ut.jpg"> </div> <div id="primary" class="wrap"> <div id="primary-content"> <h1>UNDERWATER TECHNOLOGY JOURNAL</h1> <h1><em>Underwater Technology</em> Vol 21 No 1</h1> <h2>Summer 1995</h2> <h3>A Personal View</h3> <dl> <dd><strong>Recognising the Challenge―Grasping the Opportunity</strong></p> </dd> <dd><em>D Watson</em></p> </dd> </dl> <h3>Technical Papers</h3> <dl> <dd><strong>The Oil Spill Recovery Unit (OSRU) Concept</strong></p> </dd> <dd><em>JHA Baker</em></p> </dd> <dd> </p> </dd> <dd><strong>Underwater Sound Perception and the Development of an Underwater Noise Weighting Scale</strong></p> </dd> <dd><em>SJ Parvin and JR Nedwell</em></p> </dd> <dd>Abstract: The sensitivity of human hearing underwater for a ‘wet’ ear has been measured. A total of 21 subjects underwent an underwater audiogram in an acoustic water tank at DRA Alverstoke. A high quality underwater loudspeaker provided pure tone sound stimuli at the third octave band centre frequencies from 25 Hz to 16 kHz. The results have enabled the underwater threshold of hearing to be defined. The most sensitive hearing frequency was 800 Hz, and at a level of 41 dB SPL re.20mPa. There is a general loss in hearing sensitivity underwater, which is most pronounced at frequencies above 2kHz and as a consequence, low frequency sound plays the greatest role in underwater sound perception by divers. Consequently, a higher level of noise is permissible underwater than would be permissible in the air. An example is presented of the use of a new underwater weighting scale, the dB(UW), as a means of assessing underwater noise hazard.</p> </dd> <dd> </p> </dd> <dd><strong>Scientific Diving Under Sea Ice in the Southern Ocean</strong></p> </dd> <dd><em>C Robinson, HJ Hills, S Archer, RJG Leakey, PW Boyd and SJ Bury</em></p> </dd> <dd>Abstract: Scientific Diving techniques were employed during a 54 day oceanographic research cruise to the Bellingshausen Sea, Southern Ocean (65°S−72°S, 80°W−87°W), in order to position sampling and data collecting instrumentation beneath sea ice. Eight Scientific Divers and a Field Diving Officer safely completed 112 individual dives (range 2−80 minutes, 2−28 m); 94 of these were roped dives through holes cut in 1 m thick sea ice. Seawater temperature was −1.8°C, horizontal visibility 30 m+ and water depth 600m or more. No problems were encountered with the diving equipment used. Diving techniques enabled the collection of an important data set describing the dynamics of phytoplankton and zooplankton growth beneath sea ice. Recommendations for future under–ice oceanic scientific diving include the use of dive tables with ascent rates of less than 15 m/min, the provision for therapeutic oxygen at the dive site, and adequate shelter for surface tenders.</p> </dd> <dd> </p> </dd> <dd><strong>The Raising of the Mary Rose: Archaeology and Salvage Combined</strong></p> </dd> <dd><em>CTC Dobbs</em></p> </dd> <dd>Abstract: The Mary Rose was built between 1509 and 1511 and was a highly successful warship until she capsized and sank in the Solent in July 1545. In 1982, after many years of painstaking search and investigation, the Mary Rose was recovered from the sea bed with unprecedented interest and support from the public.</p> </dd> <dd>In this paper, some of the problems associated with raising a fragile structure which also has great archaeological and historical importance are described, and aspects of the salvage programme are given from the perspective of one of the archaeological divers involved with the raising of the Mary Rose. Finally, the importance of integrating the professions of both salvage and archaeology in such an operation is illustrated.</p> </dd> </dl> <h3>Meeting Reports</h3> <dl> <dd><strong>Man–Made Objects on the Seafloor: Discovery, Investigation and Recovery</strong></p> </dd> <dd><em>R Pirie</em></p> </dd> <dd> </p> </dd> <dd><strong>New Technologies and Techniques in Underwater Science</strong></p> </dd> <dd><em>M Breen</em></p> </dd> </dl> <p> </p> <hr style="width: 80%; height: 1px;" /> <p> </p> <h1><em>Underwater Technology</em> Vol 21 No 2</h1> <h2>Autumn 1995</h2> <h3>A Personal View</h3> <dl> <dd><strong>A Green Sea?</strong></p> </dd> <dd><em>D Lennard</em></p> </dd> </dl> <h3>Technical Papers</h3> <dl> <dd><strong>Technology Foresight: The Ivew from MTD</strong></p> </dd> <dd><em>Sir Robert Hill</em></p> </dd> <dd> </p> </dd> <dd><strong>Advances in Mooring Line Damping</strong></p> </dd> <dd><em>DT Brown, GJ Lyons and HM Lin</em></p> </dd> <dd>Abstract: This paper discusses recent fundamental and applied work investigating the damping forces induced on floating vessels and in particular catenary mooring lines. A description of new tests being performed at University College London on large scale sections of mooring line to reveal damping contributions is also presented.</p> </dd> <dd>The contributions to damping from the mooring lines is high topical in that a number of floating product and storage units are currently being planned for hydrocarbon exploitation. Indeed a number of schemes are already in operation at North Sea sites. Design of the mooring system required to hold the vessel within a specified radius above the wellhead depends on an understanding of the imposed static and dynamic environmental loads. The low frequency excitation caused by the random waves, and, to a certain extent, wind loading results in resonant motion responses in the horizontal plane leading to high mooring line forces. Many of the loading mechanisms are well understood. However, until recently the fluid induced forces acting on the moorings were assumed to have little influence on the vessel dynamic response. Recent work has shown that the mooring system may under certain circumstances provide up to 80% of the total damping available thus significantly reducing the peak line tensions.</p> </dd> <dd> </p> </dd> <dd><strong>Development and Applications of a Novel Underwater Laser Illumination System</strong></p> </dd> <dd><em>S Tetlow and RL Allwood</em></p> </dd> <dd>Abstract: Severely limited underwater viewing remains a problem in the operation of remotely operated vehicles. The recent availability of compact, diode–pumped green lasers has led to a renewed interest in the synchronous volume scanning technique as a means of overcoming some of the viewing problems. However, one of the limitations with synchronous scanning is the limited depth of field achieved because of the optical arrangement used. In an attempt to overcome this problem, an underwater laser illumination system has been developed at Cranfield University. Stripes of laser light are used to illuminate a target and images from a conventional camera are processed to produce a computer generated composite image. The system has been evaluated in an underwater laboratory and at various open–water sites. Such a computer–integrated approach to underwater viewing has applications in areas such as macro– and micro–navigation and these are discussed.</p> </dd> <dd> </p> </dd> <dd><strong>An Assessment of Tidal Streams as Energy Sources in Orkney and Shetland</strong></p> </dd> <dd><em>IG Bryden, CR Bullen, MS Baine and O Paish</em></p> </dd> <dd>Abstract: This paper summarises the findings of a major study into the feasibility of using rapid tidal currents to generate electricity in Orkney and Shetland. The theory of tidal generation is briefly summarised and economic, social and environmental factors outlined.</p> </dd> <dd> </p> </dd> <dd><strong>Sea Manipulation of Heavy Loads Using Fresh Water: A Concept Study</strong></p> </dd> <dd><em>JE Strangroom</em></p> </dd> <dd>Abstract: Practical trials using fresh water, which is about 2% less dense than sea water, as a buoyancy medium in sea water are described. A modified hot–air balloon was attached underwater to a load of 4.7 tons and filled with fresh water pumped down from the surface. Very delicate control of the lifting force could be achieved; the prolonged, steady force overcame bottom suction and the inertia and drag of the balloon largely restricted the acceleration and rates of ascent and descent. Features of the method relevant to practical applications are also discussed. Balloons capable of 1000 tons life can be built and operated at any depth using readily available pumps and hoses, and a tanker for the fresh water will be considerably cheaper to hire than a lifting barge. Station–keeping by the surface vessel will be simplified, since it will not need to be vertically above the load. Although currents could cause significant problems, it appears that in certain applications, particularly those involving very heavy loads at great depths, this method will have significant advantages over conventional techniques.</p> </dd> </dl> <h3>Meeting Reports</h3> <dl> <dd><strong>Subsea Raw–Water Injection</strong></p> </dd> <dd><em>RL Allwood</em></p> </dd> <dd> </p> </dd> <dd><strong>The Potential of Robotic Systems in the Seas and Offshore (matching research effort to the offshore industry and science needs)</strong></p> </dd> <dd><em>P Stevenson</em></p> </dd> <dd> </p> </dd> <dd><strong>Abandonment of North Sea Platforms</strong></p> </dd> <dd><em>PW Penney</em></p> </dd> </dl> <h3>Book Reviews</h3> <dl> <dd><strong>EXPLORATIONS: My Quest for Adventure and Discovery Under the Sea</strong></p> </dd> <dd><em>Reviewed by CP Summerhayes</em></p> </dd> <dd> </p> </dd> <dd><strong>Handbook for ROV Pilot/Technicians</strong></p> </dd> <dd><em>Reviewed by D Norman</em></p> </dd> </dl> <p> </p> <hr style="width: 80%; height: 1px;" /> <p> </p> <h1><em>Underwater Technology</em> Vol 21 No 3</h1> <h2>Winter 1995−96</h2> <h3>A Personal View</h3> <dl> <dd><strong>Towards a Technological Society</strong></p> </dd> <dd><em>D Kirkley</em></p> </dd> </dl> <h3>Technical Papers</h3> <dl> <dd><strong>Deepwater Welding and Intervention Technology</strong></p> </dd> <dd><em>JH Nixon and IM Richardson</em></p> </dd> <dd>Abstract: Within the next few years, the offshore oil industry will be seeking to exploit hydrocarbon reserves at depths inaccessible to saturation divers, and at which the welding processes currently in offshore use will not operate. Alternative processes exist for the water depth range 500 to 1000 metres, and these have been shown to be viable in laboratory trials. Further work is required to bring them to full operational status, and to integrate them with the wide range of other equipment required to carry out a complete underwater fabrication procedure without diver intervention. Although alternative fabrication techniques exist, it is generally agreed that if hyperbaric welding can be shown to be reliable, and to produce acceptable joints, it will continue to be used by the offshore industry.</p> </dd> <dd>At present, no facilities exist for hyperbaric welding research at depths significantly greater than 1000 metres. Cranfield is currently commissioning a 250 bar research facility, which can be used for undertaking studies into the performance and properties of arc welding at pressures equivalent to a water depth of 2.5km.</p> </dd> <dd> </p> </dd> <dd><strong>Testing Communications Systems on Diving Installations</strong></p> </dd> <dd><em>V Flook</em></p> </dd> <dd>Abstract: The need for clear communications between diver and topside is obvious; safe practices depend on good communications, as do efficient operations and effective response to an emergency. The requirements of communications systems have only recently been formalised. The rationale behind the design of communications tests are presented and some of the problems which arise when these tests are applied to the specific problems of helium speech are discussed.</p> </dd> <dd>Tests made on commercial diving installations show that all parts of the system are important. No matter how good the unscrambler, good performance may sometimes only be achieved by suing it in conjunction with a particular microphone. Results of tests will be presented to demonstrate this and to demonstrate that the commonly held belief that speech is more intelligible without the unscrambler may sometimes be true. The acoustic characteristics of the space from which the sound is being transmitted influences the intelligibility and two identical systems, used in different chambers, give very different performances</p> </dd> <dd>These results suggest that investing large sums of money to design new unscramblers may be wasteful and much small investments, to produce integrated systems to suit the particular space in which each will be used, will give much greater improvements in intelligibility.</p> </dd> <dd> </p> </dd> <dd><strong>The Dynamic Response of Thermoplastic Hoses</strong></p> </dd> <dd><em>PS McCarthy and PH Knight</em></p> </dd> <dd>Abstract: A programme of experimental work has been carried out under the ‘Umbilicals―the Future’ joint industry umbilical research project, in which the behaviour of thermoplastic hoses in response to rapid pressure changes has been examined in detail. The hose characteristics which have been investigated include steady state volumetric expansion, ageing, visco–elasticity and dynamic volumetric expansion. Simulation results are presented which show the importance of correctly accounting for these effects which designing subsea well control systems, particularly for systems where there is no subsea hydraulic accumulation.</p> </dd> </dl> <h3>Meeting Reports</h3> <dl> <dd><strong>Recent Developments in Subsea Pigging and Isolation Techniques</strong></p> </dd> <dd><em>RL Allwood</em></p> </dd> <dd> </p> </dd> <dd><strong>MARINFLEX ’95 The Second European Conference on Flexible Pipes, Umbilicals and Marine Cables</strong></p> </dd> <dd><em>DT Brown</em></p> </dd> <dd> </p> </dd> <dd><strong>SUBTECH ’95 ― Addressing the Subsea Challenge</strong></p> </dd> <dd><em>D Liddle</em></p> </dd> <dd> </p> </dd> <dd><strong>Second MAST Days and EUROMAR Market</strong></p> </dd> <dd><em>B Woodward</em></p> </dd> </dl> <h3>Book Reviews</h3> <dl> <dd><strong>High Strength Steels in Offshore Engineering</strong></p> </dd> <dd><em>Reviewed by WD Loth</em></p> </dd> <dd> </p> </dd> <dd><strong>Design and Safety Assessment for floating Installations</strong></p> </dd> <dd><em>A Incecik</em></p> </dd> </dl> <p> </p> <hr style="width: 80%; height: 1px;" /> <p> </p> <h1><em>Underwater Technology</em> Vol 21 No 4</h1> <h2>Spring 1996</h2> <h3>A Personal View</h3> <dl> <dd>Underwater Robotics: Realising the Potential</p> </dd> <dd>Simon Corfield</p> </dd> </dl> <h3>Technical Briefing</h3> <dl> <dd><strong>The Southampton Oceanography Centre and the Legacy of the Challenger Expedition</strong></p> </dd> <dd><em>CP Summerhayes and N Hamilton</em></p> </dd> </dl> <h3>Technical Papers</h3> <dl> <dd><strong>The Atlantic Meridional Transect: An oceanographic research programme to investigate physical, chemical, biological and optical variables of the Atlantic Ocean</strong></p> </dd> <dd><em>DB Robins and J Aiken</em></p> </dd> <dd>Abstract: Oceanographers from the Plymouth Marine Laboratory, together with colleagues from the Southampton Oceanography Centre, University of Plymouth, University of Oviedo (Spain), National Aeronautics and Space Administration ( NASA, USA) and Brookhaven National Laboratory (USA) have started a programme of research which consists of a series of transects of the Atlantic Ocean between the United Kingdom and Falkland Islands.</p> </dd> <dd>The primary aim of the research is to measure physical, chemical, biological and optical variables in the upper 200m of the water column along the 12000 km transect in order to characterise the Atlantic Ocean over broad spatial scales. This will help further the understanding of the role of the world’s oceans in carbon cycles and provide valuable information for the calibration and validation of satellite remote sensing (i.e. for ocean colour and surface temperature of the oceans. The use of ‘ships of opportunity’ is essential to carry out broad scale research, and the development and use of new technology is an important part of this process. This report reviews the key issues and the relevance of such research and also highlights the new generation of technology that is required to work at these broad spatial scales. The data presented here are generated at sea in ‘real’ or ‘near real’ time and they define the areas of greatest plankton abundance and productivity, as well as regions of hydrographic contrast. In turn this will allow a more focused and targeted strategy for intensive sampling and analyses. The role of the oceans in interacting with atmospheric carbon dioxide (one of the so–called greenhouse gases) is also discussed.</p> </dd> <dd> </p> </dd> <dd><strong>Measuring Abundance and Size Distribution of Zooplankton Using the Optical Plankton Counter in Underway Mode</strong></p> </dd> <dd><em>CP Gallienne, DB Robins and DA Pilgrim</em></p> </dd> <dd>Abstract: The Optical Plankton Counter (OPC) is an optical instrument capable of large scale, rapid and continuous counting and sizing of zooplankton. A towed and a laboratory version of the instrument is available. A novel application of the laboratory model, in underway mode using a ship’s uncontaminated sea–water supply, is the subject of this paper. The work was carried out aboard the RSS James Clark Ross, the British Antarctic Survey (BAS) research and supply vessel, on her annual voyage south from the UK to the Falkland Islands during September and October 1995. The instrument and its application are described, together with a review of some of the operational issues arising from such an application of the instrument. Samples of the data are presented, to illustrate the scale of sampling possible with the system compared with traditional methods. Some validation data from laboratory microscopic taxonomic analysis are also presented.</p> </dd> <dd> </p> </dd> <dd><strong>The Effective Use of Titanium in Subsea Applications</strong></p> </dd> <dd><em>DK Peacock</em></p> </dd> <dd>Abstract: The effective and successful use of titanium in subsea applications requires the recognition, understanding and correct application of the combination of useful and unique physical, mechanical and corrosion resistant properties of titanium and its alloys. These properties are reviewed and guidance is given on design, and fabrication using available products and cost–effective manufacturing methods.</p> </dd> </dl> <h3>Meeting Reports</h3> <dl> <dd><strong>Researching for Industry</strong></p> </dd> <dd><em>RL Allwood</em></p> </dd> <dd> </p> </dd> <dd><strong>Umbilicals―The Future</strong></p> </dd> <dd><em>PH Knight</em></p> </dd> </dl> <h3>Book Reviews</h3> <dl> <dd><strong>Pollution from Offshore Installations</strong></p> </dd> <dd><em>Reviewed by G Plant</em></p> </dd> <dd> </p> </dd> <dd><strong>The Protection of the Underwater Cultural Heritage</strong></p> </dd> <dd><em>Reviewed by J Blake</em></p> </dd> </dl> </div> <div id="primary-sidebar" class="" role="complementary"> <img src="https://sut.org/wp-content/themes/sut/images/ut-thumb.jpg"> <h3>IN THIS SECTION</h3> <div id="sidebar-previousissues"> <strong>Previous Issues</strong> <ul> <li><a href="https://sut.org/ut-publication/vol-1/">Vol 1</a></li> <li><a href="https://sut.org/ut-publication/vol-2/">Vol 2</a></li> <li><a href="https://sut.org/ut-publication/vol-3/">Vol 3</a></li> <li><a href="https://sut.org/ut-publication/vol-4/">Vol 4</a></li> <li><a href="https://sut.org/ut-publication/vol-5/">Vol 5</a></li> <li><a href="https://sut.org/ut-publication/vol-6/">Vol 6</a></li> <li><a href="https://sut.org/ut-publication/vol-7/">Vol 7</a></li> <li><a href="https://sut.org/ut-publication/vol-8/">Vol 8</a></li> <li><a href="https://sut.org/ut-publication/vol-9/">Vol 9</a></li> <li><a href="https://sut.org/ut-publication/vol-10/">Vol 10</a></li> <li><a href="https://sut.org/ut-publication/vol-11/">Vol 11</a></li> <li><a href="https://sut.org/ut-publication/vol-12/">Vol 12</a></li> <li><a href="https://sut.org/ut-publication/vol-13/">Vol 13</a></li> <li><a href="https://sut.org/ut-publication/vol-14/">Vol 14</a></li> <li><a href="https://sut.org/ut-publication/vol-15/">Vol 15</a></li> <li><a href="https://sut.org/ut-publication/vol-16/">Vol 16</a></li> <li><a href="https://sut.org/ut-publication/vol-17/">Vol 17</a></li> <li><a href="https://sut.org/ut-publication/vol-18/">Vol 18</a></li> <li><a href="https://sut.org/ut-publication/vol-19/">Vol 19</a></li> <li><a href="https://sut.org/ut-publication/vol-20/">Vol 20</a></li> <li><a href="https://sut.org/ut-publication/vol-21/">Vol 21</a></li> <li><a href="https://sut.org/ut-publication/vol-22/">Vol 22</a></li> <li><a href="https://sut.org/ut-publication/vol-23/">Vol 23</a></li> <li><a href="https://sut.org/ut-publication/vol-24/">Vol 24</a></li> <li><a href="https://sut.org/ut-publication/vol-25/">Vol 25</a></li> <li><a href="https://sut.org/ut-publication/vol-26/">Vol 26</a></li> <li><a href="https://sut.org/ut-publication/vol-27/">Vol 27</a></li> <li><a href="https://sut.org/ut-publication/vol-28/">Vol 28</a></li> <li><a href="https://sut.org/ut-publication/vol-29/">Vol 29</a></li> <li><a href="https://sut.org/ut-publication/vol-30/">Vol 30</a></li> <li><a href="https://sut.org/ut-publication/vol-31/">Vol 31</a></li> <li><a href="https://sut.org/ut-publication/vol-32/">Vol 32</a></li> <li><a href="https://sut.org/ut-publication/vol-33/">Vol 33</a></li> <li><a href="https://sut.org/ut-publication/vol-34/">Vol 34</a></li> <li><a href="https://sut.org/ut-publication/vol-35/">Vol 35</a></li> </ul> </div> <h3>OTHER PUBLICATIONS</h3> <a href="https://sut.org/publications/underwater-technology/"><img class="other-publications" src="https://sut.org/wp-content/uploads/2014/04/ut-thumb11.jpg"></a> <a href="https://sut.org/publications/ut2-ut3-magazines/"><img class="other-publications" src="https://sut.org/wp-content/uploads/2014/04/ut3-thumb.jpg"></a> <a href="https://sut.org/publications/big-blue-world/"><img class="other-publications" src="https://sut.org/wp-content/uploads/2024/06/bbw-thumbnail.jpg"></a> <a href="https://sut.org/publications/books-and-conference-proceedings/"><img class="other-publications" src="https://sut.org/wp-content/uploads/2014/04/books-conf-thumb.jpg"></a> <a href="https://sut.org/publications/sut-associated-publications/"><img class="other-publications" src="https://sut.org/wp-content/uploads/2014/04/uci-thumb.jpg"></a> <a href="https://sut.org/publications/the-underwater-technology-podcast/"><img class="other-publications" src="https://sut.org/wp-content/uploads/2020/04/SUT-Podcast-artwork-scaled.jpg"></a> <a href="https://sut.org/publications/webinars/"><img class="other-publications" src="https://sut.org/wp-content/uploads/2021/03/tech-3041437_1920-e1617124000508.jpg"></a> </div> </div> </div><!-- #content --> <div id="footer" class="site-footer" role="contentinfo"> <div class="wrap site-info container"> <div id="footer-nav"> <a href="https://sut.org/sitemap/">Sitemap</a> | <a href="https://sut.org/society-for-underwater-technology-policies/">Policies</a><!-- | <a href="#">Site Info</a> | <a href="#">Privacy Policy</a> --> </div> <div id="footer-social"> <ul class="footer-social-links"> <li><a href="https://www.facebook.com/pages/Society-for-Underwater-Technology/221972184538509" target="_blank"><i class="fa fa-facebook"></i></a></li> <li><a href="https://twitter.com/SUT_news" target="_blank"><i class="fa fa-twitter"></i></a></li> <li><a href="https://www.linkedin.com/company/sutuk" target="_blank"><i class="fa fa-linkedin"></i></a></li> <li><a href="https://www.youtube.com/user/SUTMedia" target="_blank"><i class="fa fa-youtube"></i></a></li> <li><a href="https://www.instagram.com/societyforunderwater/" target="_blank"><i class="fa fa-instagram"></i></a></li> </ul> </div> <p id="copyright">Copyright © 2025 Society for Underwater Technology. All Rights Reserved.</p> </div> </div> </div><!-- #page --> <script type="text/javascript"> jQuery( document ).ready(function() { jQuery('#keywords').tablesorter(); }); </script> <script type='text/javascript' src='https://sut.org/wp-content/themes/sut/js/waypoints.js?ver=1.0' id='sut-waypoints-js'></script> <script type='text/javascript' src='https://sut.org/wp-content/themes/sut/js/modernizr.min.js?ver=5.9.9' id='modernizr-js'></script> <script> // GOOGLE TRANSLATE FUNCTION function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false }, 'google_translate_element'); } jQuery(document).ready(function ($) { $('.translation-links a').click(function(e) { e.preventDefault(); // CACHE THE DATA ATTRIBUTE var lang = $(this).data('lang'); var country = $(this).attr('class'); // CACHE THE GOOGLE TRANSLATION FRAME var $frame = $('.goog-te-menu-frame:first'); // IF FRAME ISN'T LOADED RETURN FALSE if (!$frame.size()) { alert("Error: Could not find Google translate frame."); return false; } // RUN TRANSLATION FUNCTION $frame.contents().find('.goog-te-menu2-item span.text:contains('+lang+')').get(0).click(); // Update the currently selected language $('#currentLang .flag-icon').removeClass().addClass('fa flag-icon flag-icon--'+country); }); }); // END DOC READY </script> <script src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> </body> </html>