2015-03-10 21:27:14 +00:00
|
|
|
<divelog program='subsurface' version='3'>
|
|
|
|
<settings>
|
|
|
|
</settings>
|
|
|
|
<divesites>
|
2015-10-04 12:53:29 +00:00
|
|
|
<site uuid='deadbeef' name='Suomi - - Hälvälä'>
|
|
|
|
</site>
|
2015-03-10 21:27:14 +00:00
|
|
|
</divesites>
|
|
|
|
<dives>
|
core: always create a fake profile if there are no samples
Before making the cylinder-table dynamic, dives always
had at least one cylinger. When such a dive is displayed,
the TabDiveInformation class calls per_cylinder_mean_depth().
If there are no samples, this function generates a "fake
profile" with fake_dc(). Thus, effectively dives always
had samples once the user was displaying them.
When the cylinder-table was made dynamic, dives without
cylinders were supported. This can notably happen, when
importing from CSV (this could actually be a bug).
per_cylinder_mean_depth() exits early in that case and
doesn't create a fake profile. This lead to crashes
of the profile-widget, which were fixed in 6b2e56e5131.
Non-sample dives were now shown with the Subsurface-logo.
To restore the previous behavior, genarate a fake profile
for sample-less dives in fixup_dive(), which is called
anytime a dive is loaded or imported. This seems to
have been the intention anyway and this worked only
"by chance". This will make a few fake_dc() calls obsolete,
but so be it.
Since fake profiles are now generated on loading,
the parse-tests need to be fixed to account for that.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2021-07-15 07:14:31 +00:00
|
|
|
<dive number='1' otu='9' cns='5%' date='2013-10-01' time='10:34:00' duration='45:00 min'>
|
2015-04-24 14:07:31 +00:00
|
|
|
<buddy>Dirk</buddy>
|
|
|
|
<suit>wet, 5mm</suit>
|
Clean up divecomputer 'device' handling
We have this odd legacy notion of a divecomputer 'device', that was
originally just basically the libdivecomputer 'EVENT_DEVINFO' report
that was associated with each dive. So it had firmware version,
deviceid, and serial number.
It had also gotten extended to do 'nickname' handling, and it was all
confusing, ugly and bad. It was particularly bad because it wasn't
actually a 'per device' thing at all: due to the firmware field, a dive
computer that got a firmware update forced a new 'device'.
To make matters worse, the 'deviceid' was also almost random, because
we've calculated it a couple of different ways, and libdivecomputer
itself has changed how the legacy 32-bit 'serial number' is expressed.
Finally, because of all these issues, we didn't even try to make the
thing unique, so it really ended up being a random snapshot of the state
of the dive computer at the time of a dive, and sometimes we'd pick one,
and sometimes another, since they weren't really well-defined.
So get rid of all this confusion.
The new rules:
- the actual random dive computer state at the time of a dive is kept
in the dive data. So if you want to know the firmware version, it
should be in the 'extra data'
- the only serial number that matters is the string one in the extra
data, because that's the one that actually matches what the dive
computer reports, and isn't some random 32-bit integer with ambiguous
formatting.
- the 'device id' - the thing we match with (together with the model
name, eg "Suunto EON Steel") is purely a hash of the real serial
number.
The device ID that libdivecomputer reports in EVENT_DEVINFO is
ignored, as is the device ID we've saved in the XML or git files. If
we have a serial number, the device ID will be uniquely associated
with that serial number, and if we don't have one, the device ID will
be zero (for 'match anything').
So now 'deviceid' is literally just a shorthand for the serial number
string, and the two are joined at the hip.
- the 'device' managament is _only_ used to track devices that have
serial numbers _and_ nicknames. So no more different device
structures just because one had a nickname and the other didn't etc.
Without a serial number, the device is 'anonymous' and fundamentally
cannot be distinguished from other devices of the same model, so a
nickname is meaningless. And without a nickname, there is no point in
creating a device data structure, since all the data is in the dive
itself and the device structure wouldn't add any value..
These rules mean that we no longer have ambiguous 'device' structures,
and we can never have duplicates that can confuse us.
This does mean that you can't give a nickname to a device that cannot be
uniquely identified with a serial number, but those are happily fairly
rare (and mostly older ones). Dirk said he'd look at what it takes to
give more dive computers proper serial numbers, and I already did it for
the Garmin Descent family yesterday.
(Honesty in advertizing: right now you can't add a nickname to a dive
computer that doesn't already have one, because such a dive computer
will not have a device structure. But that's a UI issue, and I'll sort
that out separately)
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-08-16 22:50:11 +00:00
|
|
|
<divecomputer model='csv' last-manual-time='45:00 min'>
|
2015-04-24 14:07:31 +00:00
|
|
|
<depth max='18.0 m' mean='16.0 m' />
|
core: always create a fake profile if there are no samples
Before making the cylinder-table dynamic, dives always
had at least one cylinger. When such a dive is displayed,
the TabDiveInformation class calls per_cylinder_mean_depth().
If there are no samples, this function generates a "fake
profile" with fake_dc(). Thus, effectively dives always
had samples once the user was displaying them.
When the cylinder-table was made dynamic, dives without
cylinders were supported. This can notably happen, when
importing from CSV (this could actually be a bug).
per_cylinder_mean_depth() exits early in that case and
doesn't create a fake profile. This lead to crashes
of the profile-widget, which were fixed in 6b2e56e5131.
Non-sample dives were now shown with the Subsurface-logo.
To restore the previous behavior, genarate a fake profile
for sample-less dives in fixup_dive(), which is called
anytime a dive is loaded or imported. This seems to
have been the intention anyway and this worked only
"by chance". This will make a few fake_dc() calls obsolete,
but so be it.
Since fake profiles are now generated on loading,
the parse-tests need to be fixed to account for that.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2021-07-15 07:14:31 +00:00
|
|
|
<sample time='0:00 min' depth='0.0 m' />
|
|
|
|
<sample time='2:00 min' depth='18.0 m' />
|
|
|
|
<sample time='38:31 min' depth='18.0 m' />
|
|
|
|
<sample time='39:51 min' depth='5.94 m' />
|
|
|
|
<sample time='44:20 min' depth='5.94 m' />
|
|
|
|
<sample time='45:00 min' depth='0.0 m' />
|
2015-03-10 21:27:14 +00:00
|
|
|
</divecomputer>
|
|
|
|
</dive>
|
core: always create a fake profile if there are no samples
Before making the cylinder-table dynamic, dives always
had at least one cylinger. When such a dive is displayed,
the TabDiveInformation class calls per_cylinder_mean_depth().
If there are no samples, this function generates a "fake
profile" with fake_dc(). Thus, effectively dives always
had samples once the user was displaying them.
When the cylinder-table was made dynamic, dives without
cylinders were supported. This can notably happen, when
importing from CSV (this could actually be a bug).
per_cylinder_mean_depth() exits early in that case and
doesn't create a fake profile. This lead to crashes
of the profile-widget, which were fixed in 6b2e56e5131.
Non-sample dives were now shown with the Subsurface-logo.
To restore the previous behavior, genarate a fake profile
for sample-less dives in fixup_dive(), which is called
anytime a dive is loaded or imported. This seems to
have been the intention anyway and this worked only
"by chance". This will make a few fake_dc() calls obsolete,
but so be it.
Since fake profiles are now generated on loading,
the parse-tests need to be fixed to account for that.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2021-07-15 07:14:31 +00:00
|
|
|
<dive number='2' otu='5' cns='7%' date='2013-10-01' time='12:13:00' duration='41:00 min'>
|
2015-04-24 14:07:31 +00:00
|
|
|
<buddy>Linus</buddy>
|
|
|
|
<suit>wet, shorty, 3mm</suit>
|
Clean up divecomputer 'device' handling
We have this odd legacy notion of a divecomputer 'device', that was
originally just basically the libdivecomputer 'EVENT_DEVINFO' report
that was associated with each dive. So it had firmware version,
deviceid, and serial number.
It had also gotten extended to do 'nickname' handling, and it was all
confusing, ugly and bad. It was particularly bad because it wasn't
actually a 'per device' thing at all: due to the firmware field, a dive
computer that got a firmware update forced a new 'device'.
To make matters worse, the 'deviceid' was also almost random, because
we've calculated it a couple of different ways, and libdivecomputer
itself has changed how the legacy 32-bit 'serial number' is expressed.
Finally, because of all these issues, we didn't even try to make the
thing unique, so it really ended up being a random snapshot of the state
of the dive computer at the time of a dive, and sometimes we'd pick one,
and sometimes another, since they weren't really well-defined.
So get rid of all this confusion.
The new rules:
- the actual random dive computer state at the time of a dive is kept
in the dive data. So if you want to know the firmware version, it
should be in the 'extra data'
- the only serial number that matters is the string one in the extra
data, because that's the one that actually matches what the dive
computer reports, and isn't some random 32-bit integer with ambiguous
formatting.
- the 'device id' - the thing we match with (together with the model
name, eg "Suunto EON Steel") is purely a hash of the real serial
number.
The device ID that libdivecomputer reports in EVENT_DEVINFO is
ignored, as is the device ID we've saved in the XML or git files. If
we have a serial number, the device ID will be uniquely associated
with that serial number, and if we don't have one, the device ID will
be zero (for 'match anything').
So now 'deviceid' is literally just a shorthand for the serial number
string, and the two are joined at the hip.
- the 'device' managament is _only_ used to track devices that have
serial numbers _and_ nicknames. So no more different device
structures just because one had a nickname and the other didn't etc.
Without a serial number, the device is 'anonymous' and fundamentally
cannot be distinguished from other devices of the same model, so a
nickname is meaningless. And without a nickname, there is no point in
creating a device data structure, since all the data is in the dive
itself and the device structure wouldn't add any value..
These rules mean that we no longer have ambiguous 'device' structures,
and we can never have duplicates that can confuse us.
This does mean that you can't give a nickname to a device that cannot be
uniquely identified with a serial number, but those are happily fairly
rare (and mostly older ones). Dirk said he'd look at what it takes to
give more dive computers proper serial numbers, and I already did it for
the Garmin Descent family yesterday.
(Honesty in advertizing: right now you can't add a nickname to a dive
computer that doesn't already have one, because such a dive computer
will not have a device structure. But that's a UI issue, and I'll sort
that out separately)
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-08-16 22:50:11 +00:00
|
|
|
<divecomputer model='csv' last-manual-time='41:00 min'>
|
2015-04-24 14:07:31 +00:00
|
|
|
<depth max='16.2 m' mean='13.5 m' />
|
core: always create a fake profile if there are no samples
Before making the cylinder-table dynamic, dives always
had at least one cylinger. When such a dive is displayed,
the TabDiveInformation class calls per_cylinder_mean_depth().
If there are no samples, this function generates a "fake
profile" with fake_dc(). Thus, effectively dives always
had samples once the user was displaying them.
When the cylinder-table was made dynamic, dives without
cylinders were supported. This can notably happen, when
importing from CSV (this could actually be a bug).
per_cylinder_mean_depth() exits early in that case and
doesn't create a fake profile. This lead to crashes
of the profile-widget, which were fixed in 6b2e56e5131.
Non-sample dives were now shown with the Subsurface-logo.
To restore the previous behavior, genarate a fake profile
for sample-less dives in fixup_dive(), which is called
anytime a dive is loaded or imported. This seems to
have been the intention anyway and this worked only
"by chance". This will make a few fake_dc() calls obsolete,
but so be it.
Since fake profiles are now generated on loading,
the parse-tests need to be fixed to account for that.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2021-07-15 07:14:31 +00:00
|
|
|
<sample time='0:00 min' depth='0.0 m' />
|
|
|
|
<sample time='1:48 min' depth='16.2 m' />
|
|
|
|
<sample time='31:41 min' depth='16.2 m' />
|
|
|
|
<sample time='32:53 min' depth='5.346 m' />
|
|
|
|
<sample time='40:24 min' depth='5.346 m' />
|
|
|
|
<sample time='41:00 min' depth='0.0 m' />
|
2015-03-10 21:27:14 +00:00
|
|
|
</divecomputer>
|
|
|
|
</dive>
|
|
|
|
<dive number='3' date='2014-10-01' time='10:02:00' duration='48:00 min'>
|
2015-04-24 14:07:31 +00:00
|
|
|
<buddy>Tomaz</buddy>
|
|
|
|
<suit>none</suit>
|
Clean up divecomputer 'device' handling
We have this odd legacy notion of a divecomputer 'device', that was
originally just basically the libdivecomputer 'EVENT_DEVINFO' report
that was associated with each dive. So it had firmware version,
deviceid, and serial number.
It had also gotten extended to do 'nickname' handling, and it was all
confusing, ugly and bad. It was particularly bad because it wasn't
actually a 'per device' thing at all: due to the firmware field, a dive
computer that got a firmware update forced a new 'device'.
To make matters worse, the 'deviceid' was also almost random, because
we've calculated it a couple of different ways, and libdivecomputer
itself has changed how the legacy 32-bit 'serial number' is expressed.
Finally, because of all these issues, we didn't even try to make the
thing unique, so it really ended up being a random snapshot of the state
of the dive computer at the time of a dive, and sometimes we'd pick one,
and sometimes another, since they weren't really well-defined.
So get rid of all this confusion.
The new rules:
- the actual random dive computer state at the time of a dive is kept
in the dive data. So if you want to know the firmware version, it
should be in the 'extra data'
- the only serial number that matters is the string one in the extra
data, because that's the one that actually matches what the dive
computer reports, and isn't some random 32-bit integer with ambiguous
formatting.
- the 'device id' - the thing we match with (together with the model
name, eg "Suunto EON Steel") is purely a hash of the real serial
number.
The device ID that libdivecomputer reports in EVENT_DEVINFO is
ignored, as is the device ID we've saved in the XML or git files. If
we have a serial number, the device ID will be uniquely associated
with that serial number, and if we don't have one, the device ID will
be zero (for 'match anything').
So now 'deviceid' is literally just a shorthand for the serial number
string, and the two are joined at the hip.
- the 'device' managament is _only_ used to track devices that have
serial numbers _and_ nicknames. So no more different device
structures just because one had a nickname and the other didn't etc.
Without a serial number, the device is 'anonymous' and fundamentally
cannot be distinguished from other devices of the same model, so a
nickname is meaningless. And without a nickname, there is no point in
creating a device data structure, since all the data is in the dive
itself and the device structure wouldn't add any value..
These rules mean that we no longer have ambiguous 'device' structures,
and we can never have duplicates that can confuse us.
This does mean that you can't give a nickname to a device that cannot be
uniquely identified with a serial number, but those are happily fairly
rare (and mostly older ones). Dirk said he'd look at what it takes to
give more dive computers proper serial numbers, and I already did it for
the Garmin Descent family yesterday.
(Honesty in advertizing: right now you can't add a nickname to a dive
computer that doesn't already have one, because such a dive computer
will not have a device structure. But that's a UI issue, and I'll sort
that out separately)
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-08-16 22:50:11 +00:00
|
|
|
<divecomputer model='csv' last-manual-time='48:00 min'>
|
2015-04-24 14:07:31 +00:00
|
|
|
<depth max='13.3 m' mean='11.5 m' />
|
core: always create a fake profile if there are no samples
Before making the cylinder-table dynamic, dives always
had at least one cylinger. When such a dive is displayed,
the TabDiveInformation class calls per_cylinder_mean_depth().
If there are no samples, this function generates a "fake
profile" with fake_dc(). Thus, effectively dives always
had samples once the user was displaying them.
When the cylinder-table was made dynamic, dives without
cylinders were supported. This can notably happen, when
importing from CSV (this could actually be a bug).
per_cylinder_mean_depth() exits early in that case and
doesn't create a fake profile. This lead to crashes
of the profile-widget, which were fixed in 6b2e56e5131.
Non-sample dives were now shown with the Subsurface-logo.
To restore the previous behavior, genarate a fake profile
for sample-less dives in fixup_dive(), which is called
anytime a dive is loaded or imported. This seems to
have been the intention anyway and this worked only
"by chance". This will make a few fake_dc() calls obsolete,
but so be it.
Since fake profiles are now generated on loading,
the parse-tests need to be fixed to account for that.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2021-07-15 07:14:31 +00:00
|
|
|
<sample time='0:00 min' depth='0.0 m' />
|
|
|
|
<sample time='1:29 min' depth='13.3 m' />
|
|
|
|
<sample time='39:02 min' depth='13.3 m' />
|
|
|
|
<sample time='40:02 min' depth='4.389 m' />
|
|
|
|
<sample time='47:31 min' depth='4.389 m' />
|
|
|
|
<sample time='48:00 min' depth='0.0 m' />
|
2015-03-10 21:27:14 +00:00
|
|
|
</divecomputer>
|
|
|
|
</dive>
|
core: always create a fake profile if there are no samples
Before making the cylinder-table dynamic, dives always
had at least one cylinger. When such a dive is displayed,
the TabDiveInformation class calls per_cylinder_mean_depth().
If there are no samples, this function generates a "fake
profile" with fake_dc(). Thus, effectively dives always
had samples once the user was displaying them.
When the cylinder-table was made dynamic, dives without
cylinders were supported. This can notably happen, when
importing from CSV (this could actually be a bug).
per_cylinder_mean_depth() exits early in that case and
doesn't create a fake profile. This lead to crashes
of the profile-widget, which were fixed in 6b2e56e5131.
Non-sample dives were now shown with the Subsurface-logo.
To restore the previous behavior, genarate a fake profile
for sample-less dives in fixup_dive(), which is called
anytime a dive is loaded or imported. This seems to
have been the intention anyway and this worked only
"by chance". This will make a few fake_dc() calls obsolete,
but so be it.
Since fake profiles are now generated on loading,
the parse-tests need to be fixed to account for that.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2021-07-15 07:14:31 +00:00
|
|
|
<dive number='4' otu='13' cns='5%' date='2014-10-01' time='14:19:00' duration='34:00 min'>
|
2015-04-24 14:07:31 +00:00
|
|
|
<buddy>Don</buddy>
|
|
|
|
<suit>dry, Whites Fusion</suit>
|
Clean up divecomputer 'device' handling
We have this odd legacy notion of a divecomputer 'device', that was
originally just basically the libdivecomputer 'EVENT_DEVINFO' report
that was associated with each dive. So it had firmware version,
deviceid, and serial number.
It had also gotten extended to do 'nickname' handling, and it was all
confusing, ugly and bad. It was particularly bad because it wasn't
actually a 'per device' thing at all: due to the firmware field, a dive
computer that got a firmware update forced a new 'device'.
To make matters worse, the 'deviceid' was also almost random, because
we've calculated it a couple of different ways, and libdivecomputer
itself has changed how the legacy 32-bit 'serial number' is expressed.
Finally, because of all these issues, we didn't even try to make the
thing unique, so it really ended up being a random snapshot of the state
of the dive computer at the time of a dive, and sometimes we'd pick one,
and sometimes another, since they weren't really well-defined.
So get rid of all this confusion.
The new rules:
- the actual random dive computer state at the time of a dive is kept
in the dive data. So if you want to know the firmware version, it
should be in the 'extra data'
- the only serial number that matters is the string one in the extra
data, because that's the one that actually matches what the dive
computer reports, and isn't some random 32-bit integer with ambiguous
formatting.
- the 'device id' - the thing we match with (together with the model
name, eg "Suunto EON Steel") is purely a hash of the real serial
number.
The device ID that libdivecomputer reports in EVENT_DEVINFO is
ignored, as is the device ID we've saved in the XML or git files. If
we have a serial number, the device ID will be uniquely associated
with that serial number, and if we don't have one, the device ID will
be zero (for 'match anything').
So now 'deviceid' is literally just a shorthand for the serial number
string, and the two are joined at the hip.
- the 'device' managament is _only_ used to track devices that have
serial numbers _and_ nicknames. So no more different device
structures just because one had a nickname and the other didn't etc.
Without a serial number, the device is 'anonymous' and fundamentally
cannot be distinguished from other devices of the same model, so a
nickname is meaningless. And without a nickname, there is no point in
creating a device data structure, since all the data is in the dive
itself and the device structure wouldn't add any value..
These rules mean that we no longer have ambiguous 'device' structures,
and we can never have duplicates that can confuse us.
This does mean that you can't give a nickname to a device that cannot be
uniquely identified with a serial number, but those are happily fairly
rare (and mostly older ones). Dirk said he'd look at what it takes to
give more dive computers proper serial numbers, and I already did it for
the Garmin Descent family yesterday.
(Honesty in advertizing: right now you can't add a nickname to a dive
computer that doesn't already have one, because such a dive computer
will not have a device structure. But that's a UI issue, and I'll sort
that out separately)
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-08-16 22:50:11 +00:00
|
|
|
<divecomputer model='csv' last-manual-time='34:00 min'>
|
2015-04-24 14:07:31 +00:00
|
|
|
<depth max='24.9 m' mean='20.1 m' />
|
core: always create a fake profile if there are no samples
Before making the cylinder-table dynamic, dives always
had at least one cylinger. When such a dive is displayed,
the TabDiveInformation class calls per_cylinder_mean_depth().
If there are no samples, this function generates a "fake
profile" with fake_dc(). Thus, effectively dives always
had samples once the user was displaying them.
When the cylinder-table was made dynamic, dives without
cylinders were supported. This can notably happen, when
importing from CSV (this could actually be a bug).
per_cylinder_mean_depth() exits early in that case and
doesn't create a fake profile. This lead to crashes
of the profile-widget, which were fixed in 6b2e56e5131.
Non-sample dives were now shown with the Subsurface-logo.
To restore the previous behavior, genarate a fake profile
for sample-less dives in fixup_dive(), which is called
anytime a dive is loaded or imported. This seems to
have been the intention anyway and this worked only
"by chance". This will make a few fake_dc() calls obsolete,
but so be it.
Since fake profiles are now generated on loading,
the parse-tests need to be fixed to account for that.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2021-07-15 07:14:31 +00:00
|
|
|
<sample time='0:00 min' depth='0.0 m' />
|
|
|
|
<sample time='2:46 min' depth='24.9 m' />
|
|
|
|
<sample time='25:35 min' depth='24.9 m' />
|
|
|
|
<sample time='27:26 min' depth='8.217 m' />
|
|
|
|
<sample time='33:05 min' depth='8.217 m' />
|
|
|
|
<sample time='34:00 min' depth='0.0 m' />
|
2015-03-10 21:27:14 +00:00
|
|
|
</divecomputer>
|
|
|
|
</dive>
|
2021-02-23 10:36:00 +00:00
|
|
|
<dive number='417' otu='138' cns='54%' divesiteid='deadbeef' date='2015-05-23' time='13:23:00' duration='100:00 min'>
|
2015-07-24 16:53:22 +00:00
|
|
|
<notes>{\rtf1\ansi\ansicpg1252\deff0\deflang1035{\fonttbl{\f0\fnil\fcharset0 Microsoft Sans Serif;}}
|
|
|
|
\viewkind4\uc1\pard\f0\fs17\par
|
|
|
|
}</notes>
|
|
|
|
<cylinder o2='50.0%' he='6.0%' />
|
|
|
|
<cylinder o2='16.0%' he='55.0%' />
|
|
|
|
<cylinder o2='25.0%' he='26.0%' />
|
|
|
|
<cylinder o2='16.0%' he='55.0%' />
|
|
|
|
<cylinder o2='25.0%' he='26.0%' />
|
|
|
|
<cylinder o2='50.0%' he='6.0%' />
|
|
|
|
<cylinder o2='100.0%' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<divetemperature air='11.0 C' water='5.0 C'/>
|
2017-07-23 15:39:40 +00:00
|
|
|
<divecomputer model='OSTC'>
|
2015-07-24 16:53:22 +00:00
|
|
|
<depth max='81.5 m' mean='22.379 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<temperature water='5.1 C' />
|
2017-02-06 00:12:10 +00:00
|
|
|
<event time='0:00 min' type='25' value='393266' name='gaschange' cylinder='0' o2='50.0%' he='6.0%' />
|
|
|
|
<event time='10:30 min' type='25' value='3604496' name='gaschange' cylinder='1' o2='16.0%' he='55.0%' />
|
|
|
|
<event time='15:50 min' type='25' value='1703961' name='gaschange' cylinder='2' o2='25.0%' he='26.0%' />
|
|
|
|
<event time='19:20 min' type='25' value='3604496' name='gaschange' cylinder='1' o2='16.0%' he='55.0%' />
|
|
|
|
<event time='40:10 min' type='25' value='1703961' name='gaschange' cylinder='2' o2='25.0%' he='26.0%' />
|
|
|
|
<event time='49:20 min' type='25' value='393266' name='gaschange' cylinder='0' o2='50.0%' he='6.0%' />
|
|
|
|
<event time='72:00 min' type='11' value='100' name='gaschange' cylinder='6' o2='100.0%' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='0:00 min' depth='2.68 m' temp='11.1 C' ndl='240:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='0:10 min' depth='3.46 m' />
|
|
|
|
<sample time='0:20 min' depth='4.17 m' />
|
|
|
|
<sample time='0:30 min' depth='3.74 m' />
|
|
|
|
<sample time='0:40 min' depth='3.44 m' />
|
|
|
|
<sample time='0:50 min' depth='3.9 m' />
|
|
|
|
<sample time='1:00 min' depth='4.57 m' />
|
|
|
|
<sample time='1:10 min' depth='4.84 m' />
|
|
|
|
<sample time='1:20 min' depth='5.78 m' />
|
|
|
|
<sample time='1:30 min' depth='6.5 m' />
|
|
|
|
<sample time='1:40 min' depth='7.19 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='1:50 min' depth='7.66 m' temp='10.2 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='2:00 min' depth='7.73 m' />
|
|
|
|
<sample time='2:10 min' depth='7.9 m' />
|
|
|
|
<sample time='2:20 min' depth='7.8 m' />
|
|
|
|
<sample time='2:30 min' depth='7.68 m' />
|
|
|
|
<sample time='2:40 min' depth='7.31 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='2:50 min' depth='7.35 m' temp='9.6 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='3:00 min' depth='7.59 m' />
|
|
|
|
<sample time='3:10 min' depth='7.84 m' />
|
|
|
|
<sample time='3:20 min' depth='8.08 m' />
|
|
|
|
<sample time='3:30 min' depth='8.24 m' />
|
|
|
|
<sample time='3:40 min' depth='8.44 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='3:50 min' depth='8.51 m' temp='9.2 C' cns='1%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='4:00 min' depth='8.71 m' />
|
|
|
|
<sample time='4:10 min' depth='9.23 m' />
|
|
|
|
<sample time='4:20 min' depth='9.57 m' />
|
|
|
|
<sample time='4:30 min' depth='9.95 m' />
|
|
|
|
<sample time='4:40 min' depth='9.96 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='4:50 min' depth='9.92 m' temp='8.9 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='5:00 min' depth='10.0 m' />
|
|
|
|
<sample time='5:10 min' depth='10.35 m' />
|
|
|
|
<sample time='5:20 min' depth='10.43 m' />
|
|
|
|
<sample time='5:30 min' depth='10.57 m' />
|
|
|
|
<sample time='5:40 min' depth='10.76 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='5:50 min' depth='11.45 m' temp='8.6 C' cns='2%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='6:00 min' depth='11.7 m' />
|
|
|
|
<sample time='6:10 min' depth='11.84 m' />
|
|
|
|
<sample time='6:20 min' depth='11.95 m' />
|
|
|
|
<sample time='6:30 min' depth='12.47 m' />
|
|
|
|
<sample time='6:40 min' depth='12.66 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='6:50 min' depth='13.01 m' temp='8.2 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='7:00 min' depth='13.09 m' />
|
|
|
|
<sample time='7:10 min' depth='13.52 m' />
|
|
|
|
<sample time='7:20 min' depth='14.08 m' />
|
|
|
|
<sample time='7:30 min' depth='14.32 m' />
|
|
|
|
<sample time='7:40 min' depth='15.0 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='7:50 min' depth='15.15 m' temp='7.7 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='8:00 min' depth='15.7 m' />
|
|
|
|
<sample time='8:10 min' depth='15.47 m' />
|
|
|
|
<sample time='8:20 min' depth='16.18 m' />
|
|
|
|
<sample time='8:30 min' depth='16.61 m' />
|
|
|
|
<sample time='8:40 min' depth='17.09 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='8:50 min' depth='17.75 m' temp='7.0 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='9:00 min' depth='18.21 m' />
|
|
|
|
<sample time='9:10 min' depth='18.65 m' />
|
|
|
|
<sample time='9:20 min' depth='19.03 m' />
|
|
|
|
<sample time='9:30 min' depth='19.31 m' />
|
|
|
|
<sample time='9:40 min' depth='19.88 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='9:50 min' depth='19.84 m' temp='6.6 C' cns='4%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='10:00 min' depth='20.19 m' />
|
|
|
|
<sample time='10:10 min' depth='20.63 m' />
|
|
|
|
<sample time='10:20 min' depth='21.17 m' />
|
|
|
|
<sample time='10:30 min' depth='21.48 m' />
|
|
|
|
<sample time='10:40 min' depth='21.66 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='10:50 min' depth='21.87 m' temp='6.3 C' ndl='10:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='11:00 min' depth='22.01 m' />
|
|
|
|
<sample time='11:10 min' depth='22.06 m' />
|
|
|
|
<sample time='11:20 min' depth='21.9 m' />
|
|
|
|
<sample time='11:30 min' depth='22.16 m' />
|
|
|
|
<sample time='11:40 min' depth='22.26 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='11:50 min' depth='22.75 m' temp='5.9 C' ndl='9:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='12:00 min' depth='22.41 m' />
|
|
|
|
<sample time='12:10 min' depth='22.4 m' />
|
|
|
|
<sample time='12:20 min' depth='22.41 m' />
|
|
|
|
<sample time='12:30 min' depth='22.2 m' />
|
|
|
|
<sample time='12:40 min' depth='22.4 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='12:50 min' depth='22.7 m' temp='5.7 C' ndl='8:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='13:00 min' depth='22.93 m' />
|
|
|
|
<sample time='13:10 min' depth='22.56 m' />
|
|
|
|
<sample time='13:20 min' depth='22.69 m' />
|
|
|
|
<sample time='13:30 min' depth='23.0 m' />
|
|
|
|
<sample time='13:40 min' depth='23.7 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='13:50 min' depth='23.51 m' temp='5.6 C' ndl='6:00 min' cns='5%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='14:00 min' depth='23.1 m' />
|
|
|
|
<sample time='14:10 min' depth='23.33 m' />
|
|
|
|
<sample time='14:20 min' depth='22.58 m' />
|
|
|
|
<sample time='14:30 min' depth='22.04 m' />
|
|
|
|
<sample time='14:40 min' depth='22.36 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='14:50 min' depth='22.21 m' temp='5.5 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='15:00 min' depth='21.95 m' />
|
|
|
|
<sample time='15:10 min' depth='21.3 m' />
|
|
|
|
<sample time='15:20 min' depth='21.26 m' />
|
|
|
|
<sample time='15:30 min' depth='21.14 m' />
|
|
|
|
<sample time='15:40 min' depth='21.21 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='15:50 min' depth='21.66 m' temp='5.4 C' ndl='18:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='16:00 min' depth='22.33 m' />
|
|
|
|
<sample time='16:10 min' depth='22.39 m' />
|
|
|
|
<sample time='16:20 min' depth='22.62 m' />
|
|
|
|
<sample time='16:30 min' depth='22.96 m' />
|
|
|
|
<sample time='16:40 min' depth='23.97 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='16:50 min' depth='24.88 m' temp='5.3 C' ndl='11:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='17:00 min' depth='25.78 m' />
|
|
|
|
<sample time='17:10 min' depth='26.66 m' />
|
|
|
|
<sample time='17:20 min' depth='27.43 m' />
|
|
|
|
<sample time='17:30 min' depth='27.81 m' />
|
|
|
|
<sample time='17:40 min' depth='28.32 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='17:50 min' depth='29.01 m' temp='5.2 C' ndl='6:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='18:00 min' depth='29.63 m' />
|
|
|
|
<sample time='18:10 min' depth='30.61 m' />
|
|
|
|
<sample time='18:20 min' depth='31.92 m' />
|
|
|
|
<sample time='18:30 min' depth='33.94 m' />
|
|
|
|
<sample time='18:40 min' depth='36.17 m' />
|
|
|
|
<sample time='18:50 min' depth='37.79 m' ndl='3:00 min' />
|
|
|
|
<sample time='19:00 min' depth='38.85 m' />
|
|
|
|
<sample time='19:10 min' depth='39.56 m' />
|
|
|
|
<sample time='19:20 min' depth='40.67 m' />
|
|
|
|
<sample time='19:30 min' depth='41.84 m' />
|
|
|
|
<sample time='19:40 min' depth='42.95 m' />
|
|
|
|
<sample time='19:50 min' depth='44.55 m' ndl='0:00 min' in_deco='1' stoptime='1:00 min' stopdepth='3.0 m' cns='6%' />
|
|
|
|
<sample time='20:00 min' depth='46.24 m' />
|
|
|
|
<sample time='20:10 min' depth='47.53 m' />
|
|
|
|
<sample time='20:20 min' depth='49.53 m' />
|
|
|
|
<sample time='20:30 min' depth='50.56 m' />
|
|
|
|
<sample time='20:40 min' depth='52.49 m' />
|
|
|
|
<sample time='20:50 min' depth='53.64 m' stopdepth='15.0 m' />
|
|
|
|
<sample time='21:00 min' depth='54.95 m' />
|
|
|
|
<sample time='21:10 min' depth='57.28 m' />
|
|
|
|
<sample time='21:20 min' depth='58.94 m' />
|
|
|
|
<sample time='21:30 min' depth='61.03 m' />
|
|
|
|
<sample time='21:40 min' depth='62.84 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='21:50 min' depth='64.2 m' temp='5.3 C' stopdepth='21.0 m' cns='7%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='22:00 min' depth='66.32 m' />
|
|
|
|
<sample time='22:10 min' depth='68.55 m' />
|
|
|
|
<sample time='22:20 min' depth='70.44 m' />
|
|
|
|
<sample time='22:30 min' depth='71.79 m' />
|
|
|
|
<sample time='22:40 min' depth='73.4 m' />
|
|
|
|
<sample time='22:50 min' depth='75.13 m' stopdepth='24.0 m' />
|
|
|
|
<sample time='23:00 min' depth='76.46 m' />
|
|
|
|
<sample time='23:10 min' depth='78.25 m' />
|
|
|
|
<sample time='23:20 min' depth='79.35 m' />
|
|
|
|
<sample time='23:30 min' depth='79.4 m' />
|
|
|
|
<sample time='23:40 min' depth='79.48 m' />
|
|
|
|
<sample time='23:50 min' depth='79.57 m' stopdepth='27.0 m' cns='8%' />
|
|
|
|
<sample time='24:00 min' depth='78.89 m' />
|
|
|
|
<sample time='24:10 min' depth='78.34 m' />
|
|
|
|
<sample time='24:20 min' depth='78.09 m' />
|
|
|
|
<sample time='24:30 min' depth='78.2 m' />
|
|
|
|
<sample time='24:40 min' depth='78.39 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='24:50 min' depth='78.66 m' temp='5.2 C' stopdepth='30.0 m' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='25:00 min' depth='78.75 m' />
|
|
|
|
<sample time='25:10 min' depth='78.92 m' />
|
|
|
|
<sample time='25:20 min' depth='78.73 m' />
|
|
|
|
<sample time='25:30 min' depth='78.29 m' />
|
|
|
|
<sample time='25:40 min' depth='78.04 m' />
|
|
|
|
<sample time='25:50 min' depth='78.15 m' cns='9%' />
|
|
|
|
<sample time='26:00 min' depth='78.49 m' />
|
|
|
|
<sample time='26:10 min' depth='78.46 m' />
|
|
|
|
<sample time='26:20 min' depth='78.21 m' />
|
|
|
|
<sample time='26:30 min' depth='78.15 m' />
|
|
|
|
<sample time='26:40 min' depth='78.27 m' />
|
|
|
|
<sample time='26:50 min' depth='78.07 m' stopdepth='33.0 m' />
|
|
|
|
<sample time='27:00 min' depth='77.94 m' />
|
|
|
|
<sample time='27:10 min' depth='78.03 m' />
|
|
|
|
<sample time='27:20 min' depth='78.24 m' />
|
|
|
|
<sample time='27:30 min' depth='78.26 m' />
|
|
|
|
<sample time='27:40 min' depth='78.34 m' />
|
|
|
|
<sample time='27:50 min' depth='78.28 m' cns='10%' />
|
|
|
|
<sample time='28:00 min' depth='78.34 m' />
|
|
|
|
<sample time='28:10 min' depth='78.44 m' />
|
|
|
|
<sample time='28:20 min' depth='78.35 m' />
|
|
|
|
<sample time='28:30 min' depth='78.45 m' />
|
|
|
|
<sample time='28:40 min' depth='78.18 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='28:50 min' depth='77.78 m' temp='5.1 C' stopdepth='36.0 m' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='29:00 min' depth='77.78 m' />
|
|
|
|
<sample time='29:10 min' depth='76.76 m' />
|
|
|
|
<sample time='29:20 min' depth='75.75 m' />
|
|
|
|
<sample time='29:30 min' depth='74.95 m' />
|
|
|
|
<sample time='29:40 min' depth='74.33 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='29:50 min' depth='74.1 m' temp='5.2 C' cns='12%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='30:00 min' depth='73.76 m' />
|
|
|
|
<sample time='30:10 min' depth='73.1 m' />
|
|
|
|
<sample time='30:20 min' depth='71.91 m' />
|
|
|
|
<sample time='30:30 min' depth='70.79 m' />
|
|
|
|
<sample time='30:40 min' depth='69.68 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='30:50 min' depth='69.23 m' temp='5.3 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='31:00 min' depth='68.51 m' />
|
|
|
|
<sample time='31:10 min' depth='68.6 m' />
|
|
|
|
<sample time='31:20 min' depth='68.43 m' />
|
|
|
|
<sample time='31:30 min' depth='67.49 m' />
|
|
|
|
<sample time='31:40 min' depth='66.86 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='31:50 min' depth='65.99 m' temp='5.4 C' cns='13%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='32:00 min' depth='65.48 m' />
|
|
|
|
<sample time='32:10 min' depth='65.02 m' />
|
|
|
|
<sample time='32:20 min' depth='64.73 m' />
|
|
|
|
<sample time='32:30 min' depth='64.54 m' />
|
|
|
|
<sample time='32:40 min' depth='63.49 m' />
|
|
|
|
<sample time='32:50 min' depth='62.18 m' />
|
|
|
|
<sample time='33:00 min' depth='61.19 m' />
|
|
|
|
<sample time='33:10 min' depth='60.9 m' />
|
|
|
|
<sample time='33:20 min' depth='60.05 m' />
|
|
|
|
<sample time='33:30 min' depth='58.42 m' />
|
|
|
|
<sample time='33:40 min' depth='58.14 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='33:50 min' depth='56.7 m' temp='5.5 C' cns='14%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='34:00 min' depth='56.22 m' />
|
|
|
|
<sample time='34:10 min' depth='55.46 m' />
|
|
|
|
<sample time='34:20 min' depth='55.09 m' />
|
|
|
|
<sample time='34:30 min' depth='54.36 m' />
|
|
|
|
<sample time='34:40 min' depth='53.51 m' />
|
|
|
|
<sample time='34:50 min' depth='52.79 m' />
|
|
|
|
<sample time='35:00 min' depth='51.86 m' />
|
|
|
|
<sample time='35:10 min' depth='51.22 m' />
|
|
|
|
<sample time='35:20 min' depth='50.37 m' />
|
|
|
|
<sample time='35:30 min' depth='49.57 m' />
|
|
|
|
<sample time='35:40 min' depth='48.71 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='35:50 min' depth='47.76 m' temp='5.6 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='36:00 min' depth='47.4 m' />
|
|
|
|
<sample time='36:10 min' depth='47.14 m' />
|
|
|
|
<sample time='36:20 min' depth='46.89 m' />
|
|
|
|
<sample time='36:30 min' depth='46.17 m' />
|
|
|
|
<sample time='36:40 min' depth='45.25 m' />
|
|
|
|
<sample time='36:50 min' depth='44.97 m' />
|
|
|
|
<sample time='37:00 min' depth='44.06 m' />
|
|
|
|
<sample time='37:10 min' depth='43.26 m' />
|
|
|
|
<sample time='37:20 min' depth='42.15 m' />
|
|
|
|
<sample time='37:30 min' depth='41.4 m' />
|
|
|
|
<sample time='37:40 min' depth='40.29 m' />
|
|
|
|
<sample time='37:50 min' depth='39.63 m' cns='15%' />
|
|
|
|
<sample time='38:00 min' depth='39.01 m' />
|
|
|
|
<sample time='38:10 min' depth='38.03 m' />
|
|
|
|
<sample time='38:20 min' depth='36.79 m' />
|
|
|
|
<sample time='38:30 min' depth='36.08 m' />
|
|
|
|
<sample time='38:40 min' depth='35.56 m' />
|
|
|
|
<sample time='38:50 min' depth='34.84 m' stopdepth='33.0 m' />
|
|
|
|
<sample time='39:00 min' depth='33.65 m' />
|
|
|
|
<sample time='39:10 min' depth='32.74 m' />
|
|
|
|
<sample time='39:20 min' depth='31.82 m' />
|
|
|
|
<sample time='39:30 min' depth='31.77 m' />
|
|
|
|
<sample time='39:40 min' depth='31.52 m' />
|
|
|
|
<sample time='39:50 min' depth='31.04 m' stoptime='2:00 min' stopdepth='30.0 m' />
|
|
|
|
<sample time='40:00 min' depth='30.74 m' />
|
|
|
|
<sample time='40:10 min' depth='30.54 m' />
|
|
|
|
<sample time='40:20 min' depth='30.41 m' />
|
|
|
|
<sample time='40:30 min' depth='30.5 m' />
|
|
|
|
<sample time='40:40 min' depth='29.69 m' />
|
|
|
|
<sample time='40:50 min' depth='29.01 m' stoptime='1:00 min' />
|
|
|
|
<sample time='41:00 min' depth='28.62 m' />
|
|
|
|
<sample time='41:10 min' depth='28.33 m' />
|
|
|
|
<sample time='41:20 min' depth='27.86 m' />
|
|
|
|
<sample time='41:30 min' depth='27.68 m' />
|
|
|
|
<sample time='41:40 min' depth='27.38 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='41:50 min' depth='26.92 m' temp='5.7 C' stopdepth='27.0 m' cns='16%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='42:00 min' depth='26.64 m' />
|
|
|
|
<sample time='42:10 min' depth='26.45 m' />
|
|
|
|
<sample time='42:20 min' depth='26.05 m' />
|
|
|
|
<sample time='42:30 min' depth='25.83 m' />
|
|
|
|
<sample time='42:40 min' depth='24.63 m' />
|
|
|
|
<sample time='42:50 min' depth='24.53 m' stopdepth='24.0 m' />
|
|
|
|
<sample time='43:00 min' depth='24.17 m' />
|
|
|
|
<sample time='43:10 min' depth='23.85 m' />
|
|
|
|
<sample time='43:20 min' depth='23.85 m' />
|
|
|
|
<sample time='43:30 min' depth='23.7 m' />
|
|
|
|
<sample time='43:40 min' depth='23.72 m' />
|
|
|
|
<sample time='43:50 min' depth='23.56 m' stoptime='2:00 min' stopdepth='21.0 m' />
|
|
|
|
<sample time='44:00 min' depth='23.41 m' />
|
|
|
|
<sample time='44:10 min' depth='23.14 m' />
|
|
|
|
<sample time='44:20 min' depth='23.04 m' />
|
|
|
|
<sample time='44:30 min' depth='22.78 m' />
|
|
|
|
<sample time='44:40 min' depth='22.37 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='44:50 min' depth='22.51 m' temp='5.8 C' stoptime='1:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='45:00 min' depth='22.71 m' />
|
|
|
|
<sample time='45:10 min' depth='22.43 m' />
|
|
|
|
<sample time='45:20 min' depth='22.59 m' />
|
|
|
|
<sample time='45:30 min' depth='22.66 m' />
|
|
|
|
<sample time='45:40 min' depth='22.69 m' />
|
|
|
|
<sample time='45:50 min' depth='22.52 m' cns='17%' />
|
|
|
|
<sample time='46:00 min' depth='22.43 m' />
|
|
|
|
<sample time='46:10 min' depth='22.68 m' />
|
|
|
|
<sample time='46:20 min' depth='22.5 m' />
|
|
|
|
<sample time='46:30 min' depth='22.13 m' />
|
|
|
|
<sample time='46:40 min' depth='22.17 m' />
|
|
|
|
<sample time='46:50 min' depth='21.97 m' stoptime='2:00 min' stopdepth='18.0 m' />
|
|
|
|
<sample time='47:00 min' depth='21.84 m' />
|
|
|
|
<sample time='47:10 min' depth='21.85 m' />
|
|
|
|
<sample time='47:20 min' depth='21.67 m' />
|
|
|
|
<sample time='47:30 min' depth='21.49 m' />
|
|
|
|
<sample time='47:40 min' depth='21.48 m' />
|
|
|
|
<sample time='47:50 min' depth='21.46 m' stoptime='1:00 min' />
|
|
|
|
<sample time='48:00 min' depth='21.19 m' />
|
|
|
|
<sample time='48:10 min' depth='20.98 m' />
|
|
|
|
<sample time='48:20 min' depth='20.88 m' />
|
|
|
|
<sample time='48:30 min' depth='20.76 m' />
|
|
|
|
<sample time='48:40 min' depth='20.81 m' />
|
|
|
|
<sample time='48:50 min' depth='20.74 m' />
|
|
|
|
<sample time='49:00 min' depth='20.5 m' />
|
|
|
|
<sample time='49:10 min' depth='20.48 m' />
|
|
|
|
<sample time='49:20 min' depth='20.42 m' />
|
|
|
|
<sample time='49:30 min' depth='20.25 m' />
|
|
|
|
<sample time='49:40 min' depth='20.55 m' />
|
|
|
|
<sample time='49:50 min' depth='20.82 m' stoptime='3:00 min' stopdepth='15.0 m' cns='18%' />
|
|
|
|
<sample time='50:00 min' depth='20.76 m' />
|
|
|
|
<sample time='50:10 min' depth='20.66 m' />
|
|
|
|
<sample time='50:20 min' depth='20.64 m' />
|
|
|
|
<sample time='50:30 min' depth='20.22 m' />
|
|
|
|
<sample time='50:40 min' depth='20.56 m' />
|
|
|
|
<sample time='50:50 min' depth='20.5 m' stoptime='2:00 min' />
|
|
|
|
<sample time='51:00 min' depth='20.27 m' />
|
|
|
|
<sample time='51:10 min' depth='20.12 m' />
|
|
|
|
<sample time='51:20 min' depth='20.2 m' />
|
|
|
|
<sample time='51:30 min' depth='20.27 m' />
|
|
|
|
<sample time='51:40 min' depth='20.22 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='51:50 min' depth='20.64 m' temp='5.7 C' stoptime='1:00 min' cns='19%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='52:00 min' depth='20.75 m' />
|
|
|
|
<sample time='52:10 min' depth='20.5 m' />
|
|
|
|
<sample time='52:20 min' depth='20.31 m' />
|
|
|
|
<sample time='52:30 min' depth='20.08 m' />
|
|
|
|
<sample time='52:40 min' depth='19.85 m' />
|
|
|
|
<sample time='52:50 min' depth='19.54 m' stoptime='5:00 min' stopdepth='12.0 m' />
|
|
|
|
<sample time='53:00 min' depth='18.96 m' />
|
|
|
|
<sample time='53:10 min' depth='18.89 m' />
|
|
|
|
<sample time='53:20 min' depth='18.66 m' />
|
|
|
|
<sample time='53:30 min' depth='17.98 m' />
|
|
|
|
<sample time='53:40 min' depth='17.9 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='53:50 min' depth='17.35 m' temp='5.8 C' stoptime='4:00 min' cns='21%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='54:00 min' depth='17.29 m' />
|
|
|
|
<sample time='54:10 min' depth='16.96 m' />
|
|
|
|
<sample time='54:20 min' depth='15.98 m' />
|
|
|
|
<sample time='54:30 min' depth='15.97 m' />
|
|
|
|
<sample time='54:40 min' depth='15.57 m' />
|
|
|
|
<sample time='54:50 min' depth='15.9 m' stoptime='3:00 min' />
|
|
|
|
<sample time='55:00 min' depth='16.09 m' />
|
|
|
|
<sample time='55:10 min' depth='15.59 m' />
|
|
|
|
<sample time='55:20 min' depth='15.54 m' />
|
|
|
|
<sample time='55:30 min' depth='14.99 m' />
|
|
|
|
<sample time='55:40 min' depth='14.76 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='55:50 min' depth='14.54 m' temp='5.9 C' stoptime='2:00 min' cns='22%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='56:00 min' depth='13.85 m' />
|
|
|
|
<sample time='56:10 min' depth='13.54 m' />
|
|
|
|
<sample time='56:20 min' depth='13.36 m' />
|
|
|
|
<sample time='56:30 min' depth='13.5 m' />
|
|
|
|
<sample time='56:40 min' depth='13.52 m' />
|
|
|
|
<sample time='56:50 min' depth='13.17 m' temp='6.0 C' stoptime='1:00 min' />
|
|
|
|
<sample time='57:00 min' depth='12.59 m' />
|
|
|
|
<sample time='57:10 min' depth='12.59 m' />
|
|
|
|
<sample time='57:20 min' depth='12.25 m' />
|
|
|
|
<sample time='57:30 min' depth='12.35 m' />
|
|
|
|
<sample time='57:40 min' depth='12.58 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='57:50 min' depth='12.91 m' temp='6.2 C' stoptime='8:00 min' stopdepth='9.0 m' cns='23%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='58:00 min' depth='12.96 m' />
|
|
|
|
<sample time='58:10 min' depth='12.64 m' />
|
|
|
|
<sample time='58:20 min' depth='12.76 m' />
|
|
|
|
<sample time='58:30 min' depth='12.73 m' />
|
|
|
|
<sample time='58:40 min' depth='12.59 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='58:50 min' depth='12.2 m' temp='6.4 C' stoptime='7:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='59:00 min' depth='12.05 m' />
|
|
|
|
<sample time='59:10 min' depth='11.82 m' />
|
|
|
|
<sample time='59:20 min' depth='11.48 m' />
|
|
|
|
<sample time='59:30 min' depth='11.65 m' />
|
|
|
|
<sample time='59:40 min' depth='11.42 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='59:50 min' depth='11.57 m' temp='6.6 C' stoptime='6:00 min' cns='24%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='60:00 min' depth='11.47 m' />
|
|
|
|
<sample time='60:10 min' depth='11.14 m' />
|
|
|
|
<sample time='60:20 min' depth='10.78 m' />
|
|
|
|
<sample time='60:30 min' depth='10.56 m' />
|
|
|
|
<sample time='60:40 min' depth='10.3 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='60:50 min' depth='10.33 m' temp='6.7 C' stoptime='5:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='61:00 min' depth='10.45 m' />
|
|
|
|
<sample time='61:10 min' depth='10.19 m' />
|
|
|
|
<sample time='61:20 min' depth='9.95 m' />
|
|
|
|
<sample time='61:30 min' depth='9.8 m' />
|
|
|
|
<sample time='61:40 min' depth='9.75 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='61:50 min' depth='9.49 m' temp='6.9 C' stoptime='4:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='62:00 min' depth='9.61 m' />
|
|
|
|
<sample time='62:10 min' depth='9.44 m' />
|
|
|
|
<sample time='62:20 min' depth='9.3 m' />
|
|
|
|
<sample time='62:30 min' depth='9.12 m' />
|
|
|
|
<sample time='62:40 min' depth='9.34 m' />
|
|
|
|
<sample time='62:50 min' depth='9.46 m' temp='7.0 C' stoptime='3:00 min' />
|
|
|
|
<sample time='63:00 min' depth='9.63 m' />
|
|
|
|
<sample time='63:10 min' depth='9.6 m' />
|
|
|
|
<sample time='63:20 min' depth='9.55 m' />
|
|
|
|
<sample time='63:30 min' depth='9.51 m' />
|
|
|
|
<sample time='63:40 min' depth='9.45 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='63:50 min' depth='9.42 m' temp='7.1 C' stoptime='2:00 min' cns='25%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='64:00 min' depth='9.46 m' />
|
|
|
|
<sample time='64:10 min' depth='9.51 m' />
|
|
|
|
<sample time='64:20 min' depth='9.52 m' />
|
|
|
|
<sample time='64:30 min' depth='9.75 m' />
|
|
|
|
<sample time='64:40 min' depth='9.62 m' />
|
|
|
|
<sample time='64:50 min' depth='9.84 m' stoptime='1:00 min' />
|
|
|
|
<sample time='65:00 min' depth='9.64 m' />
|
|
|
|
<sample time='65:10 min' depth='9.48 m' />
|
|
|
|
<sample time='65:20 min' depth='9.48 m' />
|
|
|
|
<sample time='65:30 min' depth='9.37 m' />
|
|
|
|
<sample time='65:40 min' depth='8.93 m' />
|
|
|
|
<sample time='65:50 min' depth='8.88 m' stoptime='9:00 min' stopdepth='6.0 m' cns='26%' />
|
|
|
|
<sample time='66:00 min' depth='8.69 m' />
|
|
|
|
<sample time='66:10 min' depth='8.74 m' />
|
|
|
|
<sample time='66:20 min' depth='8.65 m' />
|
|
|
|
<sample time='66:30 min' depth='8.33 m' />
|
|
|
|
<sample time='66:40 min' depth='7.98 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='66:50 min' depth='7.87 m' temp='7.2 C' stoptime='8:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='67:00 min' depth='7.63 m' />
|
|
|
|
<sample time='67:10 min' depth='7.88 m' />
|
|
|
|
<sample time='67:20 min' depth='7.78 m' />
|
|
|
|
<sample time='67:30 min' depth='7.39 m' />
|
|
|
|
<sample time='67:40 min' depth='7.3 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='67:50 min' depth='7.33 m' temp='7.3 C' stoptime='7:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='68:00 min' depth='7.16 m' />
|
|
|
|
<sample time='68:10 min' depth='7.18 m' />
|
|
|
|
<sample time='68:20 min' depth='7.37 m' />
|
|
|
|
<sample time='68:30 min' depth='7.22 m' />
|
|
|
|
<sample time='68:40 min' depth='7.54 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='68:50 min' depth='7.23 m' temp='7.4 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='69:00 min' depth='7.24 m' />
|
|
|
|
<sample time='69:10 min' depth='7.26 m' />
|
|
|
|
<sample time='69:20 min' depth='7.06 m' />
|
|
|
|
<sample time='69:30 min' depth='7.3 m' />
|
|
|
|
<sample time='69:40 min' depth='6.95 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='69:50 min' depth='7.2 m' temp='7.5 C' stoptime='6:00 min' cns='27%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='70:00 min' depth='6.79 m' />
|
|
|
|
<sample time='70:10 min' depth='6.54 m' />
|
|
|
|
<sample time='70:20 min' depth='6.77 m' />
|
|
|
|
<sample time='70:30 min' depth='6.34 m' />
|
|
|
|
<sample time='70:40 min' depth='6.39 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='70:50 min' depth='6.26 m' temp='7.6 C' stoptime='5:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='71:00 min' depth='6.28 m' />
|
|
|
|
<sample time='71:10 min' depth='6.27 m' />
|
|
|
|
<sample time='71:20 min' depth='6.29 m' />
|
|
|
|
<sample time='71:30 min' depth='5.92 m' />
|
|
|
|
<sample time='71:40 min' depth='5.7 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='71:50 min' depth='5.84 m' temp='7.8 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='72:00 min' depth='5.89 m' />
|
|
|
|
<sample time='72:10 min' depth='6.07 m' />
|
|
|
|
<sample time='72:20 min' depth='5.76 m' />
|
|
|
|
<sample time='72:30 min' depth='5.77 m' />
|
|
|
|
<sample time='72:40 min' depth='5.83 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='72:50 min' depth='5.87 m' temp='7.9 C' stoptime='4:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='73:00 min' depth='5.88 m' />
|
|
|
|
<sample time='73:10 min' depth='5.84 m' />
|
|
|
|
<sample time='73:20 min' depth='5.73 m' />
|
|
|
|
<sample time='73:30 min' depth='5.8 m' />
|
|
|
|
<sample time='73:40 min' depth='5.68 m' />
|
|
|
|
<sample time='73:50 min' depth='6.02 m' stoptime='3:00 min' cns='30%' />
|
|
|
|
<sample time='74:00 min' depth='5.84 m' />
|
|
|
|
<sample time='74:10 min' depth='5.84 m' />
|
|
|
|
<sample time='74:20 min' depth='6.13 m' />
|
|
|
|
<sample time='74:30 min' depth='5.99 m' />
|
|
|
|
<sample time='74:40 min' depth='5.99 m' />
|
|
|
|
<sample time='74:50 min' depth='5.94 m' temp='8.0 C' stoptime='2:00 min' />
|
|
|
|
<sample time='75:00 min' depth='5.95 m' />
|
|
|
|
<sample time='75:10 min' depth='6.11 m' />
|
|
|
|
<sample time='75:20 min' depth='6.16 m' />
|
|
|
|
<sample time='75:30 min' depth='6.12 m' />
|
|
|
|
<sample time='75:40 min' depth='6.21 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='75:50 min' depth='6.4 m' temp='8.1 C' stoptime='1:00 min' cns='33%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='76:00 min' depth='5.83 m' />
|
|
|
|
<sample time='76:10 min' depth='5.74 m' />
|
|
|
|
<sample time='76:20 min' depth='6.0 m' />
|
|
|
|
<sample time='76:30 min' depth='5.96 m' />
|
|
|
|
<sample time='76:40 min' depth='6.17 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='76:50 min' depth='5.99 m' temp='8.2 C' stoptime='16:00 min' stopdepth='3.0 m' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='77:00 min' depth='6.0 m' />
|
|
|
|
<sample time='77:10 min' depth='6.17 m' />
|
|
|
|
<sample time='77:20 min' depth='5.92 m' />
|
|
|
|
<sample time='77:30 min' depth='5.77 m' />
|
|
|
|
<sample time='77:40 min' depth='5.75 m' />
|
|
|
|
<sample time='77:50 min' depth='5.52 m' stoptime='15:00 min' cns='36%' />
|
|
|
|
<sample time='78:00 min' depth='5.19 m' />
|
|
|
|
<sample time='78:10 min' depth='5.23 m' />
|
|
|
|
<sample time='78:20 min' depth='5.14 m' />
|
|
|
|
<sample time='78:30 min' depth='4.86 m' />
|
|
|
|
<sample time='78:40 min' depth='4.98 m' />
|
|
|
|
<sample time='78:50 min' depth='4.9 m' stoptime='14:00 min' />
|
|
|
|
<sample time='79:00 min' depth='4.68 m' />
|
|
|
|
<sample time='79:10 min' depth='4.59 m' />
|
|
|
|
<sample time='79:20 min' depth='4.51 m' />
|
|
|
|
<sample time='79:30 min' depth='4.61 m' />
|
|
|
|
<sample time='79:40 min' depth='4.73 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='79:50 min' depth='4.63 m' temp='8.3 C' stoptime='13:00 min' cns='37%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='80:00 min' depth='4.68 m' />
|
|
|
|
<sample time='80:10 min' depth='4.63 m' />
|
|
|
|
<sample time='80:20 min' depth='4.49 m' />
|
|
|
|
<sample time='80:30 min' depth='4.44 m' />
|
|
|
|
<sample time='80:40 min' depth='4.43 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='80:50 min' depth='4.53 m' temp='8.5 C' stoptime='12:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='81:00 min' depth='4.69 m' />
|
|
|
|
<sample time='81:10 min' depth='4.55 m' />
|
|
|
|
<sample time='81:20 min' depth='4.6 m' />
|
|
|
|
<sample time='81:30 min' depth='4.48 m' />
|
|
|
|
<sample time='81:40 min' depth='4.52 m' />
|
|
|
|
<sample time='81:50 min' depth='4.35 m' stoptime='11:00 min' cns='39%' />
|
|
|
|
<sample time='82:00 min' depth='4.39 m' />
|
|
|
|
<sample time='82:10 min' depth='4.15 m' />
|
|
|
|
<sample time='82:20 min' depth='4.12 m' />
|
|
|
|
<sample time='82:30 min' depth='4.03 m' />
|
|
|
|
<sample time='82:40 min' depth='3.72 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='82:50 min' depth='3.58 m' temp='8.6 C' stoptime='10:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='83:00 min' depth='3.7 m' />
|
|
|
|
<sample time='83:10 min' depth='3.8 m' />
|
|
|
|
<sample time='83:20 min' depth='3.42 m' />
|
|
|
|
<sample time='83:30 min' depth='3.31 m' />
|
|
|
|
<sample time='83:40 min' depth='3.44 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='83:50 min' depth='3.79 m' temp='8.7 C' stoptime='9:00 min' cns='40%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='84:00 min' depth='3.89 m' />
|
|
|
|
<sample time='84:10 min' depth='3.82 m' />
|
|
|
|
<sample time='84:20 min' depth='3.62 m' />
|
|
|
|
<sample time='84:30 min' depth='3.7 m' />
|
|
|
|
<sample time='84:40 min' depth='3.48 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='84:50 min' depth='3.51 m' temp='8.8 C' stoptime='8:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='85:00 min' depth='3.68 m' />
|
|
|
|
<sample time='85:10 min' depth='3.52 m' />
|
|
|
|
<sample time='85:20 min' depth='3.98 m' />
|
|
|
|
<sample time='85:30 min' depth='3.83 m' />
|
|
|
|
<sample time='85:40 min' depth='3.42 m' />
|
|
|
|
<sample time='85:50 min' depth='3.33 m' stoptime='7:00 min' cns='41%' />
|
|
|
|
<sample time='86:00 min' depth='3.49 m' />
|
|
|
|
<sample time='86:10 min' depth='3.36 m' />
|
|
|
|
<sample time='86:20 min' depth='3.54 m' />
|
|
|
|
<sample time='86:30 min' depth='3.58 m' />
|
|
|
|
<sample time='86:40 min' depth='3.42 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='86:50 min' depth='3.94 m' temp='8.9 C' stoptime='6:00 min' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='87:00 min' depth='4.09 m' />
|
|
|
|
<sample time='87:10 min' depth='4.14 m' />
|
|
|
|
<sample time='87:20 min' depth='4.01 m' />
|
|
|
|
<sample time='87:30 min' depth='4.06 m' />
|
|
|
|
<sample time='87:40 min' depth='4.28 m' />
|
|
|
|
<sample time='87:50 min' depth='4.27 m' stoptime='5:00 min' cns='42%' />
|
|
|
|
<sample time='88:00 min' depth='4.05 m' />
|
|
|
|
<sample time='88:10 min' depth='4.22 m' />
|
|
|
|
<sample time='88:20 min' depth='4.39 m' />
|
|
|
|
<sample time='88:30 min' depth='4.13 m' />
|
|
|
|
<sample time='88:40 min' depth='4.31 m' />
|
|
|
|
<sample time='88:50 min' depth='4.41 m' stoptime='4:00 min' />
|
|
|
|
<sample time='89:00 min' depth='4.22 m' />
|
|
|
|
<sample time='89:10 min' depth='3.98 m' />
|
|
|
|
<sample time='89:20 min' depth='4.06 m' />
|
|
|
|
<sample time='89:30 min' depth='4.32 m' />
|
|
|
|
<sample time='89:40 min' depth='4.55 m' />
|
|
|
|
<sample time='89:50 min' depth='4.67 m' stoptime='3:00 min' cns='44%' />
|
|
|
|
<sample time='90:00 min' depth='4.68 m' />
|
|
|
|
<sample time='90:10 min' depth='4.83 m' />
|
|
|
|
<sample time='90:20 min' depth='4.84 m' />
|
|
|
|
<sample time='90:30 min' depth='5.05 m' />
|
|
|
|
<sample time='90:40 min' depth='5.52 m' />
|
|
|
|
<sample time='90:50 min' depth='5.33 m' stoptime='2:00 min' />
|
|
|
|
<sample time='91:00 min' depth='5.09 m' />
|
|
|
|
<sample time='91:10 min' depth='4.81 m' />
|
|
|
|
<sample time='91:20 min' depth='4.69 m' />
|
|
|
|
<sample time='91:30 min' depth='4.52 m' />
|
|
|
|
<sample time='91:40 min' depth='4.48 m' />
|
|
|
|
<sample time='91:50 min' depth='4.55 m' stoptime='1:00 min' cns='45%' />
|
|
|
|
<sample time='92:00 min' depth='4.66 m' />
|
|
|
|
<sample time='92:10 min' depth='4.66 m' />
|
|
|
|
<sample time='92:20 min' depth='4.72 m' />
|
|
|
|
<sample time='92:30 min' depth='4.68 m' />
|
|
|
|
<sample time='92:40 min' depth='4.76 m' />
|
|
|
|
<sample time='92:50 min' depth='4.84 m' temp='9.0 C' ndl='240:00 min' in_deco='0' stoptime='0:00 min' stopdepth='0.0 m' />
|
|
|
|
<sample time='93:00 min' depth='4.87 m' />
|
|
|
|
<sample time='93:10 min' depth='4.99 m' />
|
|
|
|
<sample time='93:20 min' depth='5.08 m' />
|
|
|
|
<sample time='93:30 min' depth='4.91 m' />
|
|
|
|
<sample time='93:40 min' depth='5.04 m' />
|
|
|
|
<sample time='93:50 min' depth='4.97 m' cns='47%' />
|
|
|
|
<sample time='94:00 min' depth='5.16 m' />
|
|
|
|
<sample time='94:10 min' depth='4.91 m' />
|
|
|
|
<sample time='94:20 min' depth='4.92 m' />
|
|
|
|
<sample time='94:30 min' depth='4.81 m' />
|
|
|
|
<sample time='94:40 min' depth='4.68 m' />
|
|
|
|
<sample time='94:50 min' depth='5.18 m' />
|
|
|
|
<sample time='95:00 min' depth='5.21 m' />
|
|
|
|
<sample time='95:10 min' depth='4.65 m' />
|
|
|
|
<sample time='95:20 min' depth='4.14 m' />
|
|
|
|
<sample time='95:30 min' depth='3.99 m' />
|
|
|
|
<sample time='95:40 min' depth='3.8 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='95:50 min' depth='3.5 m' temp='9.1 C' cns='48%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='96:00 min' depth='3.37 m' />
|
|
|
|
<sample time='96:10 min' depth='3.39 m' />
|
|
|
|
<sample time='96:20 min' depth='2.94 m' />
|
|
|
|
<sample time='96:30 min' depth='2.82 m' />
|
|
|
|
<sample time='96:40 min' depth='2.8 m' />
|
|
|
|
<sample time='96:50 min' depth='2.71 m' />
|
|
|
|
<sample time='97:00 min' depth='2.13 m' />
|
|
|
|
<sample time='97:10 min' depth='1.8 m' />
|
|
|
|
<sample time='97:20 min' depth='1.99 m' />
|
|
|
|
<sample time='97:30 min' depth='1.88 m' />
|
|
|
|
<sample time='97:40 min' depth='1.18 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='97:50 min' depth='1.47 m' temp='9.2 C' cns='49%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='98:00 min' depth='1.12 m' />
|
|
|
|
<sample time='98:10 min' depth='1.17 m' />
|
|
|
|
<sample time='98:20 min' depth='1.04 m' />
|
|
|
|
<sample time='98:30 min' depth='0.85 m' />
|
|
|
|
<sample time='98:40 min' depth='0.48 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='98:50 min' depth='0.0 m' temp='9.4 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='99:00 min' depth='0.0 m' />
|
|
|
|
<sample time='99:10 min' depth='0.03 m' />
|
|
|
|
<sample time='99:20 min' depth='0.0 m' />
|
|
|
|
<sample time='99:30 min' depth='0.0 m' />
|
|
|
|
<sample time='99:40 min' depth='0.0 m' />
|
|
|
|
<sample time='99:50 min' depth='0.0 m' temp='10.0 C' cns='50%' />
|
|
|
|
<sample time='100:00 min' depth='0.0 m' />
|
|
|
|
<sample time='100:10 min' depth='0.0 m' />
|
|
|
|
<sample time='100:20 min' depth='0.0 m' />
|
|
|
|
<sample time='100:30 min' depth='0.0 m' />
|
|
|
|
<sample time='100:40 min' depth='0.0 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='100:50 min' depth='0.0 m' temp='10.2 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='101:00 min' depth='0.0 m' />
|
|
|
|
<sample time='101:10 min' depth='0.0 m' />
|
|
|
|
<sample time='101:20 min' depth='0.0 m' />
|
|
|
|
<sample time='101:30 min' depth='0.0 m' />
|
|
|
|
<sample time='101:40 min' depth='0.0 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='101:50 min' depth='0.0 m' temp='10.4 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='102:00 min' depth='0.0 m' />
|
|
|
|
<sample time='102:10 min' depth='0.06 m' />
|
|
|
|
<sample time='102:20 min' depth='0.01 m' />
|
|
|
|
<sample time='102:30 min' depth='0.02 m' />
|
|
|
|
<sample time='102:40 min' depth='0.0 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='102:50 min' depth='0.1 m' temp='10.6 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='103:00 min' depth='0.17 m' />
|
|
|
|
<sample time='103:10 min' depth='0.02 m' />
|
|
|
|
<sample time='103:20 min' depth='0.09 m' />
|
|
|
|
<sample time='103:30 min' depth='0.02 m' />
|
|
|
|
<sample time='103:40 min' depth='0.4 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='103:50 min' depth='0.22 m' temp='10.8 C' cns='51%' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='104:00 min' depth='0.02 m' />
|
|
|
|
<sample time='104:10 min' depth='0.01 m' />
|
|
|
|
<sample time='104:20 min' depth='0.02 m' />
|
|
|
|
<sample time='104:30 min' depth='0.0 m' />
|
|
|
|
<sample time='104:40 min' depth='0.27 m' />
|
|
|
|
<sample time='104:50 min' depth='0.27 m' />
|
|
|
|
<sample time='105:00 min' depth='0.09 m' />
|
|
|
|
<sample time='105:10 min' depth='0.01 m' />
|
|
|
|
<sample time='105:20 min' depth='1.13 m' />
|
|
|
|
<sample time='105:30 min' depth='1.18 m' />
|
|
|
|
<sample time='105:40 min' depth='0.85 m' />
|
|
|
|
<sample time='105:50 min' depth='0.24 m' cns='52%' />
|
|
|
|
<sample time='106:00 min' depth='1.02 m' />
|
|
|
|
<sample time='106:10 min' depth='0.99 m' />
|
|
|
|
<sample time='106:20 min' depth='0.85 m' />
|
|
|
|
<sample time='106:30 min' depth='0.0 m' />
|
|
|
|
<sample time='106:40 min' depth='0.0 m' />
|
|
|
|
<sample time='106:50 min' depth='0.01 m' />
|
|
|
|
<sample time='107:00 min' depth='0.0 m' />
|
|
|
|
<sample time='107:10 min' depth='0.0 m' />
|
|
|
|
<sample time='107:20 min' depth='0.0 m' />
|
|
|
|
<sample time='107:30 min' depth='0.0 m' />
|
|
|
|
<sample time='107:40 min' depth='0.0 m' />
|
|
|
|
<sample time='107:50 min' depth='0.0 m' />
|
|
|
|
<sample time='108:00 min' depth='0.0 m' />
|
|
|
|
<sample time='108:10 min' depth='0.0 m' />
|
|
|
|
<sample time='108:20 min' depth='0.0 m' />
|
|
|
|
<sample time='108:30 min' depth='0.0 m' />
|
|
|
|
<sample time='108:40 min' depth='0.0 m' />
|
|
|
|
<sample time='108:50 min' depth='0.0 m' />
|
|
|
|
<sample time='109:00 min' depth='0.0 m' />
|
|
|
|
<sample time='109:10 min' depth='0.0 m' />
|
|
|
|
<sample time='109:20 min' depth='0.0 m' />
|
|
|
|
<sample time='109:30 min' depth='0.0 m' />
|
|
|
|
<sample time='109:40 min' depth='0.0 m' />
|
|
|
|
<sample time='109:50 min' depth='0.0 m' cns='53%' />
|
|
|
|
<sample time='110:00 min' depth='0.0 m' />
|
|
|
|
<sample time='110:10 min' depth='0.0 m' />
|
|
|
|
<sample time='110:20 min' depth='0.0 m' />
|
|
|
|
<sample time='110:30 min' depth='0.0 m' />
|
|
|
|
<sample time='110:40 min' depth='0.0 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='110:50 min' depth='0.0 m' temp='10.9 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='111:00 min' depth='0.0 m' />
|
|
|
|
<sample time='111:10 min' depth='0.0 m' />
|
|
|
|
<sample time='111:20 min' depth='0.0 m' />
|
|
|
|
<sample time='111:30 min' depth='0.0 m' />
|
|
|
|
<sample time='111:40 min' depth='0.0 m' />
|
|
|
|
<sample time='111:50 min' depth='0.0 m' temp='11.0 C' cns='54%' />
|
|
|
|
<sample time='112:00 min' depth='0.0 m' />
|
|
|
|
<sample time='112:10 min' depth='0.0 m' />
|
|
|
|
<sample time='112:20 min' depth='0.0 m' />
|
|
|
|
<sample time='112:30 min' depth='0.0 m' />
|
|
|
|
<sample time='112:40 min' depth='0.0 m' />
|
2017-10-07 20:32:54 +00:00
|
|
|
<sample time='112:50 min' depth='0.0 m' temp='11.1 C' />
|
2015-07-24 16:53:22 +00:00
|
|
|
<sample time='113:00 min' depth='0.0 m' />
|
|
|
|
<sample time='113:10 min' depth='0.0 m' />
|
|
|
|
<sample time='113:20 min' depth='0.0 m' />
|
|
|
|
<sample time='113:30 min' depth='0.0 m' />
|
|
|
|
<sample time='113:40 min' depth='0.0 m' />
|
|
|
|
<sample time='113:50 min' depth='0.0 m' />
|
|
|
|
<sample time='114:00 min' depth='0.0 m' />
|
|
|
|
<sample time='114:10 min' depth='0.0 m' />
|
|
|
|
<sample time='114:20 min' depth='0.0 m' />
|
|
|
|
<sample time='114:30 min' depth='0.0 m' />
|
|
|
|
<sample time='114:40 min' depth='0.0 m' />
|
|
|
|
</divecomputer>
|
|
|
|
</dive>
|
2021-08-18 22:14:22 +00:00
|
|
|
<dive number='1' sac='1.049 l/min' otu='97' cns='34%' date='2014-04-01' time='10:00:00' duration='77:54 min'>
|
2015-03-10 21:27:14 +00:00
|
|
|
<notes>CCR dive</notes>
|
|
|
|
<cylinder size='2.0 l' workpressure='232.0 bar' description='Oxy2' o2='100.0%' start='190.0 bar' end='130.0 bar' use='oxygen' />
|
|
|
|
<cylinder size='2.0 l' workpressure='232.0 bar' description='Dil2' start='185.0 bar' end='130.0 bar' use='diluent' />
|
Clean up divecomputer 'device' handling
We have this odd legacy notion of a divecomputer 'device', that was
originally just basically the libdivecomputer 'EVENT_DEVINFO' report
that was associated with each dive. So it had firmware version,
deviceid, and serial number.
It had also gotten extended to do 'nickname' handling, and it was all
confusing, ugly and bad. It was particularly bad because it wasn't
actually a 'per device' thing at all: due to the firmware field, a dive
computer that got a firmware update forced a new 'device'.
To make matters worse, the 'deviceid' was also almost random, because
we've calculated it a couple of different ways, and libdivecomputer
itself has changed how the legacy 32-bit 'serial number' is expressed.
Finally, because of all these issues, we didn't even try to make the
thing unique, so it really ended up being a random snapshot of the state
of the dive computer at the time of a dive, and sometimes we'd pick one,
and sometimes another, since they weren't really well-defined.
So get rid of all this confusion.
The new rules:
- the actual random dive computer state at the time of a dive is kept
in the dive data. So if you want to know the firmware version, it
should be in the 'extra data'
- the only serial number that matters is the string one in the extra
data, because that's the one that actually matches what the dive
computer reports, and isn't some random 32-bit integer with ambiguous
formatting.
- the 'device id' - the thing we match with (together with the model
name, eg "Suunto EON Steel") is purely a hash of the real serial
number.
The device ID that libdivecomputer reports in EVENT_DEVINFO is
ignored, as is the device ID we've saved in the XML or git files. If
we have a serial number, the device ID will be uniquely associated
with that serial number, and if we don't have one, the device ID will
be zero (for 'match anything').
So now 'deviceid' is literally just a shorthand for the serial number
string, and the two are joined at the hip.
- the 'device' managament is _only_ used to track devices that have
serial numbers _and_ nicknames. So no more different device
structures just because one had a nickname and the other didn't etc.
Without a serial number, the device is 'anonymous' and fundamentally
cannot be distinguished from other devices of the same model, so a
nickname is meaningless. And without a nickname, there is no point in
creating a device data structure, since all the data is in the dive
itself and the device structure wouldn't add any value..
These rules mean that we no longer have ambiguous 'device' structures,
and we can never have duplicates that can confuse us.
This does mean that you can't give a nickname to a device that cannot be
uniquely identified with a serial number, but those are happily fairly
rare (and mostly older ones). Dirk said he'd look at what it takes to
give more dive computers proper serial numbers, and I already did it for
the Garmin Descent family yesterday.
(Honesty in advertizing: right now you can't add a nickname to a dive
computer that doesn't already have one, because such a dive computer
will not have a device structure. But that's a UI issue, and I'll sort
that out separately)
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-08-16 22:50:11 +00:00
|
|
|
<divecomputer model='Heinrichs Weikamp OSTC 3' diveid='76543210' dctype='CCR'>
|
2015-03-10 21:27:14 +00:00
|
|
|
<depth max='38.99 m' mean='17.72 m' />
|
|
|
|
<temperature water='4.3 C' />
|
|
|
|
<surface pressure='1.02 bar' />
|
|
|
|
<water salinity='1000 g/l' />
|
2017-02-06 00:12:10 +00:00
|
|
|
<event time='0:02 min' type='25' value='21' name='gaschange' cylinder='1' />
|
2015-03-10 21:27:14 +00:00
|
|
|
<sample time='0:02 min' depth='2.335 m' />
|
|
|
|
<sample time='0:04 min' depth='2.916 m' />
|
|
|
|
<sample time='0:06 min' depth='3.273 m' />
|
|
|
|
<sample time='0:08 min' depth='3.549 m' />
|
|
|
|
<sample time='0:10 min' depth='4.038 m' />
|
|
|
|
<sample time='0:12 min' depth='4.517 m' temp='10.0 C' ndl='240:00 min' />
|
|
|
|
<sample time='0:14 min' depth='5.139 m' />
|
|
|
|
<sample time='0:16 min' depth='5.68 m' />
|
|
|
|
<sample time='0:18 min' depth='6.088 m' />
|
|
|
|
<sample time='0:20 min' depth='6.547 m' />
|
|
|
|
<sample time='0:22 min' depth='6.863 m' />
|
|
|
|
<sample time='0:24 min' depth='6.965 m' />
|
|
|
|
<sample time='0:26 min' depth='6.995 m' />
|
|
|
|
<sample time='0:28 min' depth='7.046 m' />
|
|
|
|
<sample time='0:30 min' depth='6.985 m' />
|
|
|
|
<sample time='0:32 min' depth='6.954 m' />
|
|
|
|
<sample time='0:34 min' depth='6.995 m' />
|
|
|
|
<sample time='0:36 min' depth='6.965 m' />
|
|
|
|
<sample time='0:38 min' depth='6.965 m' />
|
|
|
|
<sample time='0:40 min' depth='7.199 m' />
|
|
|
|
<sample time='0:42 min' depth='7.271 m' />
|
|
|
|
<sample time='0:44 min' depth='7.25 m' />
|
|
|
|
<sample time='0:46 min' depth='7.301 m' />
|
|
|
|
<sample time='0:48 min' depth='7.148 m' />
|
|
|
|
<sample time='0:50 min' depth='7.036 m' />
|
|
|
|
<sample time='0:52 min' depth='7.067 m' />
|
|
|
|
<sample time='0:54 min' depth='6.954 m' />
|
|
|
|
<sample time='0:56 min' depth='6.995 m' />
|
|
|
|
<sample time='0:58 min' depth='6.995 m' />
|
|
|
|
<sample time='1:00 min' depth='7.056 m' />
|
|
|
|
<sample time='1:02 min' depth='7.128 m' />
|
|
|
|
<sample time='1:04 min' depth='7.158 m' />
|
|
|
|
<sample time='1:06 min' depth='7.067 m' />
|
|
|
|
<sample time='1:08 min' depth='6.689 m' />
|
|
|
|
<sample time='1:10 min' depth='6.822 m' />
|
|
|
|
<sample time='1:12 min' depth='6.791 m' />
|
|
|
|
<sample time='1:14 min' depth='6.893 m' />
|
|
|
|
<sample time='1:16 min' depth='6.883 m' />
|
|
|
|
<sample time='1:18 min' depth='6.883 m' />
|
|
|
|
<sample time='1:20 min' depth='6.944 m' />
|
|
|
|
<sample time='1:22 min' depth='6.751 m' />
|
|
|
|
<sample time='1:24 min' depth='6.781 m' />
|
|
|
|
<sample time='1:26 min' depth='6.781 m' />
|
|
|
|
<sample time='1:28 min' depth='6.751 m' />
|
|
|
|
<sample time='1:30 min' depth='6.74 m' />
|
|
|
|
<sample time='1:32 min' depth='6.812 m' />
|
|
|
|
<sample time='1:34 min' depth='6.842 m' />
|
|
|
|
<sample time='1:36 min' depth='6.893 m' />
|
|
|
|
<sample time='1:38 min' depth='7.005 m' />
|
|
|
|
<sample time='1:40 min' depth='7.026 m' />
|
|
|
|
<sample time='1:42 min' depth='6.995 m' />
|
|
|
|
<sample time='1:44 min' depth='7.026 m' />
|
|
|
|
<sample time='1:46 min' depth='7.077 m' />
|
|
|
|
<sample time='1:48 min' depth='7.148 m' />
|
|
|
|
<sample time='1:50 min' depth='7.107 m' />
|
|
|
|
<sample time='1:52 min' depth='7.056 m' />
|
|
|
|
<sample time='1:54 min' depth='7.036 m' />
|
|
|
|
<sample time='1:56 min' depth='7.036 m' />
|
|
|
|
<sample time='1:58 min' depth='7.189 m' />
|
|
|
|
<sample time='2:00 min' depth='7.536 m' />
|
|
|
|
<sample time='2:02 min' depth='7.729 m' />
|
|
|
|
<sample time='2:04 min' depth='8.015 m' />
|
|
|
|
<sample time='2:06 min' depth='8.219 m' />
|
|
|
|
<sample time='2:08 min' depth='8.423 m' />
|
|
|
|
<sample time='2:10 min' depth='8.239 m' />
|
|
|
|
<sample time='2:12 min' depth='8.851 m' />
|
|
|
|
<sample time='2:14 min' depth='9.228 m' />
|
|
|
|
<sample time='2:16 min' depth='9.585 m' />
|
|
|
|
<sample time='2:18 min' depth='10.003 m' />
|
|
|
|
<sample time='2:20 min' depth='10.371 m' />
|
|
|
|
<sample time='2:22 min' depth='10.88 m' />
|
|
|
|
<sample time='2:24 min' depth='11.247 m' temp='9.9 C' />
|
|
|
|
<sample time='2:26 min' depth='11.574 m' />
|
|
|
|
<sample time='2:28 min' depth='11.92 m' />
|
|
|
|
<sample time='2:30 min' depth='12.216 m' />
|
|
|
|
<sample time='2:32 min' depth='12.461 m' />
|
|
|
|
<sample time='2:34 min' depth='12.563 m' />
|
|
|
|
<sample time='2:36 min' depth='12.716 m' temp='10.0 C' ndl='199:00 min' />
|
|
|
|
<sample time='2:38 min' depth='13.022 m' />
|
|
|
|
<sample time='2:40 min' depth='13.44 m' />
|
|
|
|
<sample time='2:42 min' depth='13.889 m' />
|
|
|
|
<sample time='2:44 min' depth='14.327 m' />
|
|
|
|
<sample time='2:46 min' depth='14.755 m' />
|
|
|
|
<sample time='2:48 min' depth='15.031 m' temp='9.9 C' ndl='89:00 min' />
|
|
|
|
<sample time='2:50 min' depth='15.296 m' />
|
|
|
|
<sample time='2:52 min' depth='15.53 m' />
|
|
|
|
<sample time='2:54 min' depth='15.816 m' />
|
|
|
|
<sample time='2:56 min' depth='16.05 m' />
|
|
|
|
<sample time='2:58 min' depth='16.091 m' />
|
|
|
|
<sample time='3:00 min' depth='16.336 m' ndl='68:00 min' />
|
|
|
|
<sample time='3:02 min' depth='16.479 m' />
|
|
|
|
<sample time='3:04 min' depth='16.611 m' />
|
|
|
|
<sample time='3:06 min' depth='16.642 m' />
|
|
|
|
<sample time='3:08 min' depth='16.876 m' />
|
|
|
|
<sample time='3:10 min' depth='17.121 m' />
|
|
|
|
<sample time='3:12 min' depth='17.294 m' ndl='56:00 min' cns='1%' />
|
|
|
|
<sample time='3:14 min' depth='17.447 m' />
|
|
|
|
<sample time='3:16 min' depth='17.498 m' />
|
|
|
|
<sample time='3:18 min' depth='17.58 m' />
|
|
|
|
<sample time='3:20 min' depth='17.814 m' />
|
|
|
|
<sample time='3:22 min' depth='18.059 m' />
|
|
|
|
<sample time='3:24 min' depth='18.345 m' ndl='46:00 min' />
|
|
|
|
<sample time='3:26 min' depth='18.589 m' />
|
|
|
|
<sample time='3:28 min' depth='18.855 m' />
|
|
|
|
<sample time='3:30 min' depth='19.13 m' />
|
|
|
|
<sample time='3:32 min' depth='19.456 m' />
|
|
|
|
<sample time='3:34 min' depth='19.762 m' />
|
|
|
|
<sample time='3:36 min' depth='20.007 m' temp='9.8 C' ndl='36:00 min' />
|
|
|
|
<sample time='3:38 min' depth='20.221 m' />
|
|
|
|
<sample time='3:40 min' depth='20.292 m' />
|
|
|
|
<sample time='3:42 min' depth='20.252 m' />
|
|
|
|
<sample time='3:44 min' depth='20.394 m' />
|
|
|
|
<sample time='3:46 min' depth='20.496 m' />
|
|
|
|
<sample time='3:48 min' depth='20.557 m' temp='9.1 C' ndl='32:00 min' />
|
|
|
|
<sample time='3:50 min' depth='20.527 m' />
|
|
|
|
<sample time='3:52 min' depth='20.71 m' />
|
|
|
|
<sample time='3:54 min' depth='20.874 m' />
|
|
|
|
<sample time='3:56 min' depth='21.027 m' />
|
|
|
|
<sample time='3:58 min' depth='21.23 m' />
|
|
|
|
<sample time='4:00 min' depth='21.2 m' temp='8.4 C' ndl='29:00 min' />
|
|
|
|
<sample time='4:02 min' depth='21.19 m' />
|
|
|
|
<sample time='4:04 min' depth='21.159 m' />
|
|
|
|
<sample time='4:06 min' depth='21.057 m' />
|
|
|
|
<sample time='4:08 min' depth='21.047 m' />
|
|
|
|
<sample time='4:10 min' depth='21.088 m' />
|
|
|
|
<sample time='4:12 min' depth='21.292 m' temp='7.8 C' />
|
|
|
|
<sample time='4:14 min' depth='21.424 m' />
|
|
|
|
<sample time='4:16 min' depth='21.587 m' />
|
|
|
|
<sample time='4:18 min' depth='21.761 m' />
|
|
|
|
<sample time='4:20 min' depth='21.924 m' />
|
|
|
|
<sample time='4:22 min' depth='21.985 m' />
|
|
|
|
<sample time='4:24 min' depth='22.128 m' temp='7.4 C' ndl='26:00 min' />
|
|
|
|
<sample time='4:26 min' depth='22.281 m' />
|
|
|
|
<sample time='4:28 min' depth='22.566 m' />
|
|
|
|
<sample time='4:30 min' depth='22.811 m' />
|
|
|
|
<sample time='4:32 min' depth='23.127 m' />
|
|
|
|
<sample time='4:34 min' depth='23.413 m' />
|
|
|
|
<sample time='4:36 min' depth='23.77 m' temp='7.0 C' ndl='22:00 min' />
|
|
|
|
<sample time='4:38 min' depth='24.188 m' />
|
|
|
|
<sample time='4:40 min' depth='24.534 m' />
|
|
|
|
<sample time='4:42 min' depth='24.759 m' />
|
|
|
|
<sample time='4:44 min' depth='24.901 m' />
|
|
|
|
<sample time='4:46 min' depth='25.126 m' />
|
|
|
|
<sample time='4:48 min' depth='25.279 m' temp='6.6 C' ndl='18:00 min' />
|
|
|
|
<sample time='4:50 min' depth='25.503 m' />
|
|
|
|
<sample time='4:52 min' depth='25.646 m' />
|
|
|
|
<sample time='4:54 min' depth='25.799 m' />
|
|
|
|
<sample time='4:56 min' depth='26.044 m' />
|
|
|
|
<sample time='4:58 min' depth='26.268 m' />
|
|
|
|
<sample time='5:00 min' depth='26.472 m' temp='6.2 C' ndl='15:00 min' />
|
|
|
|
<sample time='5:02 min' depth='26.655 m' />
|
|
|
|
<sample time='5:04 min' depth='26.717 m' />
|
|
|
|
<sample time='5:06 min' depth='26.788 m' />
|
|
|
|
<sample time='5:08 min' depth='26.839 m' />
|
|
|
|
<sample time='5:10 min' depth='26.941 m' />
|
|
|
|
<sample time='5:12 min' depth='27.175 m' temp='5.8 C' ndl='14:00 min' />
|
|
|
|
<sample time='5:14 min' depth='27.441 m' />
|
|
|
|
<sample time='5:16 min' depth='27.716 m' />
|
|
|
|
<sample time='5:18 min' depth='28.032 m' />
|
|
|
|
<sample time='5:20 min' depth='28.307 m' />
|
|
|
|
<sample time='5:22 min' depth='28.491 m' />
|
|
|
|
<sample time='5:24 min' depth='28.705 m' temp='5.6 C' ndl='12:00 min' />
|
|
|
|
<sample time='5:26 min' depth='28.827 m' />
|
|
|
|
<sample time='5:28 min' depth='29.011 m' />
|
|
|
|
<sample time='5:30 min' depth='29.113 m' />
|
|
|
|
<sample time='5:32 min' depth='29.215 m' />
|
|
|
|
<sample time='5:34 min' depth='29.347 m' />
|
|
|
|
<sample time='5:36 min' depth='29.623 m' temp='5.3 C' ndl='11:00 min' />
|
|
|
|
<sample time='5:38 min' depth='29.776 m' />
|
|
|
|
<sample time='5:40 min' depth='29.888 m' />
|
|
|
|
<sample time='5:42 min' depth='30.01 m' />
|
|
|
|
<sample time='5:44 min' depth='30.122 m' />
|
|
|
|
<sample time='5:46 min' depth='30.306 m' />
|
|
|
|
<sample time='5:48 min' depth='30.52 m' temp='5.2 C' ndl='10:00 min' />
|
|
|
|
<sample time='5:50 min' depth='30.846 m' po2='1.2 bar' />
|
|
|
|
<sample time='5:52 min' depth='31.05 m' />
|
|
|
|
<sample time='5:54 min' depth='31.366 m' />
|
|
|
|
<sample time='5:56 min' depth='31.519 m' />
|
|
|
|
<sample time='5:58 min' depth='31.652 m' />
|
|
|
|
<sample time='6:00 min' depth='31.815 m' temp='5.0 C' ndl='12:00 min' />
|
|
|
|
<sample time='6:02 min' depth='32.111 m' />
|
|
|
|
<sample time='6:04 min' depth='32.192 m' />
|
|
|
|
<sample time='6:06 min' depth='32.437 m' />
|
|
|
|
<sample time='6:08 min' depth='32.59 m' />
|
|
|
|
<sample time='6:10 min' depth='32.702 m' />
|
|
|
|
<sample time='6:12 min' depth='32.835 m' temp='4.8 C' ndl='10:00 min' />
|
|
|
|
<sample time='6:14 min' depth='33.049 m' />
|
|
|
|
<sample time='6:16 min' depth='33.018 m' />
|
|
|
|
<sample time='6:18 min' depth='32.998 m' />
|
|
|
|
<sample time='6:20 min' depth='33.569 m' />
|
|
|
|
<sample time='6:22 min' depth='33.753 m' />
|
|
|
|
<sample time='6:24 min' depth='33.926 m' temp='4.7 C' ndl='9:00 min' />
|
|
|
|
<sample time='6:26 min' depth='34.038 m' />
|
|
|
|
<sample time='6:28 min' depth='34.181 m' />
|
|
|
|
<sample time='6:30 min' depth='34.232 m' />
|
|
|
|
<sample time='6:32 min' depth='34.375 m' />
|
|
|
|
<sample time='6:34 min' depth='34.364 m' />
|
|
|
|
<sample time='6:36 min' depth='34.497 m' temp='4.6 C' />
|
|
|
|
<sample time='6:38 min' depth='34.375 m' />
|
|
|
|
<sample time='6:40 min' depth='34.364 m' />
|
|
|
|
<sample time='6:42 min' depth='34.313 m' />
|
|
|
|
<sample time='6:44 min' depth='34.354 m' />
|
|
|
|
<sample time='6:46 min' depth='34.415 m' />
|
|
|
|
<sample time='6:48 min' depth='34.477 m' />
|
|
|
|
<sample time='6:50 min' depth='34.609 m' />
|
|
|
|
<sample time='6:52 min' depth='34.721 m' />
|
|
|
|
<sample time='6:54 min' depth='34.844 m' />
|
|
|
|
<sample time='6:56 min' depth='34.895 m' />
|
|
|
|
<sample time='6:58 min' depth='35.037 m' />
|
|
|
|
<sample time='7:00 min' depth='35.109 m' temp='4.5 C' ndl='8:00 min' />
|
|
|
|
<sample time='7:02 min' depth='35.16 m' />
|
|
|
|
<sample time='7:04 min' depth='35.18 m' />
|
|
|
|
<sample time='7:06 min' depth='35.17 m' />
|
|
|
|
<sample time='7:08 min' depth='35.16 m' />
|
|
|
|
<sample time='7:10 min' depth='35.17 m' />
|
|
|
|
<sample time='7:12 min' depth='35.058 m' cns='2%' />
|
|
|
|
<sample time='7:14 min' depth='34.997 m' />
|
|
|
|
<sample time='7:16 min' depth='35.017 m' />
|
|
|
|
<sample time='7:18 min' depth='34.905 m' />
|
|
|
|
<sample time='7:20 min' depth='34.803 m' />
|
|
|
|
<sample time='7:22 min' depth='34.681 m' />
|
|
|
|
<sample time='7:24 min' depth='34.589 m' />
|
|
|
|
<sample time='7:26 min' depth='34.436 m' />
|
|
|
|
<sample time='7:28 min' depth='34.181 m' />
|
|
|
|
<sample time='7:30 min' depth='34.018 m' />
|
|
|
|
<sample time='7:32 min' depth='33.844 m' />
|
|
|
|
<sample time='7:34 min' depth='33.681 m' />
|
|
|
|
<sample time='7:36 min' depth='33.416 m' ndl='9:00 min' />
|
|
|
|
<sample time='7:38 min' depth='33.039 m' />
|
|
|
|
<sample time='7:40 min' depth='32.825 m' />
|
|
|
|
<sample time='7:42 min' depth='32.56 m' />
|
|
|
|
<sample time='7:44 min' depth='32.417 m' />
|
|
|
|
<sample time='7:46 min' depth='32.305 m' />
|
|
|
|
<sample time='7:48 min' depth='31.795 m' />
|
|
|
|
<sample time='7:50 min' depth='31.519 m' />
|
|
|
|
<sample time='7:52 min' depth='31.326 m' />
|
|
|
|
<sample time='7:54 min' depth='31.652 m' />
|
|
|
|
<sample time='7:56 min' depth='31.652 m' />
|
|
|
|
<sample time='7:58 min' depth='31.57 m' />
|
|
|
|
<sample time='8:00 min' depth='31.479 m' ndl='10:00 min' />
|
|
|
|
<sample time='8:02 min' depth='31.234 m' />
|
|
|
|
<sample time='8:04 min' depth='30.683 m' />
|
|
|
|
<sample time='8:06 min' depth='30.255 m' />
|
|
|
|
<sample time='8:08 min' depth='30.051 m' />
|
|
|
|
<sample time='8:10 min' depth='30.398 m' />
|
|
|
|
<sample time='8:12 min' depth='30.367 m' ndl='11:00 min' />
|
|
|
|
<sample time='8:14 min' depth='30.357 m' />
|
|
|
|
<sample time='8:16 min' depth='30.245 m' />
|
|
|
|
<sample time='8:18 min' depth='30.133 m' />
|
|
|
|
<sample time='8:20 min' depth='30.0 m' />
|
|
|
|
<sample time='8:22 min' depth='29.918 m' />
|
|
|
|
<sample time='8:24 min' depth='29.766 m' temp='4.6 C' ndl='12:00 min' />
|
|
|
|
<sample time='8:26 min' depth='29.592 m' />
|
|
|
|
<sample time='8:28 min' depth='29.47 m' />
|
|
|
|
<sample time='8:30 min' depth='29.317 m' />
|
|
|
|
<sample time='8:32 min' depth='29.164 m' />
|
|
|
|
<sample time='8:34 min' depth='28.848 m' />
|
|
|
|
<sample time='8:36 min' depth='28.787 m' ndl='14:00 min' />
|
|
|
|
<sample time='8:38 min' depth='28.613 m' />
|
|
|
|
<sample time='8:40 min' depth='28.562 m' />
|
|
|
|
<sample time='8:42 min' depth='28.491 m' />
|
|
|
|
<sample time='8:44 min' depth='28.318 m' />
|
|
|
|
<sample time='8:46 min' depth='28.236 m' />
|
|
|
|
<sample time='8:48 min' depth='28.114 m' temp='4.7 C' ndl='15:00 min' />
|
|
|
|
<sample time='8:50 min' depth='27.93 m' />
|
|
|
|
<sample time='8:52 min' depth='27.746 m' />
|
|
|
|
<sample time='8:54 min' depth='27.532 m' />
|
|
|
|
<sample time='8:56 min' depth='27.298 m' />
|
|
|
|
<sample time='8:58 min' depth='26.992 m' />
|
|
|
|
<sample time='9:00 min' depth='26.717 m' ndl='19:00 min' />
|
|
|
|
<sample time='9:02 min' depth='26.207 m' />
|
|
|
|
<sample time='9:04 min' depth='25.656 m' />
|
|
|
|
<sample time='9:06 min' depth='25.666 m' />
|
|
|
|
<sample time='9:08 min' depth='25.656 m' />
|
|
|
|
<sample time='9:10 min' depth='25.503 m' />
|
|
|
|
<sample time='9:12 min' depth='25.269 m' temp='4.8 C' ndl='25:00 min' cns='3%' />
|
|
|
|
<sample time='9:14 min' depth='25.085 m' />
|
|
|
|
<sample time='9:16 min' depth='24.891 m' />
|
|
|
|
<sample time='9:18 min' depth='24.677 m' />
|
|
|
|
<sample time='9:20 min' depth='24.483 m' />
|
|
|
|
<sample time='9:22 min' depth='24.208 m' />
|
|
|
|
<sample time='9:24 min' depth='23.678 m' temp='5.0 C' ndl='33:00 min' />
|
|
|
|
<sample time='9:26 min' depth='23.229 m' />
|
|
|
|
<sample time='9:28 min' depth='22.872 m' />
|
|
|
|
<sample time='9:30 min' depth='23.107 m' />
|
|
|
|
<sample time='9:32 min' depth='23.025 m' />
|
|
|
|
<sample time='9:34 min' depth='22.964 m' />
|
|
|
|
<sample time='9:36 min' depth='22.913 m' temp='5.2 C' ndl='41:00 min' />
|
|
|
|
<sample time='9:38 min' depth='22.984 m' />
|
|
|
|
<sample time='9:40 min' depth='23.046 m' />
|
|
|
|
<sample time='9:42 min' depth='23.056 m' />
|
|
|
|
<sample time='9:44 min' depth='23.107 m' />
|
|
|
|
<sample time='9:46 min' depth='23.127 m' />
|
|
|
|
<sample time='9:48 min' depth='23.158 m' temp='5.5 C' ndl='38:00 min' />
|
|
|
|
<sample time='9:50 min' depth='23.097 m' />
|
|
|
|
<sample time='9:52 min' depth='23.117 m' />
|
|
|
|
<sample time='9:54 min' depth='23.158 m' />
|
|
|
|
<sample time='9:56 min' depth='23.28 m' />
|
|
|
|
<sample time='9:58 min' depth='23.474 m' />
|
|
|
|
<sample time='10:00 min' depth='23.606 m' temp='5.7 C' ndl='35:00 min' />
|
|
|
|
<sample time='10:02 min' depth='23.719 m' />
|
|
|
|
<sample time='10:04 min' depth='23.719 m' />
|
|
|
|
<sample time='10:06 min' depth='23.759 m' />
|
|
|
|
<sample time='10:08 min' depth='23.729 m' />
|
|
|
|
<sample time='10:10 min' depth='23.719 m' />
|
|
|
|
<sample time='10:12 min' depth='23.708 m' temp='5.8 C' ndl='34:00 min' />
|
|
|
|
<sample time='10:14 min' depth='23.729 m' />
|
|
|
|
<sample time='10:16 min' depth='23.729 m' />
|
|
|
|
<sample time='10:18 min' depth='23.902 m' />
|
|
|
|
<sample time='10:20 min' depth='24.137 m' />
|
|
|
|
<sample time='10:22 min' depth='24.249 m' />
|
|
|
|
<sample time='10:24 min' depth='24.371 m' ndl='29:00 min' />
|
|
|
|
<sample time='10:26 min' depth='24.565 m' />
|
|
|
|
<sample time='10:28 min' depth='24.708 m' />
|
|
|
|
<sample time='10:30 min' depth='24.85 m' />
|
|
|
|
<sample time='10:32 min' depth='25.003 m' />
|
|
|
|
<sample time='10:34 min' depth='25.156 m' />
|
|
|
|
<sample time='10:36 min' depth='25.289 m' ndl='24:00 min' />
|
|
|
|
<sample time='10:38 min' depth='25.279 m' />
|
|
|
|
<sample time='10:40 min' depth='25.218 m' />
|
|
|
|
<sample time='10:42 min' depth='25.187 m' />
|
|
|
|
<sample time='10:44 min' depth='25.177 m' />
|
|
|
|
<sample time='10:46 min' depth='25.187 m' />
|
|
|
|
<sample time='10:48 min' depth='25.207 m' temp='5.6 C' />
|
|
|
|
<sample time='10:50 min' depth='25.279 m' />
|
|
|
|
<sample time='10:52 min' depth='25.33 m' />
|
|
|
|
<sample time='10:54 min' depth='25.391 m' />
|
|
|
|
<sample time='10:56 min' depth='25.422 m' />
|
|
|
|
<sample time='10:58 min' depth='25.473 m' />
|
|
|
|
<sample time='11:00 min' depth='25.493 m' temp='5.5 C' ndl='22:00 min' />
|
|
|
|
<sample time='11:02 min' depth='25.564 m' />
|
|
|
|
<sample time='11:04 min' depth='25.544 m' />
|
|
|
|
<sample time='11:06 min' depth='25.656 m' />
|
|
|
|
<sample time='11:08 min' depth='25.676 m' />
|
|
|
|
<sample time='11:10 min' depth='25.697 m' />
|
|
|
|
<sample time='11:12 min' depth='25.666 m' temp='5.4 C' ndl='21:00 min' cns='4%' />
|
|
|
|
<sample time='11:14 min' depth='25.809 m' />
|
|
|
|
<sample time='11:16 min' depth='25.84 m' />
|
|
|
|
<sample time='11:18 min' depth='25.891 m' />
|
|
|
|
<sample time='11:20 min' depth='25.972 m' />
|
|
|
|
<sample time='11:22 min' depth='26.044 m' />
|
|
|
|
<sample time='11:24 min' depth='26.135 m' ndl='20:00 min' />
|
|
|
|
<sample time='11:26 min' depth='26.186 m' />
|
|
|
|
<sample time='11:28 min' depth='26.258 m' />
|
|
|
|
<sample time='11:30 min' depth='26.288 m' />
|
|
|
|
<sample time='11:32 min' depth='26.349 m' />
|
|
|
|
<sample time='11:34 min' depth='26.38 m' />
|
|
|
|
<sample time='11:36 min' depth='26.37 m' temp='5.3 C' ndl='18:00 min' />
|
|
|
|
<sample time='11:38 min' depth='26.349 m' />
|
|
|
|
<sample time='11:40 min' depth='26.247 m' />
|
|
|
|
<sample time='11:42 min' depth='26.105 m' />
|
|
|
|
<sample time='11:44 min' depth='26.095 m' />
|
|
|
|
<sample time='11:46 min' depth='26.054 m' />
|
|
|
|
<sample time='11:48 min' depth='26.023 m' ndl='19:00 min' />
|
|
|
|
<sample time='11:50 min' depth='26.033 m' />
|
|
|
|
<sample time='11:52 min' depth='26.033 m' />
|
|
|
|
<sample time='11:54 min' depth='26.003 m' />
|
|
|
|
<sample time='11:56 min' depth='25.962 m' />
|
|
|
|
<sample time='11:58 min' depth='25.942 m' />
|
|
|
|
<sample time='12:00 min' depth='25.85 m' ndl='20:00 min' />
|
|
|
|
<sample time='12:02 min' depth='25.789 m' />
|
|
|
|
<sample time='12:04 min' depth='25.697 m' />
|
|
|
|
<sample time='12:06 min' depth='25.595 m' />
|
|
|
|
<sample time='12:08 min' depth='25.513 m' />
|
|
|
|
<sample time='12:10 min' depth='25.36 m' />
|
|
|
|
<sample time='12:12 min' depth='25.238 m' ndl='22:00 min' />
|
|
|
|
<sample time='12:14 min' depth='25.136 m' />
|
|
|
|
<sample time='12:16 min' depth='25.014 m' />
|
|
|
|
<sample time='12:18 min' depth='24.861 m' />
|
|
|
|
<sample time='12:20 min' depth='24.259 m' />
|
|
|
|
<sample time='12:22 min' depth='24.147 m' />
|
|
|
|
<sample time='12:24 min' depth='24.514 m' ndl='27:00 min' />
|
|
|
|
<sample time='12:26 min' depth='24.555 m' />
|
|
|
|
<sample time='12:28 min' depth='24.596 m' />
|
|
|
|
<sample time='12:30 min' depth='24.677 m' />
|
|
|
|
<sample time='12:32 min' depth='24.769 m' />
|
|
|
|
<sample time='12:34 min' depth='24.861 m' />
|
|
|
|
<sample time='12:36 min' depth='24.901 m' temp='5.4 C' ndl='24:00 min' />
|
|
|
|
<sample time='12:38 min' depth='24.81 m' />
|
|
|
|
<sample time='12:40 min' depth='24.698 m' />
|
|
|
|
<sample time='12:42 min' depth='24.534 m' />
|
|
|
|
<sample time='12:44 min' depth='24.473 m' />
|
|
|
|
<sample time='12:46 min' depth='24.473 m' />
|
|
|
|
<sample time='12:48 min' depth='24.463 m' ndl='27:00 min' />
|
|
|
|
<sample time='12:50 min' depth='24.463 m' />
|
|
|
|
<sample time='12:52 min' depth='24.463 m' />
|
|
|
|
<sample time='12:54 min' depth='24.432 m' />
|
|
|
|
<sample time='12:56 min' depth='24.402 m' />
|
|
|
|
<sample time='12:58 min' depth='24.371 m' />
|
|
|
|
<sample time='13:00 min' depth='24.31 m' temp='5.5 C' />
|
|
|
|
<sample time='13:02 min' depth='24.259 m' />
|
|
|
|
<sample time='13:04 min' depth='24.218 m' />
|
|
|
|
<sample time='13:06 min' depth='24.137 m' />
|
|
|
|
<sample time='13:08 min' depth='24.065 m' />
|
|
|
|
<sample time='13:10 min' depth='23.974 m' />
|
|
|
|
<sample time='13:12 min' depth='23.79 m' ndl='30:00 min' />
|
|
|
|
<sample time='13:14 min' depth='23.627 m' />
|
|
|
|
<sample time='13:16 min' depth='23.413 m' />
|
|
|
|
<sample time='13:18 min' depth='23.301 m' />
|
|
|
|
<sample time='13:20 min' depth='23.117 m' />
|
|
|
|
<sample time='13:22 min' depth='22.791 m' />
|
|
|
|
<sample time='13:24 min' depth='22.638 m' temp='5.7 C' ndl='39:00 min' />
|
|
|
|
<sample time='13:26 min' depth='22.464 m' />
|
|
|
|
<sample time='13:28 min' depth='22.291 m' />
|
|
|
|
<sample time='13:30 min' depth='22.016 m' />
|
|
|
|
<sample time='13:32 min' depth='21.618 m' />
|
|
|
|
<sample time='13:34 min' depth='21.904 m' />
|
|
|
|
<sample time='13:36 min' depth='21.842 m' temp='5.8 C' ndl='47:00 min' cns='5%' />
|
|
|
|
<sample time='13:38 min' depth='21.771 m' />
|
|
|
|
<sample time='13:40 min' depth='21.363 m' />
|
|
|
|
<sample time='13:42 min' depth='20.904 m' />
|
|
|
|
<sample time='13:44 min' depth='20.741 m' />
|
|
|
|
<sample time='13:46 min' depth='21.078 m' />
|
|
|
|
<sample time='13:48 min' depth='21.078 m' temp='6.1 C' ndl='55:00 min' />
|
|
|
|
<sample time='13:50 min' depth='21.016 m' />
|
|
|
|
<sample time='13:52 min' depth='20.955 m' />
|
|
|
|
<sample time='13:54 min' depth='20.914 m' />
|
|
|
|
<sample time='13:56 min' depth='20.874 m' />
|
|
|
|
<sample time='13:58 min' depth='20.802 m' />
|
|
|
|
<sample time='14:00 min' depth='20.68 m' temp='6.4 C' ndl='61:00 min' />
|
|
|
|
<sample time='14:02 min' depth='20.252 m' />
|
|
|
|
<sample time='14:04 min' depth='19.884 m' />
|
|
|
|
<sample time='14:06 min' depth='19.589 m' />
|
|
|
|
<sample time='14:08 min' depth='18.987 m' />
|
|
|
|
<sample time='14:10 min' depth='18.773 m' />
|
|
|
|
<sample time='14:12 min' depth='18.906 m' temp='6.7 C' ndl='102:00 min' />
|
|
|
|
<sample time='14:14 min' depth='18.783 m' />
|
|
|
|
<sample time='14:16 min' depth='18.6 m' />
|
|
|
|
<sample time='14:18 min' depth='18.416 m' />
|
|
|
|
<sample time='14:20 min' depth='18.222 m' />
|
|
|
|
<sample time='14:22 min' depth='18.018 m' />
|
|
|
|
<sample time='14:24 min' depth='17.845 m' temp='7.2 C' ndl='159:00 min' />
|
|
|
|
<sample time='14:26 min' depth='17.529 m' />
|
|
|
|
<sample time='14:28 min' depth='16.785 m' />
|
|
|
|
<sample time='14:30 min' depth='16.173 m' />
|
|
|
|
<sample time='14:32 min' depth='16.254 m' />
|
|
|
|
<sample time='14:34 min' depth='16.193 m' />
|
|
|
|
<sample time='14:36 min' depth='16.04 m' temp='8.1 C' ndl='240:00 min' />
|
|
|
|
<sample time='14:38 min' depth='16.03 m' />
|
|
|
|
<sample time='14:40 min' depth='16.091 m' />
|
|
|
|
<sample time='14:42 min' depth='15.918 m' />
|
|
|
|
<sample time='14:44 min' depth='15.877 m' />
|
|
|
|
<sample time='14:46 min' depth='15.704 m' />
|
|
|
|
<sample time='14:48 min' depth='15.53 m' temp='8.7 C' />
|
|
|
|
<sample time='14:50 min' depth='15.337 m' />
|
|
|
|
<sample time='14:52 min' depth='14.735 m' />
|
|
|
|
<sample time='14:54 min' depth='14.398 m' />
|
|
|
|
<sample time='14:56 min' depth='14.684 m' />
|
|
|
|
<sample time='14:58 min' depth='14.511 m' />
|
|
|
|
<sample time='15:00 min' depth='14.368 m' temp='9.2 C' />
|
|
|
|
<sample time='15:02 min' depth='14.358 m' />
|
|
|
|
<sample time='15:04 min' depth='14.225 m' />
|
|
|
|
<sample time='15:06 min' depth='14.143 m' />
|
|
|
|
<sample time='15:08 min' depth='13.929 m' />
|
|
|
|
<sample time='15:10 min' depth='13.664 m' />
|
|
|
|
<sample time='15:12 min' depth='13.246 m' temp='9.5 C' />
|
|
|
|
<sample time='15:14 min' depth='12.583 m' />
|
|
|
|
<sample time='15:16 min' depth='12.787 m' />
|
|
|
|
<sample time='15:18 min' depth='12.767 m' />
|
|
|
|
<sample time='15:20 min' depth='12.726 m' />
|
|
|
|
<sample time='15:22 min' depth='12.593 m' />
|
|
|
|
<sample time='15:24 min' depth='12.461 m' temp='9.7 C' />
|
|
|
|
<sample time='15:26 min' depth='12.288 m' />
|
|
|
|
<sample time='15:28 min' depth='11.747 m' />
|
|
|
|
<sample time='15:30 min' depth='11.472 m' />
|
|
|
|
<sample time='15:32 min' depth='11.869 m' />
|
|
|
|
<sample time='15:34 min' depth='11.869 m' />
|
|
|
|
<sample time='15:36 min' depth='11.91 m' temp='9.8 C' cns='6%' />
|
|
|
|
<sample time='15:38 min' depth='11.92 m' />
|
|
|
|
<sample time='15:40 min' depth='11.91 m' />
|
|
|
|
<sample time='15:42 min' depth='11.859 m' />
|
|
|
|
<sample time='15:44 min' depth='11.819 m' />
|
|
|
|
<sample time='15:46 min' depth='11.808 m' />
|
|
|
|
<sample time='15:48 min' depth='11.808 m' />
|
|
|
|
<sample time='15:50 min' depth='11.829 m' />
|
|
|
|
<sample time='15:52 min' depth='11.829 m' />
|
|
|
|
<sample time='15:54 min' depth='11.839 m' />
|
|
|
|
<sample time='15:56 min' depth='11.849 m' />
|
|
|
|
<sample time='15:58 min' depth='11.92 m' />
|
|
|
|
<sample time='16:00 min' depth='11.971 m' />
|
|
|
|
<sample time='16:02 min' depth='11.951 m' />
|
|
|
|
<sample time='16:04 min' depth='11.941 m' />
|
|
|
|
<sample time='16:06 min' depth='11.951 m' />
|
|
|
|
<sample time='16:08 min' depth='11.971 m' />
|
|
|
|
<sample time='16:10 min' depth='12.094 m' />
|
|
|
|
<sample time='16:12 min' depth='12.175 m' />
|
|
|
|
<sample time='16:14 min' depth='12.277 m' />
|
|
|
|
<sample time='16:16 min' depth='12.339 m' />
|
|
|
|
<sample time='16:18 min' depth='12.471 m' />
|
|
|
|
<sample time='16:20 min' depth='12.553 m' />
|
|
|
|
<sample time='16:22 min' depth='12.665 m' />
|
|
|
|
<sample time='16:24 min' depth='12.828 m' />
|
|
|
|
<sample time='16:26 min' depth='12.91 m' />
|
|
|
|
<sample time='16:28 min' depth='13.001 m' />
|
|
|
|
<sample time='16:30 min' depth='12.94 m' />
|
|
|
|
<sample time='16:32 min' depth='12.859 m' />
|
|
|
|
<sample time='16:34 min' depth='12.797 m' />
|
|
|
|
<sample time='16:36 min' depth='12.675 m' />
|
|
|
|
<sample time='16:38 min' depth='12.634 m' />
|
|
|
|
<sample time='16:40 min' depth='12.716 m' />
|
|
|
|
<sample time='16:42 min' depth='12.787 m' />
|
|
|
|
<sample time='16:44 min' depth='12.848 m' />
|
|
|
|
<sample time='16:46 min' depth='12.93 m' />
|
|
|
|
<sample time='16:48 min' depth='13.001 m' />
|
|
|
|
<sample time='16:50 min' depth='13.185 m' />
|
|
|
|
<sample time='16:52 min' depth='13.338 m' />
|
|
|
|
<sample time='16:54 min' depth='13.562 m' />
|
|
|
|
<sample time='16:56 min' depth='13.756 m' />
|
|
|
|
<sample time='16:58 min' depth='14.021 m' />
|
|
|
|
<sample time='17:00 min' depth='14.143 m' />
|
|
|
|
<sample time='17:02 min' depth='14.347 m' />
|
|
|
|
<sample time='17:04 min' depth='14.429 m' />
|
|
|
|
<sample time='17:06 min' depth='14.46 m' />
|
|
|
|
<sample time='17:08 min' depth='14.46 m' />
|
|
|
|
<sample time='17:10 min' depth='14.47 m' />
|
|
|
|
<sample time='17:12 min' depth='14.623 m' />
|
|
|
|
<sample time='17:14 min' depth='14.704 m' />
|
|
|
|
<sample time='17:16 min' depth='14.806 m' />
|
|
|
|
<sample time='17:18 min' depth='14.878 m' />
|
|
|
|
<sample time='17:20 min' depth='14.98 m' />
|
|
|
|
<sample time='17:22 min' depth='15.031 m' />
|
|
|
|
<sample time='17:24 min' depth='14.969 m' />
|
|
|
|
<sample time='17:26 min' depth='15.102 m' />
|
|
|
|
<sample time='17:28 min' depth='15.102 m' />
|
|
|
|
<sample time='17:30 min' depth='15.112 m' />
|
|
|
|
<sample time='17:32 min' depth='15.082 m' />
|
|
|
|
<sample time='17:34 min' depth='15.041 m' />
|
|
|
|
<sample time='17:36 min' depth='15.061 m' />
|
|
|
|
<sample time='17:38 min' depth='15.031 m' />
|
|
|
|
<sample time='17:40 min' depth='15.082 m' />
|
|
|
|
<sample time='17:42 min' depth='15.153 m' />
|
|
|
|
<sample time='17:44 min' depth='15.224 m' />
|
|
|
|
<sample time='17:46 min' depth='15.337 m' />
|
|
|
|
<sample time='17:48 min' depth='15.469 m' />
|
|
|
|
<sample time='17:50 min' depth='15.602 m' />
|
|
|
|
<sample time='17:52 min' depth='15.765 m' />
|
|
|
|
<sample time='17:54 min' depth='15.857 m' />
|
|
|
|
<sample time='17:56 min' depth='15.867 m' />
|
|
|
|
<sample time='17:58 min' depth='15.867 m' />
|
|
|
|
<sample time='18:00 min' depth='15.795 m' cns='7%' />
|
|
|
|
<sample time='18:02 min' depth='15.785 m' />
|
|
|
|
<sample time='18:04 min' depth='15.836 m' />
|
|
|
|
<sample time='18:06 min' depth='15.816 m' />
|
|
|
|
<sample time='18:08 min' depth='15.857 m' />
|
|
|
|
<sample time='18:10 min' depth='15.877 m' />
|
|
|
|
<sample time='18:12 min' depth='15.938 m' temp='9.9 C' />
|
|
|
|
<sample time='18:14 min' depth='15.928 m' />
|
|
|
|
<sample time='18:16 min' depth='15.979 m' />
|
|
|
|
<sample time='18:18 min' depth='15.999 m' />
|
|
|
|
<sample time='18:20 min' depth='16.02 m' />
|
|
|
|
<sample time='18:22 min' depth='16.071 m' />
|
|
|
|
<sample time='18:24 min' depth='16.091 m' />
|
|
|
|
<sample time='18:26 min' depth='16.203 m' />
|
|
|
|
<sample time='18:28 min' depth='16.275 m' />
|
|
|
|
<sample time='18:30 min' depth='16.397 m' />
|
|
|
|
<sample time='18:32 min' depth='16.519 m' />
|
|
|
|
<sample time='18:34 min' depth='16.581 m' />
|
|
|
|
<sample time='18:36 min' depth='16.795 m' />
|
|
|
|
<sample time='18:38 min' depth='16.927 m' />
|
|
|
|
<sample time='18:40 min' depth='17.08 m' />
|
|
|
|
<sample time='18:42 min' depth='17.09 m' />
|
|
|
|
<sample time='18:44 min' depth='17.101 m' />
|
|
|
|
<sample time='18:46 min' depth='17.111 m' />
|
|
|
|
<sample time='18:48 min' depth='17.223 m' />
|
|
|
|
<sample time='18:50 min' depth='17.407 m' />
|
|
|
|
<sample time='18:52 min' depth='17.519 m' />
|
|
|
|
<sample time='18:54 min' depth='17.57 m' />
|
|
|
|
<sample time='18:56 min' depth='17.539 m' />
|
|
|
|
<sample time='18:58 min' depth='17.509 m' />
|
|
|
|
<sample time='19:00 min' depth='17.478 m' ndl='205:00 min' />
|
|
|
|
<sample time='19:02 min' depth='17.468 m' />
|
|
|
|
<sample time='19:04 min' depth='17.447 m' />
|
|
|
|
<sample time='19:06 min' depth='17.519 m' />
|
|
|
|
<sample time='19:08 min' depth='17.56 m' />
|
|
|
|
<sample time='19:10 min' depth='17.641 m' />
|
|
|
|
<sample time='19:12 min' depth='17.702 m' ndl='179:00 min' />
|
|
|
|
<sample time='19:14 min' depth='17.804 m' />
|
|
|
|
<sample time='19:16 min' depth='17.916 m' />
|
|
|
|
<sample time='19:18 min' depth='17.988 m' />
|
|
|
|
<sample time='19:20 min' depth='18.029 m' />
|
|
|
|
<sample time='19:22 min' depth='18.069 m' />
|
|
|
|
<sample time='19:24 min' depth='18.171 m' ndl='139:00 min' />
|
|
|
|
<sample time='19:26 min' depth='18.222 m' />
|
|
|
|
<sample time='19:28 min' depth='18.294 m' />
|
|
|
|
<sample time='19:30 min' depth='18.426 m' />
|
|
|
|
<sample time='19:32 min' depth='18.416 m' />
|
|
|
|
<sample time='19:34 min' depth='18.416 m' />
|
|
|
|
<sample time='19:36 min' depth='18.426 m' temp='9.8 C' ndl='126:00 min' />
|
|
|
|
<sample time='19:38 min' depth='18.375 m' />
|
|
|
|
<sample time='19:40 min' depth='18.396 m' />
|
|
|
|
<sample time='19:42 min' depth='18.447 m' />
|
|
|
|
<sample time='19:44 min' depth='18.549 m' />
|
|
|
|
<sample time='19:46 min' depth='18.304 m' />
|
|
|
|
<sample time='19:48 min' depth='18.467 m' temp='9.5 C' ndl='132:00 min' />
|
|
|
|
<sample time='19:50 min' depth='18.824 m' />
|
|
|
|
<sample time='19:52 min' depth='18.946 m' />
|
|
|
|
<sample time='19:54 min' depth='19.028 m' />
|
|
|
|
<sample time='19:56 min' depth='19.008 m' />
|
|
|
|
<sample time='19:58 min' depth='18.926 m' />
|
|
|
|
<sample time='20:00 min' depth='18.885 m' temp='9.1 C' ndl='104:00 min' cns='8%' />
|
|
|
|
<sample time='20:02 min' depth='19.028 m' />
|
|
|
|
<sample time='20:04 min' depth='19.069 m' />
|
|
|
|
<sample time='20:06 min' depth='19.16 m' />
|
|
|
|
<sample time='20:08 min' depth='19.252 m' />
|
|
|
|
<sample time='20:10 min' depth='19.293 m' />
|
|
|
|
<sample time='20:12 min' depth='19.293 m' temp='8.7 C' ndl='87:00 min' />
|
|
|
|
<sample time='20:14 min' depth='19.283 m' />
|
|
|
|
<sample time='20:16 min' depth='19.313 m' />
|
|
|
|
<sample time='20:18 min' depth='19.446 m' />
|
|
|
|
<sample time='20:20 min' depth='19.548 m' />
|
|
|
|
<sample time='20:22 min' depth='19.63 m' />
|
|
|
|
<sample time='20:24 min' depth='19.67 m' temp='8.4 C' ndl='77:00 min' />
|
|
|
|
<sample time='20:26 min' depth='19.721 m' />
|
|
|
|
<sample time='20:28 min' depth='19.752 m' />
|
|
|
|
<sample time='20:30 min' depth='19.813 m' />
|
|
|
|
<sample time='20:32 min' depth='19.864 m' />
|
|
|
|
<sample time='20:34 min' depth='19.905 m' />
|
|
|
|
<sample time='20:36 min' depth='19.966 m' temp='8.1 C' ndl='71:00 min' />
|
|
|
|
<sample time='20:38 min' depth='20.027 m' />
|
|
|
|
<sample time='20:40 min' depth='20.078 m' />
|
|
|
|
<sample time='20:42 min' depth='20.16 m' />
|
|
|
|
<sample time='20:44 min' depth='20.272 m' />
|
|
|
|
<sample time='20:46 min' depth='20.394 m' />
|
|
|
|
<sample time='20:48 min' depth='20.527 m' temp='7.9 C' ndl='61:00 min' />
|
|
|
|
<sample time='20:50 min' depth='20.649 m' />
|
|
|
|
<sample time='20:52 min' depth='20.659 m' />
|
|
|
|
<sample time='20:54 min' depth='20.68 m' />
|
|
|
|
<sample time='20:56 min' depth='20.598 m' />
|
|
|
|
<sample time='20:58 min' depth='20.619 m' />
|
|
|
|
<sample time='21:00 min' depth='20.629 m' temp='7.6 C' ndl='60:00 min' />
|
|
|
|
<sample time='21:02 min' depth='20.659 m' />
|
|
|
|
<sample time='21:04 min' depth='20.761 m' />
|
|
|
|
<sample time='21:06 min' depth='20.812 m' />
|
|
|
|
<sample time='21:08 min' depth='20.863 m' />
|
|
|
|
<sample time='21:10 min' depth='20.945 m' />
|
|
|
|
<sample time='21:12 min' depth='20.996 m' temp='7.4 C' ndl='55:00 min' />
|
|
|
|
<sample time='21:14 min' depth='21.057 m' />
|
|
|
|
<sample time='21:16 min' depth='21.129 m' />
|
|
|
|
<sample time='21:18 min' depth='21.19 m' />
|
|
|
|
<sample time='21:20 min' depth='21.261 m' />
|
|
|
|
<sample time='21:22 min' depth='21.404 m' />
|
|
|
|
<sample time='21:24 min' depth='21.485 m' temp='7.3 C' ndl='49:00 min' />
|
|
|
|
<sample time='21:26 min' depth='21.638 m' />
|
|
|
|
<sample time='21:28 min' depth='21.659 m' />
|
|
|
|
<sample time='21:30 min' depth='21.638 m' />
|
|
|
|
<sample time='21:32 min' depth='21.618 m' />
|
|
|
|
<sample time='21:34 min' depth='21.587 m' />
|
|
|
|
<sample time='21:36 min' depth='21.598 m' temp='7.1 C' ndl='48:00 min' />
|
|
|
|
<sample time='21:38 min' depth='21.638 m' />
|
|
|
|
<sample time='21:40 min' depth='21.7 m' />
|
|
|
|
<sample time='21:42 min' depth='21.771 m' />
|
|
|
|
<sample time='21:44 min' depth='21.74 m' />
|
|
|
|
<sample time='21:46 min' depth='21.791 m' />
|
|
|
|
<sample time='21:48 min' depth='21.812 m' temp='7.0 C' ndl='45:00 min' />
|
|
|
|
<sample time='21:50 min' depth='21.863 m' />
|
|
|
|
<sample time='21:52 min' depth='21.924 m' />
|
|
|
|
<sample time='21:54 min' depth='21.975 m' />
|
|
|
|
<sample time='21:56 min' depth='21.954 m' />
|
|
|
|
<sample time='21:58 min' depth='21.873 m' />
|
|
|
|
<sample time='22:00 min' depth='21.751 m' temp='6.8 C' cns='9%' />
|
|
|
|
<sample time='22:02 min' depth='21.669 m' />
|
|
|
|
<sample time='22:04 min' depth='21.608 m' />
|
|
|
|
<sample time='22:06 min' depth='21.516 m' />
|
|
|
|
<sample time='22:08 min' depth='21.485 m' />
|
|
|
|
<sample time='22:10 min' depth='21.455 m' />
|
|
|
|
<sample time='22:12 min' depth='21.445 m' temp='6.7 C' ndl='48:00 min' />
|
|
|
|
<sample time='22:14 min' depth='21.394 m' />
|
|
|
|
<sample time='22:16 min' depth='21.353 m' />
|
|
|
|
<sample time='22:18 min' depth='21.22 m' />
|
|
|
|
<sample time='22:20 min' depth='21.139 m' />
|
|
|
|
<sample time='22:22 min' depth='21.037 m' />
|
|
|
|
<sample time='22:24 min' depth='20.955 m' ndl='54:00 min' />
|
|
|
|
<sample time='22:26 min' depth='20.945 m' />
|
|
|
|
<sample time='22:28 min' depth='20.925 m' />
|
|
|
|
<sample time='22:30 min' depth='20.945 m' />
|
|
|
|
<sample time='22:32 min' depth='20.986 m' />
|
|
|
|
<sample time='22:34 min' depth='20.884 m' />
|
|
|
|
<sample time='22:36 min' depth='20.843 m' temp='6.8 C' ndl='55:00 min' />
|
|
|
|
<sample time='22:38 min' depth='20.772 m' />
|
|
|
|
<sample time='22:40 min' depth='20.557 m' />
|
|
|
|
<sample time='22:42 min' depth='20.374 m' />
|
|
|
|
<sample time='22:44 min' depth='20.7 m' />
|
|
|
|
<sample time='22:46 min' depth='20.7 m' />
|
|
|
|
<sample time='22:48 min' depth='20.772 m' ndl='56:00 min' />
|
|
|
|
<sample time='22:50 min' depth='20.833 m' />
|
|
|
|
<sample time='22:52 min' depth='20.965 m' />
|
|
|
|
<sample time='22:54 min' depth='21.19 m' />
|
|
|
|
<sample time='22:56 min' depth='21.271 m' />
|
|
|
|
<sample time='22:58 min' depth='21.465 m' />
|
|
|
|
<sample time='23:00 min' depth='21.598 m' temp='6.9 C' ndl='47:00 min' />
|
|
|
|
<sample time='23:02 min' depth='21.71 m' />
|
|
|
|
<sample time='23:04 min' depth='21.832 m' />
|
|
|
|
<sample time='23:06 min' depth='21.934 m' />
|
|
|
|
<sample time='23:08 min' depth='22.016 m' />
|
|
|
|
<sample time='23:10 min' depth='22.118 m' />
|
|
|
|
<sample time='23:12 min' depth='22.342 m' ndl='40:00 min' />
|
|
|
|
<sample time='23:14 min' depth='22.373 m' />
|
|
|
|
<sample time='23:16 min' depth='22.495 m' />
|
|
|
|
<sample time='23:18 min' depth='22.536 m' />
|
|
|
|
<sample time='23:20 min' depth='22.515 m' />
|
|
|
|
<sample time='23:22 min' depth='22.464 m' />
|
|
|
|
<sample time='23:24 min' depth='22.342 m' temp='6.7 C' ndl='38:00 min' />
|
|
|
|
<sample time='23:26 min' depth='22.271 m' />
|
|
|
|
<sample time='23:28 min' depth='22.199 m' />
|
|
|
|
<sample time='23:30 min' depth='22.209 m' />
|
|
|
|
<sample time='23:32 min' depth='22.199 m' />
|
|
|
|
<sample time='23:34 min' depth='22.158 m' />
|
|
|
|
<sample time='23:36 min' depth='22.097 m' temp='6.6 C' ndl='40:00 min' />
|
|
|
|
<sample time='23:38 min' depth='21.954 m' />
|
|
|
|
<sample time='23:40 min' depth='21.863 m' />
|
|
|
|
<sample time='23:42 min' depth='21.7 m' />
|
|
|
|
<sample time='23:44 min' depth='21.577 m' />
|
|
|
|
<sample time='23:46 min' depth='21.475 m' />
|
|
|
|
<sample time='23:48 min' depth='21.383 m' ndl='48:00 min' />
|
|
|
|
<sample time='23:50 min' depth='20.965 m' />
|
|
|
|
<sample time='23:52 min' depth='20.68 m' />
|
|
|
|
<sample time='23:54 min' depth='20.761 m' />
|
|
|
|
<sample time='23:56 min' depth='20.598 m' />
|
|
|
|
<sample time='23:58 min' depth='20.537 m' />
|
|
|
|
<sample time='24:00 min' depth='20.201 m' ndl='60:00 min' />
|
|
|
|
<sample time='24:02 min' depth='19.925 m' />
|
|
|
|
<sample time='24:04 min' depth='19.976 m' />
|
|
|
|
<sample time='24:06 min' depth='20.099 m' />
|
|
|
|
<sample time='24:08 min' depth='20.17 m' />
|
|
|
|
<sample time='24:10 min' depth='20.252 m' />
|
|
|
|
<sample time='24:12 min' depth='20.313 m' temp='6.8 C' ndl='61:00 min' />
|
|
|
|
<sample time='24:14 min' depth='20.303 m' />
|
|
|
|
<sample time='24:16 min' depth='20.364 m' />
|
|
|
|
<sample time='24:18 min' depth='20.343 m' />
|
|
|
|
<sample time='24:20 min' depth='20.323 m' />
|
|
|
|
<sample time='24:22 min' depth='20.354 m' />
|
|
|
|
<sample time='24:24 min' depth='20.364 m' temp='7.0 C' ndl='60:00 min' cns='10%' />
|
|
|
|
<sample time='24:26 min' depth='20.466 m' />
|
|
|
|
<sample time='24:28 min' depth='20.547 m' />
|
|
|
|
<sample time='24:30 min' depth='20.639 m' />
|
|
|
|
<sample time='24:32 min' depth='20.68 m' />
|
|
|
|
<sample time='24:34 min' depth='20.71 m' />
|
|
|
|
<sample time='24:36 min' depth='20.782 m' ndl='54:00 min' />
|
|
|
|
<sample time='24:38 min' depth='20.833 m' />
|
|
|
|
<sample time='24:40 min' depth='20.772 m' />
|
|
|
|
<sample time='24:42 min' depth='20.874 m' />
|
|
|
|
<sample time='24:44 min' depth='21.016 m' />
|
|
|
|
<sample time='24:46 min' depth='21.016 m' />
|
|
|
|
<sample time='24:48 min' depth='21.088 m' ndl='50:00 min' />
|
|
|
|
<sample time='24:50 min' depth='21.159 m' />
|
|
|
|
<sample time='24:52 min' depth='21.383 m' />
|
|
|
|
<sample time='24:54 min' depth='21.414 m' />
|
|
|
|
<sample time='24:56 min' depth='21.434 m' />
|
|
|
|
<sample time='24:58 min' depth='21.485 m' />
|
|
|
|
<sample time='25:00 min' depth='21.598 m' ndl='45:00 min' />
|
|
|
|
<sample time='25:02 min' depth='21.72 m' />
|
|
|
|
<sample time='25:04 min' depth='21.751 m' />
|
|
|
|
<sample time='25:06 min' depth='21.781 m' />
|
|
|
|
<sample time='25:08 min' depth='21.873 m' />
|
|
|
|
<sample time='25:10 min' depth='21.853 m' />
|
|
|
|
<sample time='25:12 min' depth='21.771 m' temp='6.9 C' ndl='42:00 min' />
|
|
|
|
<sample time='25:14 min' depth='21.536 m' />
|
|
|
|
<sample time='25:16 min' depth='21.21 m' />
|
|
|
|
<sample time='25:18 min' depth='20.7 m' />
|
|
|
|
<sample time='25:20 min' depth='20.894 m' />
|
|
|
|
<sample time='25:22 min' depth='20.853 m' />
|
|
|
|
<sample time='25:24 min' depth='21.016 m' temp='6.8 C' ndl='52:00 min' />
|
|
|
|
<sample time='25:26 min' depth='20.955 m' />
|
|
|
|
<sample time='25:28 min' depth='20.976 m' />
|
|
|
|
<sample time='25:30 min' depth='20.945 m' />
|
|
|
|
<sample time='25:32 min' depth='20.976 m' />
|
|
|
|
<sample time='25:34 min' depth='21.149 m' />
|
|
|
|
<sample time='25:36 min' depth='21.353 m' ndl='47:00 min' />
|
|
|
|
<sample time='25:38 min' depth='21.567 m' />
|
|
|
|
<sample time='25:40 min' depth='21.853 m' />
|
|
|
|
<sample time='25:42 min' depth='22.169 m' />
|
|
|
|
<sample time='25:44 min' depth='22.505 m' />
|
|
|
|
<sample time='25:46 min' depth='22.811 m' />
|
|
|
|
<sample time='25:48 min' depth='23.025 m' ndl='32:00 min' />
|
|
|
|
<sample time='25:50 min' depth='23.199 m' />
|
|
|
|
<sample time='25:52 min' depth='23.402 m' />
|
|
|
|
<sample time='25:54 min' depth='23.535 m' />
|
|
|
|
<sample time='25:56 min' depth='23.79 m' />
|
|
|
|
<sample time='25:58 min' depth='24.004 m' />
|
|
|
|
<sample time='26:00 min' depth='24.29 m' temp='6.6 C' ndl='24:00 min' />
|
|
|
|
<sample time='26:02 min' depth='24.606 m' />
|
|
|
|
<sample time='26:04 min' depth='25.014 m' />
|
|
|
|
<sample time='26:06 min' depth='25.411 m' />
|
|
|
|
<sample time='26:08 min' depth='25.717 m' />
|
|
|
|
<sample time='26:10 min' depth='26.033 m' />
|
|
|
|
<sample time='26:12 min' depth='26.36 m' temp='6.4 C' ndl='17:00 min' />
|
|
|
|
<sample time='26:14 min' depth='26.666 m' />
|
|
|
|
<sample time='26:16 min' depth='26.87 m' />
|
|
|
|
<sample time='26:18 min' depth='26.971 m' />
|
|
|
|
<sample time='26:20 min' depth='27.033 m' />
|
|
|
|
<sample time='26:22 min' depth='27.124 m' />
|
|
|
|
<sample time='26:24 min' depth='27.196 m' temp='6.1 C' ndl='14:00 min' cns='11%' />
|
|
|
|
<sample time='26:26 min' depth='27.369 m' />
|
|
|
|
<sample time='26:28 min' depth='27.522 m' />
|
|
|
|
<sample time='26:30 min' depth='27.634 m' />
|
|
|
|
<sample time='26:32 min' depth='27.716 m' />
|
|
|
|
<sample time='26:34 min' depth='27.818 m' />
|
|
|
|
<sample time='26:36 min' depth='27.91 m' temp='5.8 C' ndl='12:00 min' />
|
|
|
|
<sample time='26:38 min' depth='28.093 m' />
|
|
|
|
<sample time='26:40 min' depth='28.399 m' />
|
|
|
|
<sample time='26:42 min' depth='28.552 m' />
|
|
|
|
<sample time='26:44 min' depth='28.827 m' />
|
|
|
|
<sample time='26:46 min' depth='28.991 m' />
|
|
|
|
<sample time='26:48 min' depth='28.97 m' temp='5.5 C' ndl='11:00 min' />
|
|
|
|
<sample time='26:50 min' depth='29.011 m' />
|
|
|
|
<sample time='26:52 min' depth='28.96 m' />
|
|
|
|
<sample time='26:54 min' depth='28.817 m' />
|
|
|
|
<sample time='26:56 min' depth='28.705 m' />
|
|
|
|
<sample time='26:58 min' depth='28.817 m' />
|
|
|
|
<sample time='27:00 min' depth='28.419 m' temp='5.2 C' />
|
|
|
|
<sample time='27:02 min' depth='28.328 m' />
|
|
|
|
<sample time='27:04 min' depth='28.267 m' />
|
|
|
|
<sample time='27:06 min' depth='28.154 m' />
|
|
|
|
<sample time='27:08 min' depth='28.063 m' />
|
|
|
|
<sample time='27:10 min' depth='28.083 m' />
|
|
|
|
<sample time='27:12 min' depth='27.971 m' temp='5.0 C' ndl='12:00 min' />
|
|
|
|
<sample time='27:14 min' depth='27.95 m' />
|
|
|
|
<sample time='27:16 min' depth='27.94 m' />
|
|
|
|
<sample time='27:18 min' depth='27.91 m' />
|
|
|
|
<sample time='27:20 min' depth='27.889 m' />
|
|
|
|
<sample time='27:22 min' depth='27.879 m' />
|
|
|
|
<sample time='27:24 min' depth='27.746 m' temp='4.9 C' />
|
|
|
|
<sample time='27:26 min' depth='27.604 m' />
|
|
|
|
<sample time='27:28 min' depth='27.492 m' />
|
|
|
|
<sample time='27:30 min' depth='27.43 m' />
|
|
|
|
<sample time='27:32 min' depth='27.451 m' />
|
|
|
|
<sample time='27:34 min' depth='27.43 m' />
|
|
|
|
<sample time='27:36 min' depth='27.226 m' temp='4.8 C' />
|
|
|
|
<sample time='27:38 min' depth='27.084 m' />
|
|
|
|
<sample time='27:40 min' depth='27.349 m' />
|
|
|
|
<sample time='27:42 min' depth='27.379 m' />
|
|
|
|
<sample time='27:44 min' depth='27.41 m' />
|
|
|
|
<sample time='27:46 min' depth='27.502 m' />
|
|
|
|
<sample time='27:48 min' depth='27.624 m' />
|
|
|
|
<sample time='27:50 min' depth='27.665 m' />
|
|
|
|
<sample time='27:52 min' depth='27.767 m' />
|
|
|
|
<sample time='27:54 min' depth='27.787 m' />
|
|
|
|
<sample time='27:56 min' depth='27.777 m' />
|
|
|
|
<sample time='27:58 min' depth='27.757 m' />
|
|
|
|
<sample time='28:00 min' depth='27.808 m' ndl='11:00 min' />
|
|
|
|
<sample time='28:02 min' depth='27.838 m' />
|
|
|
|
<sample time='28:04 min' depth='27.869 m' />
|
|
|
|
<sample time='28:06 min' depth='27.869 m' />
|
|
|
|
<sample time='28:08 min' depth='27.797 m' />
|
|
|
|
<sample time='28:10 min' depth='27.41 m' />
|
|
|
|
<sample time='28:12 min' depth='27.175 m' ndl='12:00 min' />
|
|
|
|
<sample time='28:14 min' depth='27.43 m' />
|
|
|
|
<sample time='28:16 min' depth='27.512 m' />
|
|
|
|
<sample time='28:18 min' depth='27.645 m' />
|
|
|
|
<sample time='28:20 min' depth='27.726 m' />
|
|
|
|
<sample time='28:22 min' depth='27.818 m' />
|
|
|
|
<sample time='28:24 min' depth='27.93 m' temp='4.9 C' ndl='11:00 min' cns='12%' />
|
|
|
|
<sample time='28:26 min' depth='28.022 m' />
|
|
|
|
<sample time='28:28 min' depth='28.022 m' />
|
|
|
|
<sample time='28:30 min' depth='27.981 m' />
|
|
|
|
<sample time='28:32 min' depth='27.92 m' />
|
|
|
|
<sample time='28:34 min' depth='27.961 m' />
|
|
|
|
<sample time='28:36 min' depth='28.022 m' temp='4.8 C' ndl='10:00 min' />
|
|
|
|
<sample time='28:38 min' depth='28.001 m' />
|
|
|
|
<sample time='28:40 min' depth='27.828 m' />
|
|
|
|
<sample time='28:42 min' depth='27.828 m' />
|
|
|
|
<sample time='28:44 min' depth='27.889 m' />
|
|
|
|
<sample time='28:46 min' depth='28.001 m' />
|
|
|
|
<sample time='28:48 min' depth='28.012 m' />
|
|
|
|
<sample time='28:50 min' depth='28.012 m' />
|
|
|
|
<sample time='28:52 min' depth='27.991 m' />
|
|
|
|
<sample time='28:54 min' depth='27.95 m' />
|
|
|
|
<sample time='28:56 min' depth='27.93 m' />
|
|
|
|
<sample time='28:58 min' depth='27.92 m' />
|
|
|
|
<sample time='29:00 min' depth='27.91 m' temp='4.7 C' />
|
|
|
|
<sample time='29:02 min' depth='27.991 m' />
|
|
|
|
<sample time='29:04 min' depth='28.022 m' />
|
|
|
|
<sample time='29:06 min' depth='28.073 m' />
|
|
|
|
<sample time='29:08 min' depth='28.063 m' />
|
|
|
|
<sample time='29:10 min' depth='28.032 m' />
|
|
|
|
<sample time='29:12 min' depth='28.093 m' />
|
|
|
|
<sample time='29:14 min' depth='28.144 m' />
|
|
|
|
<sample time='29:16 min' depth='28.256 m' />
|
|
|
|
<sample time='29:18 min' depth='28.379 m' />
|
|
|
|
<sample time='29:20 min' depth='28.542 m' />
|
|
|
|
<sample time='29:22 min' depth='28.685 m' />
|
|
|
|
<sample time='29:24 min' depth='28.817 m' ndl='9:00 min' />
|
|
|
|
<sample time='29:26 min' depth='29.062 m' />
|
|
|
|
<sample time='29:28 min' depth='29.164 m' />
|
|
|
|
<sample time='29:30 min' depth='29.245 m' />
|
|
|
|
<sample time='29:32 min' depth='29.429 m' />
|
|
|
|
<sample time='29:34 min' depth='29.664 m' />
|
|
|
|
<sample time='29:36 min' depth='29.888 m' ndl='7:00 min' />
|
|
|
|
<sample time='29:38 min' depth='29.98 m' />
|
|
|
|
<sample time='29:40 min' depth='29.949 m' />
|
|
|
|
<sample time='29:42 min' depth='29.908 m' />
|
|
|
|
<sample time='29:44 min' depth='29.99 m' />
|
|
|
|
<sample time='29:46 min' depth='30.031 m' />
|
|
|
|
<sample time='29:48 min' depth='30.184 m' />
|
|
|
|
<sample time='29:50 min' depth='30.367 m' />
|
|
|
|
<sample time='29:52 min' depth='30.561 m' />
|
|
|
|
<sample time='29:54 min' depth='30.734 m' />
|
|
|
|
<sample time='29:56 min' depth='30.775 m' />
|
|
|
|
<sample time='29:58 min' depth='30.775 m' />
|
|
|
|
<sample time='30:00 min' depth='30.806 m' temp='4.6 C' ndl='6:00 min' />
|
|
|
|
<sample time='30:02 min' depth='30.836 m' />
|
|
|
|
<sample time='30:04 min' depth='30.928 m' />
|
|
|
|
<sample time='30:06 min' depth='31.02 m' />
|
|
|
|
<sample time='30:08 min' depth='31.132 m' />
|
|
|
|
<sample time='30:10 min' depth='31.336 m' />
|
|
|
|
<sample time='30:12 min' depth='31.56 m' />
|
|
|
|
<sample time='30:14 min' depth='31.825 m' />
|
|
|
|
<sample time='30:16 min' depth='32.029 m' />
|
|
|
|
<sample time='30:18 min' depth='32.192 m' />
|
|
|
|
<sample time='30:20 min' depth='32.325 m' />
|
|
|
|
<sample time='30:22 min' depth='32.488 m' />
|
|
|
|
<sample time='30:24 min' depth='32.692 m' temp='4.5 C' ndl='5:00 min' />
|
|
|
|
<sample time='30:26 min' depth='32.937 m' />
|
|
|
|
<sample time='30:28 min' depth='33.12 m' />
|
|
|
|
<sample time='30:30 min' depth='33.222 m' />
|
|
|
|
<sample time='30:32 min' depth='33.284 m' />
|
|
|
|
<sample time='30:34 min' depth='33.335 m' />
|
|
|
|
<sample time='30:36 min' depth='33.477 m' ndl='4:00 min' />
|
|
|
|
<sample time='30:38 min' depth='33.651 m' />
|
|
|
|
<sample time='30:40 min' depth='33.875 m' />
|
|
|
|
<sample time='30:42 min' depth='34.171 m' />
|
|
|
|
<sample time='30:44 min' depth='34.375 m' />
|
|
|
|
<sample time='30:46 min' depth='34.446 m' />
|
|
|
|
<sample time='30:48 min' depth='34.548 m' cns='13%' />
|
|
|
|
<sample time='30:50 min' depth='34.619 m' />
|
|
|
|
<sample time='30:52 min' depth='34.752 m' />
|
|
|
|
<sample time='30:54 min' depth='35.058 m' />
|
|
|
|
<sample time='30:56 min' depth='35.17 m' />
|
|
|
|
<sample time='30:58 min' depth='35.333 m' />
|
|
|
|
<sample time='31:00 min' depth='35.445 m' ndl='3:00 min' />
|
|
|
|
<sample time='31:02 min' depth='35.578 m' />
|
|
|
|
<sample time='31:04 min' depth='35.741 m' />
|
|
|
|
<sample time='31:06 min' depth='35.945 m' />
|
|
|
|
<sample time='31:08 min' depth='36.169 m' />
|
|
|
|
<sample time='31:10 min' depth='36.496 m' />
|
|
|
|
<sample time='31:12 min' depth='36.74 m' temp='4.4 C' />
|
|
|
|
<sample time='31:14 min' depth='36.914 m' />
|
|
|
|
<sample time='31:16 min' depth='37.128 m' />
|
|
|
|
<sample time='31:18 min' depth='37.424 m' />
|
|
|
|
<sample time='31:20 min' depth='37.515 m' />
|
|
|
|
<sample time='31:22 min' depth='37.597 m' />
|
|
|
|
<sample time='31:24 min' depth='37.689 m' ndl='2:00 min' />
|
|
|
|
<sample time='31:26 min' depth='37.811 m' />
|
|
|
|
<sample time='31:28 min' depth='37.903 m' />
|
|
|
|
<sample time='31:30 min' depth='38.046 m' />
|
|
|
|
<sample time='31:32 min' depth='38.158 m' />
|
|
|
|
<sample time='31:34 min' depth='38.423 m' />
|
|
|
|
<sample time='31:36 min' depth='38.474 m' />
|
|
|
|
<sample time='31:38 min' depth='38.535 m' />
|
|
|
|
<sample time='31:40 min' depth='38.586 m' />
|
|
|
|
<sample time='31:42 min' depth='38.647 m' />
|
|
|
|
<sample time='31:44 min' depth='38.668 m' />
|
|
|
|
<sample time='31:46 min' depth='38.668 m' />
|
|
|
|
<sample time='31:48 min' depth='38.688 m' temp='4.3 C' />
|
|
|
|
<sample time='31:50 min' depth='38.749 m' />
|
|
|
|
<sample time='31:52 min' depth='38.749 m' />
|
|
|
|
<sample time='31:54 min' depth='38.759 m' />
|
|
|
|
<sample time='31:56 min' depth='38.77 m' />
|
|
|
|
<sample time='31:58 min' depth='38.8 m' />
|
|
|
|
<sample time='32:00 min' depth='38.759 m' />
|
|
|
|
<sample time='32:02 min' depth='38.79 m' />
|
|
|
|
<sample time='32:04 min' depth='38.759 m' />
|
|
|
|
<sample time='32:06 min' depth='38.708 m' />
|
|
|
|
<sample time='32:08 min' depth='38.708 m' />
|
|
|
|
<sample time='32:10 min' depth='38.708 m' />
|
|
|
|
<sample time='32:12 min' depth='38.729 m' ndl='1:00 min' />
|
|
|
|
<sample time='32:14 min' depth='38.77 m' />
|
|
|
|
<sample time='32:16 min' depth='38.861 m' />
|
|
|
|
<sample time='32:18 min' depth='38.882 m' />
|
|
|
|
<sample time='32:20 min' depth='38.892 m' />
|
|
|
|
<sample time='32:22 min' depth='38.923 m' />
|
|
|
|
<sample time='32:24 min' depth='38.974 m' />
|
|
|
|
<sample time='32:26 min' depth='38.974 m' />
|
|
|
|
<sample time='32:28 min' depth='38.902 m' />
|
|
|
|
<sample time='32:30 min' depth='38.423 m' />
|
|
|
|
<sample time='32:32 min' depth='38.606 m' />
|
|
|
|
<sample time='32:34 min' depth='38.78 m' />
|
|
|
|
<sample time='32:36 min' depth='38.749 m' />
|
|
|
|
<sample time='32:38 min' depth='38.729 m' />
|
|
|
|
<sample time='32:40 min' depth='38.739 m' />
|
|
|
|
<sample time='32:42 min' depth='38.759 m' />
|
|
|
|
<sample time='32:44 min' depth='38.78 m' />
|
|
|
|
<sample time='32:46 min' depth='38.678 m' />
|
|
|
|
<sample time='32:48 min' depth='38.79 m' cns='14%' />
|
|
|
|
<sample time='32:50 min' depth='38.698 m' />
|
|
|
|
<sample time='32:52 min' depth='38.596 m' />
|
|
|
|
<sample time='32:54 min' depth='38.494 m' />
|
|
|
|
<sample time='32:56 min' depth='38.341 m' />
|
|
|
|
<sample time='32:58 min' depth='38.178 m' />
|
|
|
|
<sample time='33:00 min' depth='38.076 m' />
|
|
|
|
<sample time='33:02 min' depth='37.984 m' />
|
|
|
|
<sample time='33:04 min' depth='37.974 m' />
|
|
|
|
<sample time='33:06 min' depth='38.056 m' />
|
|
|
|
<sample time='33:08 min' depth='38.107 m' />
|
|
|
|
<sample time='33:10 min' depth='38.097 m' />
|
|
|
|
<sample time='33:12 min' depth='38.137 m' />
|
|
|
|
<sample time='33:14 min' depth='38.117 m' />
|
|
|
|
<sample time='33:16 min' depth='38.046 m' />
|
|
|
|
<sample time='33:18 min' depth='38.005 m' />
|
|
|
|
<sample time='33:20 min' depth='37.893 m' />
|
|
|
|
<sample time='33:22 min' depth='37.852 m' />
|
|
|
|
<sample time='33:24 min' depth='37.811 m' ndl='0:00 min' />
|
|
|
|
<sample time='33:26 min' depth='37.638 m' />
|
|
|
|
<sample time='33:28 min' depth='37.546 m' />
|
|
|
|
<sample time='33:30 min' depth='37.444 m' />
|
|
|
|
<sample time='33:32 min' depth='37.24 m' />
|
|
|
|
<sample time='33:34 min' depth='37.169 m' />
|
|
|
|
<sample time='33:36 min' depth='37.077 m' />
|
|
|
|
<sample time='33:38 min' depth='36.863 m' />
|
|
|
|
<sample time='33:40 min' depth='36.363 m' />
|
|
|
|
<sample time='33:42 min' depth='36.027 m' />
|
|
|
|
<sample time='33:44 min' depth='36.292 m' />
|
|
|
|
<sample time='33:46 min' depth='36.118 m' />
|
|
|
|
<sample time='33:48 min' depth='36.098 m' />
|
|
|
|
<sample time='33:50 min' depth='35.853 m' />
|
|
|
|
<sample time='33:52 min' depth='35.67 m' />
|
|
|
|
<sample time='33:54 min' depth='35.323 m' />
|
|
|
|
<sample time='33:56 min' depth='34.874 m' />
|
|
|
|
<sample time='33:58 min' depth='34.65 m' />
|
|
|
|
<sample time='34:00 min' depth='35.017 m' temp='4.4 C' />
|
|
|
|
<sample time='34:02 min' depth='34.905 m' />
|
|
|
|
<sample time='34:04 min' depth='34.721 m' />
|
|
|
|
<sample time='34:06 min' depth='34.589 m' />
|
|
|
|
<sample time='34:08 min' depth='34.344 m' />
|
|
|
|
<sample time='34:10 min' depth='34.028 m' />
|
|
|
|
<sample time='34:12 min' depth='33.702 m' />
|
|
|
|
<sample time='34:14 min' depth='33.314 m' />
|
|
|
|
<sample time='34:16 min' depth='32.58 m' />
|
|
|
|
<sample time='34:18 min' depth='32.08 m' />
|
|
|
|
<sample time='34:20 min' depth='32.111 m' />
|
|
|
|
<sample time='34:22 min' depth='32.029 m' />
|
|
|
|
<sample time='34:24 min' depth='31.774 m' />
|
|
|
|
<sample time='34:26 min' depth='31.53 m' />
|
|
|
|
<sample time='34:28 min' depth='31.326 m' />
|
|
|
|
<sample time='34:30 min' depth='31.152 m' />
|
|
|
|
<sample time='34:32 min' depth='31.01 m' />
|
|
|
|
<sample time='34:34 min' depth='30.816 m' />
|
|
|
|
<sample time='34:36 min' depth='30.622 m' />
|
|
|
|
<sample time='34:38 min' depth='30.439 m' />
|
|
|
|
<sample time='34:40 min' depth='30.102 m' />
|
|
|
|
<sample time='34:42 min' depth='29.449 m' />
|
|
|
|
<sample time='34:44 min' depth='29.562 m' />
|
|
|
|
<sample time='34:46 min' depth='29.541 m' />
|
|
|
|
<sample time='34:48 min' depth='29.449 m' temp='4.5 C' />
|
|
|
|
<sample time='34:50 min' depth='29.266 m' />
|
|
|
|
<sample time='34:52 min' depth='29.052 m' />
|
|
|
|
<sample time='34:54 min' depth='28.797 m' />
|
|
|
|
<sample time='34:56 min' depth='28.572 m' />
|
|
|
|
<sample time='34:58 min' depth='28.369 m' />
|
|
|
|
<sample time='35:00 min' depth='28.256 m' />
|
|
|
|
<sample time='35:02 min' depth='28.154 m' />
|
|
|
|
<sample time='35:04 min' depth='27.726 m' />
|
|
|
|
<sample time='35:06 min' depth='27.522 m' />
|
|
|
|
<sample time='35:08 min' depth='27.838 m' />
|
|
|
|
<sample time='35:10 min' depth='27.757 m' />
|
|
|
|
<sample time='35:12 min' depth='27.787 m' temp='4.6 C' cns='15%' />
|
|
|
|
<sample time='35:14 min' depth='27.757 m' />
|
|
|
|
<sample time='35:16 min' depth='27.665 m' />
|
|
|
|
<sample time='35:18 min' depth='27.553 m' />
|
|
|
|
<sample time='35:20 min' depth='27.502 m' />
|
|
|
|
<sample time='35:22 min' depth='27.42 m' />
|
|
|
|
<sample time='35:24 min' depth='27.369 m' temp='4.7 C' />
|
|
|
|
<sample time='35:26 min' depth='27.226 m' />
|
|
|
|
<sample time='35:28 min' depth='27.165 m' />
|
|
|
|
<sample time='35:30 min' depth='26.982 m' />
|
|
|
|
<sample time='35:32 min' depth='26.829 m' />
|
|
|
|
<sample time='35:34 min' depth='26.747 m' />
|
|
|
|
<sample time='35:36 min' depth='26.166 m' temp='4.8 C' />
|
|
|
|
<sample time='35:38 min' depth='25.952 m' />
|
|
|
|
<sample time='35:40 min' depth='26.023 m' />
|
|
|
|
<sample time='35:42 min' depth='26.023 m' />
|
|
|
|
<sample time='35:44 min' depth='26.013 m' />
|
|
|
|
<sample time='35:46 min' depth='26.227 m' />
|
|
|
|
<sample time='35:48 min' depth='26.176 m' temp='4.9 C' />
|
|
|
|
<sample time='35:50 min' depth='26.227 m' />
|
|
|
|
<sample time='35:52 min' depth='26.166 m' />
|
|
|
|
<sample time='35:54 min' depth='26.105 m' />
|
|
|
|
<sample time='35:56 min' depth='26.084 m' />
|
|
|
|
<sample time='35:58 min' depth='26.033 m' />
|
|
|
|
<sample time='36:00 min' depth='26.044 m' temp='5.0 C' />
|
|
|
|
<sample time='36:02 min' depth='26.033 m' />
|
|
|
|
<sample time='36:04 min' depth='25.891 m' />
|
|
|
|
<sample time='36:06 min' depth='25.86 m' />
|
|
|
|
<sample time='36:08 min' depth='25.84 m' />
|
|
|
|
<sample time='36:10 min' depth='25.36 m' />
|
|
|
|
<sample time='36:12 min' depth='25.258 m' temp='5.1 C' />
|
|
|
|
<sample time='36:14 min' depth='25.33 m' />
|
|
|
|
<sample time='36:16 min' depth='25.687 m' />
|
|
|
|
<sample time='36:18 min' depth='25.748 m' />
|
|
|
|
<sample time='36:20 min' depth='25.809 m' />
|
|
|
|
<sample time='36:22 min' depth='25.809 m' />
|
|
|
|
<sample time='36:24 min' depth='25.86 m' />
|
|
|
|
<sample time='36:26 min' depth='25.911 m' />
|
|
|
|
<sample time='36:28 min' depth='25.799 m' />
|
|
|
|
<sample time='36:30 min' depth='25.829 m' />
|
|
|
|
<sample time='36:32 min' depth='25.778 m' />
|
|
|
|
<sample time='36:34 min' depth='25.85 m' />
|
|
|
|
<sample time='36:36 min' depth='25.88 m' />
|
|
|
|
<sample time='36:38 min' depth='25.952 m' />
|
|
|
|
<sample time='36:40 min' depth='26.013 m' />
|
|
|
|
<sample time='36:42 min' depth='25.993 m' />
|
|
|
|
<sample time='36:44 min' depth='26.003 m' />
|
|
|
|
<sample time='36:46 min' depth='26.044 m' />
|
|
|
|
<sample time='36:48 min' depth='26.033 m' temp='5.2 C' />
|
|
|
|
<sample time='36:50 min' depth='26.064 m' />
|
|
|
|
<sample time='36:52 min' depth='26.146 m' />
|
|
|
|
<sample time='36:54 min' depth='26.156 m' />
|
|
|
|
<sample time='36:56 min' depth='26.176 m' />
|
|
|
|
<sample time='36:58 min' depth='26.197 m' />
|
|
|
|
<sample time='37:00 min' depth='26.197 m' />
|
|
|
|
<sample time='37:02 min' depth='26.258 m' />
|
|
|
|
<sample time='37:04 min' depth='26.319 m' />
|
|
|
|
<sample time='37:06 min' depth='26.431 m' />
|
|
|
|
<sample time='37:08 min' depth='26.462 m' />
|
|
|
|
<sample time='37:10 min' depth='26.513 m' />
|
|
|
|
<sample time='37:12 min' depth='26.574 m' cns='16%' />
|
|
|
|
<sample time='37:14 min' depth='26.645 m' />
|
|
|
|
<sample time='37:16 min' depth='26.696 m' />
|
|
|
|
<sample time='37:18 min' depth='26.717 m' />
|
|
|
|
<sample time='37:20 min' depth='26.747 m' />
|
|
|
|
<sample time='37:22 min' depth='26.737 m' />
|
|
|
|
<sample time='37:24 min' depth='26.757 m' />
|
|
|
|
<sample time='37:26 min' depth='26.757 m' />
|
|
|
|
<sample time='37:28 min' depth='26.808 m' />
|
|
|
|
<sample time='37:30 min' depth='26.849 m' />
|
|
|
|
<sample time='37:32 min' depth='26.91 m' />
|
|
|
|
<sample time='37:34 min' depth='27.022 m' />
|
|
|
|
<sample time='37:36 min' depth='27.063 m' />
|
|
|
|
<sample time='37:38 min' depth='27.114 m' />
|
|
|
|
<sample time='37:40 min' depth='27.145 m' />
|
|
|
|
<sample time='37:42 min' depth='27.145 m' />
|
|
|
|
<sample time='37:44 min' depth='27.216 m' />
|
|
|
|
<sample time='37:46 min' depth='27.206 m' />
|
|
|
|
<sample time='37:48 min' depth='27.196 m' temp='5.1 C' />
|
|
|
|
<sample time='37:50 min' depth='27.145 m' />
|
|
|
|
<sample time='37:52 min' depth='27.104 m' />
|
|
|
|
<sample time='37:54 min' depth='26.982 m' />
|
|
|
|
<sample time='37:56 min' depth='26.87 m' />
|
|
|
|
<sample time='37:58 min' depth='26.768 m' />
|
|
|
|
<sample time='38:00 min' depth='26.717 m' />
|
|
|
|
<sample time='38:02 min' depth='26.635 m' />
|
|
|
|
<sample time='38:04 min' depth='26.594 m' />
|
|
|
|
<sample time='38:06 min' depth='26.523 m' />
|
|
|
|
<sample time='38:08 min' depth='26.421 m' />
|
|
|
|
<sample time='38:10 min' depth='26.329 m' />
|
|
|
|
<sample time='38:12 min' depth='26.217 m' />
|
|
|
|
<sample time='38:14 min' depth='26.146 m' />
|
|
|
|
<sample time='38:16 min' depth='25.901 m' />
|
|
|
|
<sample time='38:18 min' depth='25.799 m' />
|
|
|
|
<sample time='38:20 min' depth='25.707 m' />
|
|
|
|
<sample time='38:22 min' depth='25.727 m' />
|
|
|
|
<sample time='38:24 min' depth='25.707 m' />
|
|
|
|
<sample time='38:26 min' depth='25.707 m' />
|
|
|
|
<sample time='38:28 min' depth='25.595 m' />
|
|
|
|
<sample time='38:30 min' depth='25.534 m' />
|
|
|
|
<sample time='38:32 min' depth='25.452 m' />
|
|
|
|
<sample time='38:34 min' depth='25.34 m' />
|
|
|
|
<sample time='38:36 min' depth='25.32 m' temp='5.2 C' />
|
|
|
|
<sample time='38:38 min' depth='25.33 m' />
|
|
|
|
<sample time='38:40 min' depth='25.309 m' />
|
|
|
|
<sample time='38:42 min' depth='25.258 m' />
|
|
|
|
<sample time='38:44 min' depth='25.218 m' />
|
|
|
|
<sample time='38:46 min' depth='25.279 m' />
|
|
|
|
<sample time='38:48 min' depth='25.35 m' temp='5.3 C' />
|
|
|
|
<sample time='38:50 min' depth='25.411 m' />
|
|
|
|
<sample time='38:52 min' depth='25.422 m' />
|
|
|
|
<sample time='38:54 min' depth='25.381 m' />
|
|
|
|
<sample time='38:56 min' depth='25.34 m' />
|
|
|
|
<sample time='38:58 min' depth='25.248 m' />
|
|
|
|
<sample time='39:00 min' depth='25.238 m' temp='5.4 C' />
|
|
|
|
<sample time='39:02 min' depth='25.32 m' />
|
|
|
|
<sample time='39:04 min' depth='25.309 m' />
|
|
|
|
<sample time='39:06 min' depth='25.299 m' />
|
|
|
|
<sample time='39:08 min' depth='25.32 m' />
|
|
|
|
<sample time='39:10 min' depth='25.391 m' />
|
|
|
|
<sample time='39:12 min' depth='25.401 m' />
|
|
|
|
<sample time='39:14 min' depth='25.422 m' />
|
|
|
|
<sample time='39:16 min' depth='25.483 m' />
|
|
|
|
<sample time='39:18 min' depth='25.523 m' />
|
|
|
|
<sample time='39:20 min' depth='25.595 m' />
|
|
|
|
<sample time='39:22 min' depth='25.789 m' />
|
|
|
|
<sample time='39:24 min' depth='25.86 m' />
|
|
|
|
<sample time='39:26 min' depth='25.911 m' />
|
|
|
|
<sample time='39:28 min' depth='26.064 m' />
|
|
|
|
<sample time='39:30 min' depth='26.105 m' />
|
|
|
|
<sample time='39:32 min' depth='26.197 m' />
|
|
|
|
<sample time='39:34 min' depth='26.258 m' />
|
|
|
|
<sample time='39:36 min' depth='26.268 m' cns='17%' />
|
|
|
|
<sample time='39:38 min' depth='26.37 m' />
|
|
|
|
<sample time='39:40 min' depth='26.594 m' />
|
|
|
|
<sample time='39:42 min' depth='26.625 m' />
|
|
|
|
<sample time='39:44 min' depth='26.604 m' />
|
|
|
|
<sample time='39:46 min' depth='26.564 m' />
|
|
|
|
<sample time='39:48 min' depth='26.451 m' />
|
|
|
|
<sample time='39:50 min' depth='26.625 m' />
|
|
|
|
<sample time='39:52 min' depth='26.462 m' />
|
|
|
|
<sample time='39:54 min' depth='26.543 m' />
|
|
|
|
<sample time='39:56 min' depth='26.288 m' />
|
|
|
|
<sample time='39:58 min' depth='26.37 m' />
|
|
|
|
<sample time='40:00 min' depth='26.36 m' temp='5.3 C' />
|
|
|
|
<sample time='40:02 min' depth='26.207 m' />
|
|
|
|
<sample time='40:04 min' depth='26.156 m' />
|
|
|
|
<sample time='40:06 min' depth='26.064 m' />
|
|
|
|
<sample time='40:08 min' depth='26.003 m' />
|
|
|
|
<sample time='40:10 min' depth='26.013 m' />
|
|
|
|
<sample time='40:12 min' depth='25.972 m' />
|
|
|
|
<sample time='40:14 min' depth='25.931 m' />
|
|
|
|
<sample time='40:16 min' depth='25.86 m' />
|
|
|
|
<sample time='40:18 min' depth='25.778 m' />
|
|
|
|
<sample time='40:20 min' depth='25.646 m' />
|
|
|
|
<sample time='40:22 min' depth='25.534 m' />
|
|
|
|
<sample time='40:24 min' depth='25.473 m' />
|
|
|
|
<sample time='40:26 min' depth='25.33 m' />
|
|
|
|
<sample time='40:28 min' depth='25.177 m' />
|
|
|
|
<sample time='40:30 min' depth='25.034 m' />
|
|
|
|
<sample time='40:32 min' depth='24.891 m' />
|
|
|
|
<sample time='40:34 min' depth='24.738 m' />
|
|
|
|
<sample time='40:36 min' depth='24.657 m' />
|
|
|
|
<sample time='40:38 min' depth='24.545 m' />
|
|
|
|
<sample time='40:40 min' depth='24.443 m' />
|
|
|
|
<sample time='40:42 min' depth='24.402 m' />
|
|
|
|
<sample time='40:44 min' depth='24.33 m' />
|
|
|
|
<sample time='40:46 min' depth='24.269 m' />
|
|
|
|
<sample time='40:48 min' depth='24.218 m' temp='5.4 C' />
|
|
|
|
<sample time='40:50 min' depth='24.228 m' />
|
|
|
|
<sample time='40:52 min' depth='24.228 m' />
|
|
|
|
<sample time='40:54 min' depth='23.78 m' />
|
|
|
|
<sample time='40:56 min' depth='23.719 m' />
|
|
|
|
<sample time='40:58 min' depth='24.075 m' />
|
|
|
|
<sample time='41:00 min' depth='24.096 m' temp='5.6 C' />
|
|
|
|
<sample time='41:02 min' depth='24.137 m' />
|
|
|
|
<sample time='41:04 min' depth='24.208 m' />
|
|
|
|
<sample time='41:06 min' depth='24.177 m' />
|
|
|
|
<sample time='41:08 min' depth='24.218 m' />
|
|
|
|
<sample time='41:10 min' depth='24.106 m' />
|
|
|
|
<sample time='41:12 min' depth='23.586 m' temp='5.7 C' />
|
|
|
|
<sample time='41:14 min' depth='23.341 m' />
|
|
|
|
<sample time='41:16 min' depth='23.739 m' />
|
|
|
|
<sample time='41:18 min' depth='23.719 m' />
|
|
|
|
<sample time='41:20 min' depth='23.719 m' />
|
|
|
|
<sample time='41:22 min' depth='23.719 m' />
|
|
|
|
<sample time='41:24 min' depth='23.708 m' temp='5.8 C' />
|
|
|
|
<sample time='41:26 min' depth='23.719 m' />
|
|
|
|
<sample time='41:28 min' depth='23.759 m' />
|
|
|
|
<sample time='41:30 min' depth='23.821 m' />
|
|
|
|
<sample time='41:32 min' depth='23.861 m' />
|
|
|
|
<sample time='41:34 min' depth='23.851 m' />
|
|
|
|
<sample time='41:36 min' depth='23.872 m' temp='5.9 C' />
|
|
|
|
<sample time='41:38 min' depth='23.861 m' />
|
|
|
|
<sample time='41:40 min' depth='23.933 m' />
|
|
|
|
<sample time='41:42 min' depth='24.055 m' />
|
|
|
|
<sample time='41:44 min' depth='24.147 m' />
|
|
|
|
<sample time='41:46 min' depth='24.259 m' />
|
|
|
|
<sample time='41:48 min' depth='24.422 m' />
|
|
|
|
<sample time='41:50 min' depth='24.473 m' />
|
|
|
|
<sample time='41:52 min' depth='24.504 m' />
|
|
|
|
<sample time='41:54 min' depth='24.483 m' />
|
|
|
|
<sample time='41:56 min' depth='24.504 m' />
|
|
|
|
<sample time='41:58 min' depth='24.432 m' />
|
|
|
|
<sample time='42:00 min' depth='24.422 m' cns='18%' />
|
|
|
|
<sample time='42:02 min' depth='24.33 m' />
|
|
|
|
<sample time='42:04 min' depth='24.31 m' />
|
|
|
|
<sample time='42:06 min' depth='24.351 m' />
|
|
|
|
<sample time='42:08 min' depth='24.361 m' />
|
|
|
|
<sample time='42:10 min' depth='24.453 m' />
|
|
|
|
<sample time='42:12 min' depth='24.208 m' />
|
|
|
|
<sample time='42:14 min' depth='24.177 m' />
|
|
|
|
<sample time='42:16 min' depth='24.147 m' />
|
|
|
|
<sample time='42:18 min' depth='24.075 m' />
|
|
|
|
<sample time='42:20 min' depth='23.994 m' />
|
|
|
|
<sample time='42:22 min' depth='23.943 m' />
|
|
|
|
<sample time='42:24 min' depth='23.943 m' temp='5.8 C' />
|
|
|
|
<sample time='42:26 min' depth='23.912 m' />
|
|
|
|
<sample time='42:28 min' depth='23.872 m' />
|
|
|
|
<sample time='42:30 min' depth='23.912 m' />
|
|
|
|
<sample time='42:32 min' depth='23.963 m' />
|
|
|
|
<sample time='42:34 min' depth='24.025 m' />
|
|
|
|
<sample time='42:36 min' depth='24.086 m' />
|
|
|
|
<sample time='42:38 min' depth='24.126 m' />
|
|
|
|
<sample time='42:40 min' depth='24.157 m' />
|
|
|
|
<sample time='42:42 min' depth='24.157 m' />
|
|
|
|
<sample time='42:44 min' depth='24.249 m' />
|
|
|
|
<sample time='42:46 min' depth='24.29 m' />
|
|
|
|
<sample time='42:48 min' depth='24.351 m' />
|
|
|
|
<sample time='42:50 min' depth='24.412 m' />
|
|
|
|
<sample time='42:52 min' depth='24.453 m' />
|
|
|
|
<sample time='42:54 min' depth='24.422 m' />
|
|
|
|
<sample time='42:56 min' depth='24.453 m' />
|
|
|
|
<sample time='42:58 min' depth='24.504 m' />
|
|
|
|
<sample time='43:00 min' depth='24.555 m' />
|
|
|
|
<sample time='43:02 min' depth='24.616 m' />
|
|
|
|
<sample time='43:04 min' depth='24.657 m' />
|
|
|
|
<sample time='43:06 min' depth='24.718 m' />
|
|
|
|
<sample time='43:08 min' depth='24.749 m' />
|
|
|
|
<sample time='43:10 min' depth='24.769 m' />
|
|
|
|
<sample time='43:12 min' depth='24.779 m' />
|
|
|
|
<sample time='43:14 min' depth='24.799 m' />
|
|
|
|
<sample time='43:16 min' depth='24.85 m' />
|
|
|
|
<sample time='43:18 min' depth='24.871 m' />
|
|
|
|
<sample time='43:20 min' depth='24.901 m' />
|
|
|
|
<sample time='43:22 min' depth='24.881 m' />
|
|
|
|
<sample time='43:24 min' depth='24.85 m' temp='5.7 C' />
|
|
|
|
<sample time='43:26 min' depth='24.85 m' />
|
|
|
|
<sample time='43:28 min' depth='24.779 m' />
|
|
|
|
<sample time='43:30 min' depth='24.698 m' />
|
|
|
|
<sample time='43:32 min' depth='24.606 m' />
|
|
|
|
<sample time='43:34 min' depth='24.514 m' />
|
|
|
|
<sample time='43:36 min' depth='24.443 m' />
|
|
|
|
<sample time='43:38 min' depth='24.341 m' />
|
|
|
|
<sample time='43:40 min' depth='24.29 m' />
|
|
|
|
<sample time='43:42 min' depth='24.249 m' />
|
|
|
|
<sample time='43:44 min' depth='24.177 m' />
|
|
|
|
<sample time='43:46 min' depth='24.106 m' />
|
|
|
|
<sample time='43:48 min' depth='24.055 m' />
|
|
|
|
<sample time='43:50 min' depth='24.025 m' />
|
|
|
|
<sample time='43:52 min' depth='23.963 m' />
|
|
|
|
<sample time='43:54 min' depth='23.974 m' />
|
|
|
|
<sample time='43:56 min' depth='23.994 m' />
|
|
|
|
<sample time='43:58 min' depth='24.035 m' />
|
|
|
|
<sample time='44:00 min' depth='24.137 m' temp='5.8 C' cns='19%' />
|
|
|
|
<sample time='44:02 min' depth='24.188 m' />
|
|
|
|
<sample time='44:04 min' depth='24.259 m' />
|
|
|
|
<sample time='44:06 min' depth='24.31 m' />
|
|
|
|
<sample time='44:08 min' depth='24.341 m' />
|
|
|
|
<sample time='44:10 min' depth='24.402 m' />
|
|
|
|
<sample time='44:12 min' depth='24.483 m' in_deco='1' stoptime='1:00 min' stopdepth='6.0 m' />
|
|
|
|
<sample time='44:14 min' depth='24.545 m' />
|
|
|
|
<sample time='44:16 min' depth='24.606 m' />
|
|
|
|
<sample time='44:18 min' depth='24.667 m' />
|
|
|
|
<sample time='44:20 min' depth='24.749 m' />
|
|
|
|
<sample time='44:22 min' depth='24.799 m' />
|
|
|
|
<sample time='44:24 min' depth='24.901 m' />
|
|
|
|
<sample time='44:26 min' depth='25.024 m' />
|
|
|
|
<sample time='44:28 min' depth='25.136 m' />
|
|
|
|
<sample time='44:30 min' depth='25.258 m' />
|
|
|
|
<sample time='44:32 min' depth='25.371 m' />
|
|
|
|
<sample time='44:34 min' depth='25.452 m' />
|
|
|
|
<sample time='44:36 min' depth='25.513 m' />
|
|
|
|
<sample time='44:38 min' depth='25.625 m' />
|
|
|
|
<sample time='44:40 min' depth='25.687 m' />
|
|
|
|
<sample time='44:42 min' depth='25.789 m' />
|
|
|
|
<sample time='44:44 min' depth='25.809 m' />
|
|
|
|
<sample time='44:46 min' depth='25.942 m' />
|
|
|
|
<sample time='44:48 min' depth='25.931 m' temp='5.7 C' />
|
|
|
|
<sample time='44:50 min' depth='26.033 m' />
|
|
|
|
<sample time='44:52 min' depth='26.095 m' />
|
|
|
|
<sample time='44:54 min' depth='26.054 m' />
|
|
|
|
<sample time='44:56 min' depth='26.033 m' />
|
|
|
|
<sample time='44:58 min' depth='25.901 m' />
|
|
|
|
<sample time='45:00 min' depth='25.86 m' temp='5.5 C' />
|
|
|
|
<sample time='45:02 min' depth='25.778 m' />
|
|
|
|
<sample time='45:04 min' depth='25.727 m' />
|
|
|
|
<sample time='45:06 min' depth='25.656 m' />
|
|
|
|
<sample time='45:08 min' depth='25.574 m' />
|
|
|
|
<sample time='45:10 min' depth='25.585 m' />
|
|
|
|
<sample time='45:12 min' depth='25.574 m' />
|
|
|
|
<sample time='45:14 min' depth='25.554 m' />
|
|
|
|
<sample time='45:16 min' depth='25.605 m' />
|
|
|
|
<sample time='45:18 min' depth='25.564 m' />
|
|
|
|
<sample time='45:20 min' depth='25.564 m' />
|
|
|
|
<sample time='45:22 min' depth='25.503 m' />
|
|
|
|
<sample time='45:24 min' depth='25.523 m' temp='5.4 C' />
|
|
|
|
<sample time='45:26 min' depth='25.503 m' />
|
|
|
|
<sample time='45:28 min' depth='25.33 m' />
|
|
|
|
<sample time='45:30 min' depth='25.34 m' />
|
|
|
|
<sample time='45:32 min' depth='25.33 m' />
|
|
|
|
<sample time='45:34 min' depth='25.411 m' />
|
|
|
|
<sample time='45:36 min' depth='25.534 m' />
|
|
|
|
<sample time='45:38 min' depth='25.564 m' />
|
|
|
|
<sample time='45:40 min' depth='25.625 m' />
|
|
|
|
<sample time='45:42 min' depth='25.615 m' />
|
|
|
|
<sample time='45:44 min' depth='25.513 m' />
|
|
|
|
<sample time='45:46 min' depth='25.279 m' />
|
|
|
|
<sample time='45:48 min' depth='25.167 m' />
|
|
|
|
<sample time='45:50 min' depth='24.952 m' />
|
|
|
|
<sample time='45:52 min' depth='24.667 m' />
|
|
|
|
<sample time='45:54 min' depth='24.341 m' />
|
|
|
|
<sample time='45:56 min' depth='24.065 m' />
|
|
|
|
<sample time='45:58 min' depth='23.77 m' />
|
|
|
|
<sample time='46:00 min' depth='23.453 m' />
|
|
|
|
<sample time='46:02 min' depth='22.821 m' />
|
|
|
|
<sample time='46:04 min' depth='22.424 m' />
|
|
|
|
<sample time='46:06 min' depth='22.526 m' />
|
|
|
|
<sample time='46:08 min' depth='22.22 m' />
|
|
|
|
<sample time='46:10 min' depth='21.791 m' />
|
|
|
|
<sample time='46:12 min' depth='21.169 m' temp='5.6 C' />
|
|
|
|
<sample time='46:14 min' depth='20.965 m' />
|
|
|
|
<sample time='46:16 min' depth='21.088 m' />
|
|
|
|
<sample time='46:18 min' depth='20.914 m' />
|
|
|
|
<sample time='46:20 min' depth='20.772 m' />
|
|
|
|
<sample time='46:22 min' depth='20.7 m' />
|
|
|
|
<sample time='46:24 min' depth='20.608 m' temp='6.0 C' cns='20%' />
|
|
|
|
<sample time='46:26 min' depth='20.466 m' />
|
|
|
|
<sample time='46:28 min' depth='20.313 m' />
|
|
|
|
<sample time='46:30 min' depth='20.119 m' />
|
|
|
|
<sample time='46:32 min' depth='19.946 m' />
|
|
|
|
<sample time='46:34 min' depth='19.946 m' />
|
|
|
|
<sample time='46:36 min' depth='19.956 m' temp='6.3 C' />
|
|
|
|
<sample time='46:38 min' depth='19.997 m' />
|
|
|
|
<sample time='46:40 min' depth='19.997 m' />
|
|
|
|
<sample time='46:42 min' depth='19.946 m' />
|
|
|
|
<sample time='46:44 min' depth='19.915 m' />
|
|
|
|
<sample time='46:46 min' depth='19.915 m' />
|
|
|
|
<sample time='46:48 min' depth='19.711 m' temp='6.6 C' />
|
|
|
|
<sample time='46:50 min' depth='19.997 m' />
|
|
|
|
<sample time='46:52 min' depth='20.099 m' />
|
|
|
|
<sample time='46:54 min' depth='20.109 m' />
|
|
|
|
<sample time='46:56 min' depth='20.139 m' />
|
|
|
|
<sample time='46:58 min' depth='20.119 m' />
|
|
|
|
<sample time='47:00 min' depth='20.099 m' temp='6.9 C' />
|
|
|
|
<sample time='47:02 min' depth='20.15 m' />
|
|
|
|
<sample time='47:04 min' depth='20.201 m' />
|
|
|
|
<sample time='47:06 min' depth='20.343 m' />
|
|
|
|
<sample time='47:08 min' depth='20.394 m' />
|
|
|
|
<sample time='47:10 min' depth='20.456 m' />
|
|
|
|
<sample time='47:12 min' depth='20.557 m' temp='7.0 C' />
|
|
|
|
<sample time='47:14 min' depth='20.68 m' />
|
|
|
|
<sample time='47:16 min' depth='20.761 m' />
|
|
|
|
<sample time='47:18 min' depth='20.843 m' />
|
|
|
|
<sample time='47:20 min' depth='20.884 m' />
|
|
|
|
<sample time='47:22 min' depth='20.904 m' />
|
|
|
|
<sample time='47:24 min' depth='20.874 m' temp='7.1 C' />
|
|
|
|
<sample time='47:26 min' depth='20.884 m' />
|
|
|
|
<sample time='47:28 min' depth='20.853 m' />
|
|
|
|
<sample time='47:30 min' depth='20.792 m' />
|
|
|
|
<sample time='47:32 min' depth='20.772 m' />
|
|
|
|
<sample time='47:34 min' depth='20.721 m' />
|
|
|
|
<sample time='47:36 min' depth='20.7 m' />
|
|
|
|
<sample time='47:38 min' depth='20.68 m' />
|
|
|
|
<sample time='47:40 min' depth='20.659 m' />
|
|
|
|
<sample time='47:42 min' depth='20.68 m' />
|
|
|
|
<sample time='47:44 min' depth='20.721 m' />
|
|
|
|
<sample time='47:46 min' depth='20.792 m' />
|
|
|
|
<sample time='47:48 min' depth='20.7 m' temp='7.0 C' />
|
|
|
|
<sample time='47:50 min' depth='20.629 m' />
|
|
|
|
<sample time='47:52 min' depth='20.557 m' />
|
|
|
|
<sample time='47:54 min' depth='20.527 m' />
|
|
|
|
<sample time='47:56 min' depth='20.445 m' />
|
|
|
|
<sample time='47:58 min' depth='20.445 m' />
|
|
|
|
<sample time='48:00 min' depth='20.241 m' />
|
|
|
|
<sample time='48:02 min' depth='20.17 m' />
|
|
|
|
<sample time='48:04 min' depth='20.099 m' />
|
|
|
|
<sample time='48:06 min' depth='20.068 m' />
|
|
|
|
<sample time='48:08 min' depth='20.007 m' />
|
|
|
|
<sample time='48:10 min' depth='20.17 m' />
|
|
|
|
<sample time='48:12 min' depth='19.823 m' temp='7.1 C' in_deco='0' stopdepth='0.0 m' />
|
|
|
|
<sample time='48:14 min' depth='19.803 m' />
|
|
|
|
<sample time='48:16 min' depth='19.772 m' />
|
|
|
|
<sample time='48:18 min' depth='19.742 m' />
|
|
|
|
<sample time='48:20 min' depth='19.385 m' />
|
|
|
|
<sample time='48:22 min' depth='19.069 m' />
|
|
|
|
<sample time='48:24 min' depth='19.466 m' temp='7.2 C' cns='21%' />
|
|
|
|
<sample time='48:26 min' depth='19.456 m' />
|
|
|
|
<sample time='48:28 min' depth='19.436 m' />
|
|
|
|
<sample time='48:30 min' depth='19.405 m' />
|
|
|
|
<sample time='48:32 min' depth='19.375 m' />
|
|
|
|
<sample time='48:34 min' depth='19.313 m' />
|
|
|
|
<sample time='48:36 min' depth='19.222 m' temp='7.4 C' />
|
|
|
|
<sample time='48:38 min' depth='19.12 m' />
|
|
|
|
<sample time='48:40 min' depth='19.008 m' />
|
|
|
|
<sample time='48:42 min' depth='18.916 m' />
|
|
|
|
<sample time='48:44 min' depth='18.793 m' />
|
|
|
|
<sample time='48:46 min' depth='18.742 m' />
|
|
|
|
<sample time='48:48 min' depth='18.691 m' temp='7.6 C' />
|
|
|
|
<sample time='48:50 min' depth='18.589 m' />
|
|
|
|
<sample time='48:52 min' depth='18.528 m' />
|
|
|
|
<sample time='48:54 min' depth='18.508 m' />
|
|
|
|
<sample time='48:56 min' depth='18.61 m' />
|
|
|
|
<sample time='48:58 min' depth='18.63 m' />
|
|
|
|
<sample time='49:00 min' depth='18.793 m' temp='7.8 C' />
|
|
|
|
<sample time='49:02 min' depth='18.773 m' />
|
|
|
|
<sample time='49:04 min' depth='18.569 m' />
|
|
|
|
<sample time='49:06 min' depth='18.447 m' />
|
|
|
|
<sample time='49:08 min' depth='18.334 m' />
|
|
|
|
<sample time='49:10 min' depth='18.385 m' />
|
|
|
|
<sample time='49:12 min' depth='18.416 m' temp='8.0 C' />
|
|
|
|
<sample time='49:14 min' depth='18.436 m' />
|
|
|
|
<sample time='49:16 min' depth='18.498 m' />
|
|
|
|
<sample time='49:18 min' depth='18.508 m' />
|
|
|
|
<sample time='49:20 min' depth='18.559 m' />
|
|
|
|
<sample time='49:22 min' depth='18.487 m' />
|
|
|
|
<sample time='49:24 min' depth='18.406 m' temp='8.1 C' />
|
|
|
|
<sample time='49:26 min' depth='18.345 m' />
|
|
|
|
<sample time='49:28 min' depth='18.273 m' />
|
|
|
|
<sample time='49:30 min' depth='18.222 m' />
|
|
|
|
<sample time='49:32 min' depth='18.12 m' />
|
|
|
|
<sample time='49:34 min' depth='18.09 m' />
|
|
|
|
<sample time='49:36 min' depth='18.029 m' temp='8.3 C' />
|
|
|
|
<sample time='49:38 min' depth='18.049 m' />
|
|
|
|
<sample time='49:40 min' depth='18.141 m' />
|
|
|
|
<sample time='49:42 min' depth='18.182 m' />
|
|
|
|
<sample time='49:44 min' depth='18.131 m' />
|
|
|
|
<sample time='49:46 min' depth='18.049 m' />
|
|
|
|
<sample time='49:48 min' depth='18.069 m' temp='8.6 C' />
|
|
|
|
<sample time='49:50 min' depth='18.029 m' />
|
|
|
|
<sample time='49:52 min' depth='17.947 m' />
|
|
|
|
<sample time='49:54 min' depth='17.865 m' />
|
|
|
|
<sample time='49:56 min' depth='17.774 m' />
|
|
|
|
<sample time='49:58 min' depth='17.651 m' />
|
|
|
|
<sample time='50:00 min' depth='17.641 m' temp='8.8 C' />
|
|
|
|
<sample time='50:02 min' depth='17.478 m' />
|
|
|
|
<sample time='50:04 min' depth='17.233 m' />
|
|
|
|
<sample time='50:06 min' depth='16.734 m' />
|
|
|
|
<sample time='50:08 min' depth='16.897 m' />
|
|
|
|
<sample time='50:10 min' depth='16.907 m' />
|
|
|
|
<sample time='50:12 min' depth='17.019 m' temp='9.1 C' />
|
|
|
|
<sample time='50:14 min' depth='16.815 m' />
|
|
|
|
<sample time='50:16 min' depth='16.764 m' />
|
|
|
|
<sample time='50:18 min' depth='16.632 m' />
|
|
|
|
<sample time='50:20 min' depth='16.499 m' />
|
|
|
|
<sample time='50:22 min' depth='16.295 m' />
|
|
|
|
<sample time='50:24 min' depth='16.183 m' temp='9.4 C' cns='22%' />
|
|
|
|
<sample time='50:26 min' depth='16.112 m' />
|
|
|
|
<sample time='50:28 min' depth='16.163 m' />
|
|
|
|
<sample time='50:30 min' depth='16.101 m' />
|
|
|
|
<sample time='50:32 min' depth='15.969 m' />
|
|
|
|
<sample time='50:34 min' depth='15.959 m' />
|
|
|
|
<sample time='50:36 min' depth='15.704 m' temp='9.5 C' />
|
|
|
|
<sample time='50:38 min' depth='15.122 m' />
|
|
|
|
<sample time='50:40 min' depth='14.898 m' />
|
|
|
|
<sample time='50:42 min' depth='15.204 m' />
|
|
|
|
<sample time='50:44 min' depth='15.133 m' />
|
|
|
|
<sample time='50:46 min' depth='15.082 m' />
|
|
|
|
<sample time='50:48 min' depth='15.0 m' temp='9.7 C' />
|
|
|
|
<sample time='50:50 min' depth='14.969 m' />
|
|
|
|
<sample time='50:52 min' depth='14.918 m' />
|
|
|
|
<sample time='50:54 min' depth='14.745 m' />
|
|
|
|
<sample time='50:56 min' depth='14.613 m' />
|
|
|
|
<sample time='50:58 min' depth='14.511 m' />
|
|
|
|
<sample time='51:00 min' depth='14.47 m' temp='9.8 C' />
|
|
|
|
<sample time='51:02 min' depth='14.47 m' />
|
|
|
|
<sample time='51:04 min' depth='14.48 m' />
|
|
|
|
<sample time='51:06 min' depth='14.46 m' />
|
|
|
|
<sample time='51:08 min' depth='14.419 m' />
|
|
|
|
<sample time='51:10 min' depth='14.276 m' />
|
|
|
|
<sample time='51:12 min' depth='14.276 m' />
|
|
|
|
<sample time='51:14 min' depth='14.256 m' />
|
|
|
|
<sample time='51:16 min' depth='14.225 m' />
|
|
|
|
<sample time='51:18 min' depth='14.194 m' />
|
|
|
|
<sample time='51:20 min' depth='14.184 m' />
|
|
|
|
<sample time='51:22 min' depth='14.082 m' />
|
|
|
|
<sample time='51:24 min' depth='14.001 m' temp='9.9 C' />
|
|
|
|
<sample time='51:26 min' depth='13.899 m' />
|
|
|
|
<sample time='51:28 min' depth='13.868 m' />
|
|
|
|
<sample time='51:30 min' depth='13.899 m' />
|
|
|
|
<sample time='51:32 min' depth='14.001 m' />
|
|
|
|
<sample time='51:34 min' depth='13.991 m' />
|
|
|
|
<sample time='51:36 min' depth='14.031 m' ndl='240:00 min' />
|
|
|
|
<sample time='51:38 min' depth='14.133 m' />
|
|
|
|
<sample time='51:40 min' depth='14.164 m' />
|
|
|
|
<sample time='51:42 min' depth='14.184 m' />
|
|
|
|
<sample time='51:44 min' depth='14.215 m' />
|
|
|
|
<sample time='51:46 min' depth='14.092 m' />
|
|
|
|
<sample time='51:48 min' depth='13.664 m' />
|
|
|
|
<sample time='51:50 min' depth='13.379 m' />
|
|
|
|
<sample time='51:52 min' depth='13.746 m' />
|
|
|
|
<sample time='51:54 min' depth='13.674 m' />
|
|
|
|
<sample time='51:56 min' depth='13.634 m' />
|
|
|
|
<sample time='51:58 min' depth='13.685 m' />
|
|
|
|
<sample time='52:00 min' depth='13.654 m' />
|
|
|
|
<sample time='52:02 min' depth='13.572 m' />
|
|
|
|
<sample time='52:04 min' depth='13.501 m' />
|
|
|
|
<sample time='52:06 min' depth='13.501 m' />
|
|
|
|
<sample time='52:08 min' depth='13.552 m' />
|
|
|
|
<sample time='52:10 min' depth='13.664 m' />
|
|
|
|
<sample time='52:12 min' depth='13.664 m' />
|
|
|
|
<sample time='52:14 min' depth='13.705 m' />
|
|
|
|
<sample time='52:16 min' depth='13.685 m' />
|
|
|
|
<sample time='52:18 min' depth='13.634 m' />
|
|
|
|
<sample time='52:20 min' depth='13.593 m' />
|
|
|
|
<sample time='52:22 min' depth='13.511 m' />
|
|
|
|
<sample time='52:24 min' depth='13.419 m' />
|
|
|
|
<sample time='52:26 min' depth='13.348 m' />
|
|
|
|
<sample time='52:28 min' depth='13.093 m' />
|
|
|
|
<sample time='52:30 min' depth='12.716 m' />
|
|
|
|
<sample time='52:32 min' depth='12.543 m' />
|
|
|
|
<sample time='52:34 min' depth='12.655 m' />
|
|
|
|
<sample time='52:36 min' depth='12.43 m' />
|
|
|
|
<sample time='52:38 min' depth='12.308 m' />
|
|
|
|
<sample time='52:40 min' depth='12.247 m' />
|
|
|
|
<sample time='52:42 min' depth='12.145 m' />
|
|
|
|
<sample time='52:44 min' depth='11.92 m' />
|
|
|
|
<sample time='52:46 min' depth='11.574 m' />
|
|
|
|
<sample time='52:48 min' depth='11.951 m' cns='23%' />
|
|
|
|
<sample time='52:50 min' depth='11.869 m' />
|
|
|
|
<sample time='52:52 min' depth='11.839 m' />
|
|
|
|
<sample time='52:54 min' depth='11.808 m' />
|
|
|
|
<sample time='52:56 min' depth='11.737 m' />
|
|
|
|
<sample time='52:58 min' depth='11.727 m' />
|
|
|
|
<sample time='53:00 min' depth='11.757 m' />
|
|
|
|
<sample time='53:02 min' depth='11.737 m' />
|
|
|
|
<sample time='53:04 min' depth='11.574 m' />
|
|
|
|
<sample time='53:06 min' depth='11.268 m' />
|
|
|
|
<sample time='53:08 min' depth='11.574 m' />
|
|
|
|
<sample time='53:10 min' depth='11.462 m' />
|
|
|
|
<sample time='53:12 min' depth='11.492 m' />
|
|
|
|
<sample time='53:14 min' depth='11.421 m' />
|
|
|
|
<sample time='53:16 min' depth='11.37 m' />
|
|
|
|
<sample time='53:18 min' depth='11.258 m' />
|
|
|
|
<sample time='53:20 min' depth='11.329 m' />
|
|
|
|
<sample time='53:22 min' depth='11.044 m' />
|
|
|
|
<sample time='53:24 min' depth='10.778 m' />
|
|
|
|
<sample time='53:26 min' depth='10.197 m' />
|
|
|
|
<sample time='53:28 min' depth='9.912 m' />
|
|
|
|
<sample time='53:30 min' depth='10.279 m' />
|
|
|
|
<sample time='53:32 min' depth='10.258 m' />
|
|
|
|
<sample time='53:34 min' depth='10.238 m' />
|
|
|
|
<sample time='53:36 min' depth='10.258 m' />
|
|
|
|
<sample time='53:38 min' depth='10.279 m' />
|
|
|
|
<sample time='53:40 min' depth='10.238 m' />
|
|
|
|
<sample time='53:42 min' depth='9.932 m' />
|
|
|
|
<sample time='53:44 min' depth='9.473 m' />
|
|
|
|
<sample time='53:46 min' depth='9.728 m' />
|
|
|
|
<sample time='53:48 min' depth='9.718 m' />
|
|
|
|
<sample time='53:50 min' depth='9.647 m' />
|
|
|
|
<sample time='53:52 min' depth='9.687 m' />
|
|
|
|
<sample time='53:54 min' depth='9.698 m' />
|
|
|
|
<sample time='53:56 min' depth='9.708 m' />
|
|
|
|
<sample time='53:58 min' depth='9.85 m' />
|
|
|
|
<sample time='54:00 min' depth='9.861 m' />
|
|
|
|
<sample time='54:02 min' depth='9.81 m' />
|
|
|
|
<sample time='54:04 min' depth='9.759 m' />
|
|
|
|
<sample time='54:06 min' depth='9.596 m' />
|
|
|
|
<sample time='54:08 min' depth='9.167 m' />
|
|
|
|
<sample time='54:10 min' depth='8.698 m' />
|
|
|
|
<sample time='54:12 min' depth='8.433 m' temp='10.0 C' />
|
|
|
|
<sample time='54:14 min' depth='8.708 m' />
|
|
|
|
<sample time='54:16 min' depth='8.627 m' />
|
|
|
|
<sample time='54:18 min' depth='8.627 m' />
|
|
|
|
<sample time='54:20 min' depth='8.698 m' />
|
|
|
|
<sample time='54:22 min' depth='8.688 m' />
|
|
|
|
<sample time='54:24 min' depth='8.668 m' />
|
|
|
|
<sample time='54:26 min' depth='8.678 m' />
|
|
|
|
<sample time='54:28 min' depth='8.698 m' />
|
|
|
|
<sample time='54:30 min' depth='8.698 m' />
|
|
|
|
<sample time='54:32 min' depth='8.719 m' />
|
|
|
|
<sample time='54:34 min' depth='8.759 m' />
|
|
|
|
<sample time='54:36 min' depth='8.739 m' />
|
|
|
|
<sample time='54:38 min' depth='8.678 m' />
|
|
|
|
<sample time='54:40 min' depth='8.606 m' />
|
|
|
|
<sample time='54:42 min' depth='8.453 m' />
|
|
|
|
<sample time='54:44 min' depth='8.372 m' />
|
|
|
|
<sample time='54:46 min' depth='8.321 m' />
|
|
|
|
<sample time='54:48 min' depth='8.3 m' cns='24%' />
|
|
|
|
<sample time='54:50 min' depth='8.239 m' />
|
|
|
|
<sample time='54:52 min' depth='8.148 m' />
|
|
|
|
<sample time='54:54 min' depth='8.056 m' />
|
|
|
|
<sample time='54:56 min' depth='7.913 m' />
|
|
|
|
<sample time='54:58 min' depth='7.78 m' />
|
|
|
|
<sample time='55:00 min' depth='7.23 m' />
|
|
|
|
<sample time='55:02 min' depth='6.995 m' />
|
|
|
|
<sample time='55:04 min' depth='7.291 m' />
|
|
|
|
<sample time='55:06 min' depth='7.158 m' />
|
|
|
|
<sample time='55:08 min' depth='7.097 m' />
|
|
|
|
<sample time='55:10 min' depth='7.138 m' />
|
|
|
|
<sample time='55:12 min' depth='7.077 m' />
|
|
|
|
<sample time='55:14 min' depth='7.077 m' />
|
|
|
|
<sample time='55:16 min' depth='6.965 m' />
|
|
|
|
<sample time='55:18 min' depth='6.954 m' />
|
|
|
|
<sample time='55:20 min' depth='6.883 m' />
|
|
|
|
<sample time='55:22 min' depth='6.873 m' />
|
|
|
|
<sample time='55:24 min' depth='6.873 m' temp='10.1 C' />
|
|
|
|
<sample time='55:26 min' depth='6.842 m' />
|
|
|
|
<sample time='55:28 min' depth='6.842 m' />
|
|
|
|
<sample time='55:30 min' depth='6.812 m' />
|
|
|
|
<sample time='55:32 min' depth='6.852 m' />
|
|
|
|
<sample time='55:34 min' depth='6.771 m' />
|
|
|
|
<sample time='55:36 min' depth='6.751 m' />
|
|
|
|
<sample time='55:38 min' depth='6.638 m' />
|
|
|
|
<sample time='55:40 min' depth='6.628 m' />
|
|
|
|
<sample time='55:42 min' depth='6.628 m' />
|
|
|
|
<sample time='55:44 min' depth='6.689 m' />
|
|
|
|
<sample time='55:46 min' depth='6.863 m' />
|
|
|
|
<sample time='55:48 min' depth='6.863 m' temp='10.0 C' />
|
|
|
|
<sample time='55:50 min' depth='6.863 m' />
|
|
|
|
<sample time='55:52 min' depth='6.771 m' />
|
|
|
|
<sample time='55:54 min' depth='6.7 m' />
|
|
|
|
<sample time='55:56 min' depth='6.098 m' />
|
|
|
|
<sample time='55:58 min' depth='5.731 m' />
|
|
|
|
<sample time='56:00 min' depth='6.057 m' />
|
|
|
|
<sample time='56:02 min' depth='6.098 m' />
|
|
|
|
<sample time='56:04 min' depth='6.098 m' />
|
|
|
|
<sample time='56:06 min' depth='6.21 m' />
|
|
|
|
<sample time='56:08 min' depth='6.445 m' />
|
|
|
|
<sample time='56:10 min' depth='6.7 m' />
|
|
|
|
<sample time='56:12 min' depth='6.751 m' />
|
|
|
|
<sample time='56:14 min' depth='6.852 m' />
|
|
|
|
<sample time='56:16 min' depth='6.557 m' />
|
|
|
|
<sample time='56:18 min' depth='6.312 m' />
|
|
|
|
<sample time='56:20 min' depth='6.424 m' />
|
|
|
|
<sample time='56:22 min' depth='6.434 m' />
|
|
|
|
<sample time='56:24 min' depth='6.506 m' />
|
|
|
|
<sample time='56:26 min' depth='6.618 m' />
|
|
|
|
<sample time='56:28 min' depth='6.72 m' />
|
|
|
|
<sample time='56:30 min' depth='6.822 m' />
|
|
|
|
<sample time='56:32 min' depth='6.852 m' />
|
|
|
|
<sample time='56:34 min' depth='6.863 m' />
|
|
|
|
<sample time='56:36 min' depth='6.781 m' />
|
|
|
|
<sample time='56:38 min' depth='6.751 m' />
|
|
|
|
<sample time='56:40 min' depth='6.7 m' />
|
|
|
|
<sample time='56:42 min' depth='6.618 m' />
|
|
|
|
<sample time='56:44 min' depth='6.506 m' />
|
|
|
|
<sample time='56:46 min' depth='6.414 m' />
|
|
|
|
<sample time='56:48 min' depth='6.394 m' />
|
|
|
|
<sample time='56:50 min' depth='6.404 m' />
|
|
|
|
<sample time='56:52 min' depth='6.424 m' />
|
|
|
|
<sample time='56:54 min' depth='6.475 m' />
|
|
|
|
<sample time='56:56 min' depth='6.516 m' />
|
|
|
|
<sample time='56:58 min' depth='6.557 m' />
|
|
|
|
<sample time='57:00 min' depth='6.598 m' />
|
|
|
|
<sample time='57:02 min' depth='6.649 m' />
|
|
|
|
<sample time='57:04 min' depth='6.679 m' />
|
|
|
|
<sample time='57:06 min' depth='6.74 m' />
|
|
|
|
<sample time='57:08 min' depth='6.761 m' />
|
|
|
|
<sample time='57:10 min' depth='6.791 m' />
|
|
|
|
<sample time='57:12 min' depth='6.934 m' cns='25%' />
|
|
|
|
<sample time='57:14 min' depth='6.873 m' />
|
|
|
|
<sample time='57:16 min' depth='6.903 m' />
|
|
|
|
<sample time='57:18 min' depth='6.924 m' />
|
|
|
|
<sample time='57:20 min' depth='6.903 m' />
|
|
|
|
<sample time='57:22 min' depth='6.883 m' />
|
|
|
|
<sample time='57:24 min' depth='6.965 m' />
|
|
|
|
<sample time='57:26 min' depth='6.965 m' />
|
|
|
|
<sample time='57:28 min' depth='6.985 m' />
|
|
|
|
<sample time='57:30 min' depth='6.995 m' />
|
|
|
|
<sample time='57:32 min' depth='7.077 m' />
|
|
|
|
<sample time='57:34 min' depth='7.169 m' />
|
|
|
|
<sample time='57:36 min' depth='7.24 m' />
|
|
|
|
<sample time='57:38 min' depth='7.322 m' />
|
|
|
|
<sample time='57:40 min' depth='7.424 m' />
|
|
|
|
<sample time='57:42 min' depth='7.526 m' />
|
|
|
|
<sample time='57:44 min' depth='7.607 m' />
|
|
|
|
<sample time='57:46 min' depth='7.678 m' />
|
|
|
|
<sample time='57:48 min' depth='7.791 m' />
|
|
|
|
<sample time='57:50 min' depth='7.678 m' />
|
|
|
|
<sample time='57:52 min' depth='7.444 m' />
|
|
|
|
<sample time='57:54 min' depth='7.373 m' />
|
|
|
|
<sample time='57:56 min' depth='7.413 m' />
|
|
|
|
<sample time='57:58 min' depth='7.373 m' />
|
|
|
|
<sample time='58:00 min' depth='7.383 m' />
|
|
|
|
<sample time='58:02 min' depth='7.403 m' />
|
|
|
|
<sample time='58:04 min' depth='7.464 m' />
|
|
|
|
<sample time='58:06 min' depth='7.413 m' />
|
|
|
|
<sample time='58:08 min' depth='7.464 m' />
|
|
|
|
<sample time='58:10 min' depth='7.393 m' />
|
|
|
|
<sample time='58:12 min' depth='7.291 m' />
|
|
|
|
<sample time='58:14 min' depth='7.107 m' />
|
|
|
|
<sample time='58:16 min' depth='6.985 m' />
|
|
|
|
<sample time='58:18 min' depth='6.975 m' />
|
|
|
|
<sample time='58:20 min' depth='6.893 m' />
|
|
|
|
<sample time='58:22 min' depth='6.771 m' />
|
|
|
|
<sample time='58:24 min' depth='6.72 m' />
|
|
|
|
<sample time='58:26 min' depth='6.557 m' />
|
|
|
|
<sample time='58:28 min' depth='6.261 m' />
|
|
|
|
<sample time='58:30 min' depth='5.751 m' />
|
|
|
|
<sample time='58:32 min' depth='5.843 m' />
|
|
|
|
<sample time='58:34 min' depth='5.639 m' />
|
|
|
|
<sample time='58:36 min' depth='5.506 m' />
|
|
|
|
<sample time='58:38 min' depth='5.578 m' />
|
|
|
|
<sample time='58:40 min' depth='5.629 m' />
|
|
|
|
<sample time='58:42 min' depth='5.731 m' />
|
|
|
|
<sample time='58:44 min' depth='5.853 m' />
|
|
|
|
<sample time='58:46 min' depth='5.925 m' />
|
|
|
|
<sample time='58:48 min' depth='5.996 m' />
|
|
|
|
<sample time='58:50 min' depth='6.037 m' />
|
|
|
|
<sample time='58:52 min' depth='6.057 m' />
|
|
|
|
<sample time='58:54 min' depth='6.108 m' />
|
|
|
|
<sample time='58:56 min' depth='6.108 m' />
|
|
|
|
<sample time='58:58 min' depth='6.128 m' />
|
|
|
|
<sample time='59:00 min' depth='6.2 m' />
|
|
|
|
<sample time='59:02 min' depth='6.19 m' />
|
|
|
|
<sample time='59:04 min' depth='6.179 m' />
|
|
|
|
<sample time='59:06 min' depth='6.128 m' />
|
|
|
|
<sample time='59:08 min' depth='6.027 m' />
|
|
|
|
<sample time='59:10 min' depth='5.945 m' />
|
|
|
|
<sample time='59:12 min' depth='5.976 m' cns='26%' />
|
|
|
|
<sample time='59:14 min' depth='6.027 m' />
|
|
|
|
<sample time='59:16 min' depth='6.108 m' />
|
|
|
|
<sample time='59:18 min' depth='6.22 m' />
|
|
|
|
<sample time='59:20 min' depth='6.261 m' />
|
|
|
|
<sample time='59:22 min' depth='6.281 m' />
|
|
|
|
<sample time='59:24 min' depth='6.332 m' />
|
|
|
|
<sample time='59:26 min' depth='6.343 m' />
|
|
|
|
<sample time='59:28 min' depth='6.445 m' />
|
|
|
|
<sample time='59:30 min' depth='6.445 m' />
|
|
|
|
<sample time='59:32 min' depth='6.506 m' />
|
|
|
|
<sample time='59:34 min' depth='6.577 m' />
|
|
|
|
<sample time='59:36 min' depth='6.618 m' />
|
|
|
|
<sample time='59:38 min' depth='6.618 m' />
|
|
|
|
<sample time='59:40 min' depth='6.649 m' />
|
|
|
|
<sample time='59:42 min' depth='6.689 m' />
|
|
|
|
<sample time='59:44 min' depth='6.669 m' />
|
|
|
|
<sample time='59:46 min' depth='6.689 m' />
|
|
|
|
<sample time='59:48 min' depth='6.7 m' />
|
|
|
|
<sample time='59:50 min' depth='6.74 m' />
|
|
|
|
<sample time='59:52 min' depth='6.761 m' />
|
|
|
|
<sample time='59:54 min' depth='6.832 m' />
|
|
|
|
<sample time='59:56 min' depth='6.893 m' />
|
|
|
|
<sample time='59:58 min' depth='6.863 m' />
|
|
|
|
<sample time='60:00 min' depth='6.852 m' />
|
|
|
|
<sample time='60:02 min' depth='6.852 m' />
|
|
|
|
<sample time='60:04 min' depth='6.781 m' />
|
|
|
|
<sample time='60:06 min' depth='6.802 m' />
|
|
|
|
<sample time='60:08 min' depth='6.751 m' />
|
|
|
|
<sample time='60:10 min' depth='6.771 m' />
|
|
|
|
<sample time='60:12 min' depth='6.771 m' />
|
|
|
|
<sample time='60:14 min' depth='6.761 m' />
|
|
|
|
<sample time='60:16 min' depth='6.771 m' />
|
|
|
|
<sample time='60:18 min' depth='6.751 m' />
|
|
|
|
<sample time='60:20 min' depth='6.7 m' />
|
|
|
|
<sample time='60:22 min' depth='6.659 m' />
|
|
|
|
<sample time='60:24 min' depth='6.587 m' />
|
|
|
|
<sample time='60:26 min' depth='6.526 m' />
|
|
|
|
<sample time='60:28 min' depth='6.475 m' />
|
|
|
|
<sample time='60:30 min' depth='6.455 m' />
|
|
|
|
<sample time='60:32 min' depth='6.434 m' />
|
|
|
|
<sample time='60:34 min' depth='6.424 m' />
|
|
|
|
<sample time='60:36 min' depth='6.414 m' />
|
|
|
|
<sample time='60:38 min' depth='6.394 m' />
|
|
|
|
<sample time='60:40 min' depth='6.383 m' />
|
|
|
|
<sample time='60:42 min' depth='6.363 m' />
|
|
|
|
<sample time='60:44 min' depth='6.281 m' />
|
|
|
|
<sample time='60:46 min' depth='6.23 m' />
|
|
|
|
<sample time='60:48 min' depth='6.159 m' />
|
|
|
|
<sample time='60:50 min' depth='6.047 m' />
|
|
|
|
<sample time='60:52 min' depth='5.598 m' />
|
|
|
|
<sample time='60:54 min' depth='5.69 m' />
|
|
|
|
<sample time='60:56 min' depth='5.833 m' />
|
|
|
|
<sample time='60:58 min' depth='5.812 m' />
|
|
|
|
<sample time='61:00 min' depth='5.833 m' />
|
|
|
|
<sample time='61:02 min' depth='5.884 m' />
|
|
|
|
<sample time='61:04 min' depth='5.965 m' />
|
|
|
|
<sample time='61:06 min' depth='6.037 m' />
|
|
|
|
<sample time='61:08 min' depth='6.128 m' />
|
|
|
|
<sample time='61:10 min' depth='6.302 m' />
|
|
|
|
<sample time='61:12 min' depth='6.404 m' cns='27%' />
|
|
|
|
<sample time='61:14 min' depth='6.516 m' />
|
|
|
|
<sample time='61:16 min' depth='6.618 m' />
|
|
|
|
<sample time='61:18 min' depth='6.781 m' />
|
|
|
|
<sample time='61:20 min' depth='6.802 m' />
|
|
|
|
<sample time='61:22 min' depth='6.71 m' />
|
|
|
|
<sample time='61:24 min' depth='6.547 m' />
|
|
|
|
<sample time='61:26 min' depth='6.485 m' />
|
|
|
|
<sample time='61:28 min' depth='6.485 m' />
|
|
|
|
<sample time='61:30 min' depth='6.587 m' />
|
|
|
|
<sample time='61:32 min' depth='6.71 m' />
|
|
|
|
<sample time='61:34 min' depth='6.822 m' />
|
|
|
|
<sample time='61:36 min' depth='6.934 m' />
|
|
|
|
<sample time='61:38 min' depth='7.026 m' />
|
|
|
|
<sample time='61:40 min' depth='7.148 m' />
|
|
|
|
<sample time='61:42 min' depth='7.25 m' />
|
|
|
|
<sample time='61:44 min' depth='7.291 m' />
|
|
|
|
<sample time='61:46 min' depth='7.311 m' />
|
|
|
|
<sample time='61:48 min' depth='7.342 m' />
|
|
|
|
<sample time='61:50 min' depth='7.362 m' />
|
|
|
|
<sample time='61:52 min' depth='7.352 m' />
|
|
|
|
<sample time='61:54 min' depth='7.311 m' />
|
|
|
|
<sample time='61:56 min' depth='7.311 m' />
|
|
|
|
<sample time='61:58 min' depth='7.209 m' />
|
|
|
|
<sample time='62:00 min' depth='7.036 m' />
|
|
|
|
<sample time='62:02 min' depth='6.893 m' />
|
|
|
|
<sample time='62:04 min' depth='6.771 m' />
|
|
|
|
<sample time='62:06 min' depth='6.679 m' />
|
|
|
|
<sample time='62:08 min' depth='6.679 m' />
|
|
|
|
<sample time='62:10 min' depth='6.74 m' />
|
|
|
|
<sample time='62:12 min' depth='6.791 m' />
|
|
|
|
<sample time='62:14 min' depth='6.863 m' />
|
|
|
|
<sample time='62:16 min' depth='6.883 m' />
|
|
|
|
<sample time='62:18 min' depth='6.883 m' />
|
|
|
|
<sample time='62:20 min' depth='6.873 m' />
|
|
|
|
<sample time='62:22 min' depth='6.873 m' />
|
|
|
|
<sample time='62:24 min' depth='6.863 m' />
|
|
|
|
<sample time='62:26 min' depth='6.842 m' />
|
|
|
|
<sample time='62:28 min' depth='6.873 m' />
|
|
|
|
<sample time='62:30 min' depth='6.873 m' />
|
|
|
|
<sample time='62:32 min' depth='6.842 m' />
|
|
|
|
<sample time='62:34 min' depth='6.802 m' />
|
|
|
|
<sample time='62:36 min' depth='6.608 m' />
|
|
|
|
<sample time='62:38 min' depth='6.587 m' />
|
|
|
|
<sample time='62:40 min' depth='6.618 m' />
|
|
|
|
<sample time='62:42 min' depth='6.649 m' />
|
|
|
|
<sample time='62:44 min' depth='6.659 m' />
|
|
|
|
<sample time='62:46 min' depth='6.659 m' />
|
|
|
|
<sample time='62:48 min' depth='6.781 m' />
|
|
|
|
<sample time='62:50 min' depth='6.751 m' />
|
|
|
|
<sample time='62:52 min' depth='6.802 m' />
|
|
|
|
<sample time='62:54 min' depth='6.914 m' />
|
|
|
|
<sample time='62:56 min' depth='6.985 m' />
|
|
|
|
<sample time='62:58 min' depth='7.036 m' />
|
|
|
|
<sample time='63:00 min' depth='7.067 m' />
|
|
|
|
<sample time='63:02 min' depth='6.975 m' />
|
|
|
|
<sample time='63:04 min' depth='6.873 m' />
|
|
|
|
<sample time='63:06 min' depth='6.771 m' />
|
|
|
|
<sample time='63:08 min' depth='6.638 m' />
|
|
|
|
<sample time='63:10 min' depth='6.557 m' />
|
|
|
|
<sample time='63:12 min' depth='6.353 m' />
|
|
|
|
<sample time='63:14 min' depth='5.894 m' />
|
|
|
|
<sample time='63:16 min' depth='6.2 m' />
|
|
|
|
<sample time='63:18 min' depth='6.271 m' />
|
|
|
|
<sample time='63:20 min' depth='6.22 m' />
|
|
|
|
<sample time='63:22 min' depth='6.169 m' />
|
|
|
|
<sample time='63:24 min' depth='6.149 m' />
|
|
|
|
<sample time='63:26 min' depth='6.159 m' />
|
|
|
|
<sample time='63:28 min' depth='6.21 m' />
|
|
|
|
<sample time='63:30 min' depth='6.19 m' />
|
|
|
|
<sample time='63:32 min' depth='6.19 m' />
|
|
|
|
<sample time='63:34 min' depth='6.139 m' />
|
|
|
|
<sample time='63:36 min' depth='6.108 m' cns='28%' />
|
|
|
|
<sample time='63:38 min' depth='5.741 m' />
|
|
|
|
<sample time='63:40 min' depth='5.486 m' />
|
|
|
|
<sample time='63:42 min' depth='5.853 m' />
|
|
|
|
<sample time='63:44 min' depth='5.792 m' />
|
|
|
|
<sample time='63:46 min' depth='5.843 m' />
|
|
|
|
<sample time='63:48 min' depth='5.925 m' />
|
|
|
|
<sample time='63:50 min' depth='5.996 m' />
|
|
|
|
<sample time='63:52 min' depth='6.128 m' />
|
|
|
|
<sample time='63:54 min' depth='6.088 m' />
|
|
|
|
<sample time='63:56 min' depth='6.108 m' />
|
|
|
|
<sample time='63:58 min' depth='6.118 m' />
|
|
|
|
<sample time='64:00 min' depth='6.128 m' />
|
|
|
|
<sample time='64:02 min' depth='6.118 m' />
|
|
|
|
<sample time='64:04 min' depth='6.149 m' />
|
|
|
|
<sample time='64:06 min' depth='6.251 m' />
|
|
|
|
<sample time='64:08 min' depth='6.343 m' />
|
|
|
|
<sample time='64:10 min' depth='6.455 m' />
|
|
|
|
<sample time='64:12 min' depth='6.567 m' />
|
|
|
|
<sample time='64:14 min' depth='6.689 m' />
|
|
|
|
<sample time='64:16 min' depth='6.74 m' />
|
|
|
|
<sample time='64:18 min' depth='6.791 m' />
|
|
|
|
<sample time='64:20 min' depth='6.73 m' />
|
|
|
|
<sample time='64:22 min' depth='6.751 m' />
|
|
|
|
<sample time='64:24 min' depth='6.771 m' />
|
|
|
|
<sample time='64:26 min' depth='6.812 m' />
|
|
|
|
<sample time='64:28 min' depth='6.863 m' />
|
|
|
|
<sample time='64:30 min' depth='6.914 m' />
|
|
|
|
<sample time='64:32 min' depth='6.822 m' />
|
|
|
|
<sample time='64:34 min' depth='6.72 m' />
|
|
|
|
<sample time='64:36 min' depth='6.557 m' />
|
|
|
|
<sample time='64:38 min' depth='6.353 m' />
|
|
|
|
<sample time='64:40 min' depth='6.21 m' />
|
|
|
|
<sample time='64:42 min' depth='5.996 m' />
|
|
|
|
<sample time='64:44 min' depth='5.741 m' />
|
|
|
|
<sample time='64:46 min' depth='5.425 m' />
|
|
|
|
<sample time='64:48 min' depth='5.782 m' />
|
|
|
|
<sample time='64:50 min' depth='5.772 m' />
|
|
|
|
<sample time='64:52 min' depth='5.823 m' />
|
|
|
|
<sample time='64:54 min' depth='5.935 m' />
|
|
|
|
<sample time='64:56 min' depth='5.996 m' />
|
|
|
|
<sample time='64:58 min' depth='6.057 m' />
|
|
|
|
<sample time='65:00 min' depth='6.078 m' />
|
|
|
|
<sample time='65:02 min' depth='6.088 m' />
|
|
|
|
<sample time='65:04 min' depth='6.078 m' />
|
|
|
|
<sample time='65:06 min' depth='6.078 m' />
|
|
|
|
<sample time='65:08 min' depth='6.118 m' />
|
|
|
|
<sample time='65:10 min' depth='6.159 m' />
|
|
|
|
<sample time='65:12 min' depth='6.22 m' temp='10.1 C' />
|
|
|
|
<sample time='65:14 min' depth='6.322 m' />
|
|
|
|
<sample time='65:16 min' depth='6.455 m' />
|
|
|
|
<sample time='65:18 min' depth='6.638 m' />
|
|
|
|
<sample time='65:20 min' depth='6.638 m' />
|
|
|
|
<sample time='65:22 min' depth='6.72 m' />
|
|
|
|
<sample time='65:24 min' depth='6.689 m' temp='10.0 C' />
|
|
|
|
<sample time='65:26 min' depth='6.628 m' />
|
|
|
|
<sample time='65:28 min' depth='6.628 m' />
|
|
|
|
<sample time='65:30 min' depth='6.271 m' />
|
|
|
|
<sample time='65:32 min' depth='5.976 m' />
|
|
|
|
<sample time='65:34 min' depth='6.292 m' />
|
|
|
|
<sample time='65:36 min' depth='6.536 m' temp='10.1 C' cns='29%' />
|
|
|
|
<sample time='65:38 min' depth='6.669 m' />
|
|
|
|
<sample time='65:40 min' depth='6.842 m' />
|
|
|
|
<sample time='65:42 min' depth='7.026 m' />
|
|
|
|
<sample time='65:44 min' depth='7.005 m' />
|
|
|
|
<sample time='65:46 min' depth='7.016 m' />
|
|
|
|
<sample time='65:48 min' depth='7.005 m' temp='10.0 C' />
|
|
|
|
<sample time='65:50 min' depth='7.016 m' />
|
|
|
|
<sample time='65:52 min' depth='7.005 m' />
|
|
|
|
<sample time='65:54 min' depth='6.995 m' />
|
|
|
|
<sample time='65:56 min' depth='7.005 m' />
|
|
|
|
<sample time='65:58 min' depth='6.995 m' />
|
|
|
|
<sample time='66:00 min' depth='6.924 m' />
|
|
|
|
<sample time='66:02 min' depth='6.985 m' />
|
|
|
|
<sample time='66:04 min' depth='7.026 m' />
|
|
|
|
<sample time='66:06 min' depth='7.158 m' />
|
|
|
|
<sample time='66:08 min' depth='7.118 m' />
|
|
|
|
<sample time='66:10 min' depth='7.067 m' />
|
|
|
|
<sample time='66:12 min' depth='6.873 m' />
|
|
|
|
<sample time='66:14 min' depth='6.516 m' />
|
|
|
|
<sample time='66:16 min' depth='6.373 m' />
|
|
|
|
<sample time='66:18 min' depth='6.557 m' />
|
|
|
|
<sample time='66:20 min' depth='6.506 m' />
|
|
|
|
<sample time='66:22 min' depth='6.506 m' />
|
|
|
|
<sample time='66:24 min' depth='6.659 m' temp='10.1 C' />
|
|
|
|
<sample time='66:26 min' depth='6.74 m' />
|
|
|
|
<sample time='66:28 min' depth='6.751 m' />
|
|
|
|
<sample time='66:30 min' depth='6.812 m' />
|
|
|
|
<sample time='66:32 min' depth='6.832 m' />
|
|
|
|
<sample time='66:34 min' depth='6.842 m' />
|
|
|
|
<sample time='66:36 min' depth='6.781 m' temp='10.0 C' />
|
|
|
|
<sample time='66:38 min' depth='6.74 m' />
|
|
|
|
<sample time='66:40 min' depth='6.689 m' />
|
|
|
|
<sample time='66:42 min' depth='6.7 m' />
|
|
|
|
<sample time='66:44 min' depth='6.72 m' />
|
|
|
|
<sample time='66:46 min' depth='6.791 m' />
|
|
|
|
<sample time='66:48 min' depth='6.802 m' />
|
|
|
|
<sample time='66:50 min' depth='6.832 m' />
|
|
|
|
<sample time='66:52 min' depth='6.873 m' />
|
|
|
|
<sample time='66:54 min' depth='6.842 m' />
|
|
|
|
<sample time='66:56 min' depth='6.893 m' />
|
|
|
|
<sample time='66:58 min' depth='6.954 m' />
|
|
|
|
<sample time='67:00 min' depth='6.934 m' />
|
|
|
|
<sample time='67:02 min' depth='6.924 m' />
|
|
|
|
<sample time='67:04 min' depth='6.975 m' />
|
|
|
|
<sample time='67:06 min' depth='7.016 m' />
|
|
|
|
<sample time='67:08 min' depth='7.046 m' />
|
|
|
|
<sample time='67:10 min' depth='7.107 m' />
|
|
|
|
<sample time='67:12 min' depth='7.199 m' />
|
|
|
|
<sample time='67:14 min' depth='7.199 m' />
|
|
|
|
<sample time='67:16 min' depth='7.24 m' />
|
|
|
|
<sample time='67:18 min' depth='7.209 m' />
|
|
|
|
<sample time='67:20 min' depth='7.199 m' />
|
|
|
|
<sample time='67:22 min' depth='7.118 m' />
|
|
|
|
<sample time='67:24 min' depth='7.128 m' />
|
|
|
|
<sample time='67:26 min' depth='7.097 m' />
|
|
|
|
<sample time='67:28 min' depth='7.138 m' />
|
|
|
|
<sample time='67:30 min' depth='7.138 m' />
|
|
|
|
<sample time='67:32 min' depth='6.802 m' />
|
|
|
|
<sample time='67:34 min' depth='6.791 m' />
|
|
|
|
<sample time='67:36 min' depth='7.016 m' cns='30%' />
|
|
|
|
<sample time='67:38 min' depth='7.199 m' />
|
|
|
|
<sample time='67:40 min' depth='7.22 m' />
|
|
|
|
<sample time='67:42 min' depth='7.23 m' />
|
|
|
|
<sample time='67:44 min' depth='7.22 m' />
|
|
|
|
<sample time='67:46 min' depth='7.373 m' />
|
|
|
|
<sample time='67:48 min' depth='7.158 m' />
|
|
|
|
<sample time='67:50 min' depth='7.097 m' />
|
|
|
|
<sample time='67:52 min' depth='7.097 m' />
|
|
|
|
<sample time='67:54 min' depth='7.169 m' />
|
|
|
|
<sample time='67:56 min' depth='7.189 m' />
|
|
|
|
<sample time='67:58 min' depth='7.199 m' />
|
|
|
|
<sample time='68:00 min' depth='7.199 m' />
|
|
|
|
<sample time='68:02 min' depth='7.209 m' />
|
|
|
|
<sample time='68:04 min' depth='7.158 m' />
|
|
|
|
<sample time='68:06 min' depth='7.118 m' />
|
|
|
|
<sample time='68:08 min' depth='7.005 m' />
|
|
|
|
<sample time='68:10 min' depth='6.995 m' />
|
|
|
|
<sample time='68:12 min' depth='6.995 m' />
|
|
|
|
<sample time='68:14 min' depth='6.975 m' />
|
|
|
|
<sample time='68:16 min' depth='6.954 m' />
|
|
|
|
<sample time='68:18 min' depth='6.954 m' />
|
|
|
|
<sample time='68:20 min' depth='6.985 m' />
|
|
|
|
<sample time='68:22 min' depth='7.148 m' />
|
|
|
|
<sample time='68:24 min' depth='7.097 m' />
|
|
|
|
<sample time='68:26 min' depth='7.026 m' />
|
|
|
|
<sample time='68:28 min' depth='6.985 m' />
|
|
|
|
<sample time='68:30 min' depth='6.954 m' />
|
|
|
|
<sample time='68:32 min' depth='7.016 m' />
|
|
|
|
<sample time='68:34 min' depth='6.975 m' />
|
|
|
|
<sample time='68:36 min' depth='7.016 m' />
|
|
|
|
<sample time='68:38 min' depth='7.036 m' />
|
|
|
|
<sample time='68:40 min' depth='6.781 m' />
|
|
|
|
<sample time='68:42 min' depth='7.005 m' />
|
|
|
|
<sample time='68:44 min' depth='7.118 m' />
|
|
|
|
<sample time='68:46 min' depth='7.148 m' />
|
|
|
|
<sample time='68:48 min' depth='7.097 m' />
|
|
|
|
<sample time='68:50 min' depth='7.097 m' />
|
|
|
|
<sample time='68:52 min' depth='7.138 m' />
|
|
|
|
<sample time='68:54 min' depth='7.148 m' />
|
|
|
|
<sample time='68:56 min' depth='7.158 m' />
|
|
|
|
<sample time='68:58 min' depth='7.158 m' />
|
|
|
|
<sample time='69:00 min' depth='6.771 m' />
|
|
|
|
<sample time='69:02 min' depth='7.046 m' />
|
|
|
|
<sample time='69:04 min' depth='7.077 m' />
|
|
|
|
<sample time='69:06 min' depth='6.995 m' />
|
|
|
|
<sample time='69:08 min' depth='6.526 m' />
|
|
|
|
<sample time='69:10 min' depth='6.343 m' />
|
|
|
|
<sample time='69:12 min' depth='6.21 m' />
|
|
|
|
<sample time='69:14 min' depth='6.638 m' />
|
|
|
|
<sample time='69:16 min' depth='6.802 m' />
|
|
|
|
<sample time='69:18 min' depth='6.791 m' />
|
|
|
|
<sample time='69:20 min' depth='6.873 m' />
|
|
|
|
<sample time='69:22 min' depth='6.965 m' />
|
|
|
|
<sample time='69:24 min' depth='7.107 m' />
|
|
|
|
<sample time='69:26 min' depth='7.22 m' />
|
|
|
|
<sample time='69:28 min' depth='7.107 m' />
|
|
|
|
<sample time='69:30 min' depth='7.097 m' />
|
|
|
|
<sample time='69:32 min' depth='7.087 m' />
|
|
|
|
<sample time='69:34 min' depth='7.097 m' />
|
|
|
|
<sample time='69:36 min' depth='7.158 m' />
|
|
|
|
<sample time='69:38 min' depth='7.199 m' />
|
|
|
|
<sample time='69:40 min' depth='7.199 m' />
|
|
|
|
<sample time='69:42 min' depth='7.158 m' />
|
|
|
|
<sample time='69:44 min' depth='7.097 m' />
|
|
|
|
<sample time='69:46 min' depth='7.138 m' />
|
|
|
|
<sample time='69:48 min' depth='7.067 m' />
|
|
|
|
<sample time='69:50 min' depth='6.679 m' />
|
|
|
|
<sample time='69:52 min' depth='7.046 m' />
|
|
|
|
<sample time='69:54 min' depth='6.985 m' />
|
|
|
|
<sample time='69:56 min' depth='6.914 m' />
|
|
|
|
<sample time='69:58 min' depth='6.863 m' />
|
|
|
|
<sample time='70:00 min' depth='6.802 m' cns='31%' />
|
|
|
|
<sample time='70:02 min' depth='6.893 m' />
|
|
|
|
<sample time='70:04 min' depth='6.985 m' />
|
|
|
|
<sample time='70:06 min' depth='7.036 m' />
|
|
|
|
<sample time='70:08 min' depth='7.158 m' />
|
|
|
|
<sample time='70:10 min' depth='7.301 m' />
|
|
|
|
<sample time='70:12 min' depth='7.301 m' />
|
|
|
|
<sample time='70:14 min' depth='7.22 m' />
|
|
|
|
<sample time='70:16 min' depth='7.158 m' />
|
|
|
|
<sample time='70:18 min' depth='7.199 m' />
|
|
|
|
<sample time='70:20 min' depth='7.158 m' />
|
|
|
|
<sample time='70:22 min' depth='6.934 m' />
|
|
|
|
<sample time='70:24 min' depth='6.812 m' />
|
|
|
|
<sample time='70:26 min' depth='6.679 m' />
|
|
|
|
<sample time='70:28 min' depth='6.587 m' />
|
|
|
|
<sample time='70:30 min' depth='6.496 m' />
|
|
|
|
<sample time='70:32 min' depth='6.394 m' />
|
|
|
|
<sample time='70:34 min' depth='6.179 m' />
|
|
|
|
<sample time='70:36 min' depth='6.241 m' />
|
|
|
|
<sample time='70:38 min' depth='5.914 m' />
|
|
|
|
<sample time='70:40 min' depth='6.078 m' />
|
|
|
|
<sample time='70:42 min' depth='6.292 m' />
|
|
|
|
<sample time='70:44 min' depth='6.394 m' />
|
|
|
|
<sample time='70:46 min' depth='6.353 m' />
|
|
|
|
<sample time='70:48 min' depth='6.353 m' />
|
|
|
|
<sample time='70:50 min' depth='6.414 m' />
|
|
|
|
<sample time='70:52 min' depth='6.587 m' />
|
|
|
|
<sample time='70:54 min' depth='6.781 m' />
|
|
|
|
<sample time='70:56 min' depth='6.73 m' />
|
|
|
|
<sample time='70:58 min' depth='6.485 m' />
|
|
|
|
<sample time='71:00 min' depth='6.373 m' />
|
|
|
|
<sample time='71:02 min' depth='6.587 m' />
|
|
|
|
<sample time='71:04 min' depth='6.669 m' />
|
|
|
|
<sample time='71:06 min' depth='6.567 m' />
|
|
|
|
<sample time='71:08 min' depth='6.71 m' />
|
|
|
|
<sample time='71:10 min' depth='6.883 m' />
|
|
|
|
<sample time='71:12 min' depth='6.934 m' />
|
|
|
|
<sample time='71:14 min' depth='6.965 m' />
|
|
|
|
<sample time='71:16 min' depth='7.077 m' />
|
|
|
|
<sample time='71:18 min' depth='6.995 m' />
|
|
|
|
<sample time='71:20 min' depth='6.975 m' />
|
|
|
|
<sample time='71:22 min' depth='6.975 m' />
|
|
|
|
<sample time='71:24 min' depth='7.005 m' />
|
|
|
|
<sample time='71:26 min' depth='6.903 m' />
|
|
|
|
<sample time='71:28 min' depth='6.852 m' />
|
|
|
|
<sample time='71:30 min' depth='6.903 m' />
|
|
|
|
<sample time='71:32 min' depth='6.791 m' />
|
|
|
|
<sample time='71:34 min' depth='6.567 m' />
|
|
|
|
<sample time='71:36 min' depth='6.404 m' />
|
|
|
|
<sample time='71:38 min' depth='6.445 m' />
|
|
|
|
<sample time='71:40 min' depth='6.383 m' />
|
|
|
|
<sample time='71:42 min' depth='6.485 m' />
|
|
|
|
<sample time='71:44 min' depth='6.496 m' />
|
|
|
|
<sample time='71:46 min' depth='6.547 m' />
|
|
|
|
<sample time='71:48 min' depth='6.506 m' />
|
|
|
|
<sample time='71:50 min' depth='6.383 m' />
|
|
|
|
<sample time='71:52 min' depth='6.312 m' />
|
|
|
|
<sample time='71:54 min' depth='6.343 m' />
|
|
|
|
<sample time='71:56 min' depth='6.281 m' />
|
|
|
|
<sample time='71:58 min' depth='6.251 m' />
|
|
|
|
<sample time='72:00 min' depth='6.21 m' cns='32%' />
|
|
|
|
<sample time='72:02 min' depth='6.128 m' />
|
|
|
|
<sample time='72:04 min' depth='6.128 m' />
|
|
|
|
<sample time='72:06 min' depth='6.047 m' />
|
|
|
|
<sample time='72:08 min' depth='6.037 m' />
|
|
|
|
<sample time='72:10 min' depth='5.996 m' />
|
|
|
|
<sample time='72:12 min' depth='5.965 m' />
|
|
|
|
<sample time='72:14 min' depth='5.965 m' />
|
|
|
|
<sample time='72:16 min' depth='5.955 m' />
|
|
|
|
<sample time='72:18 min' depth='5.843 m' />
|
|
|
|
<sample time='72:20 min' depth='5.772 m' />
|
|
|
|
<sample time='72:22 min' depth='5.721 m' />
|
|
|
|
<sample time='72:24 min' depth='5.741 m' />
|
|
|
|
<sample time='72:26 min' depth='5.741 m' />
|
|
|
|
<sample time='72:28 min' depth='5.68 m' />
|
|
|
|
<sample time='72:30 min' depth='5.619 m' />
|
|
|
|
<sample time='72:32 min' depth='5.527 m' />
|
|
|
|
<sample time='72:34 min' depth='5.486 m' />
|
|
|
|
<sample time='72:36 min' depth='5.415 m' />
|
|
|
|
<sample time='72:38 min' depth='5.374 m' />
|
|
|
|
<sample time='72:40 min' depth='4.976 m' />
|
|
|
|
<sample time='72:42 min' depth='4.915 m' />
|
|
|
|
<sample time='72:44 min' depth='5.374 m' />
|
|
|
|
<sample time='72:46 min' depth='5.333 m' />
|
|
|
|
<sample time='72:48 min' depth='5.333 m' />
|
|
|
|
<sample time='72:50 min' depth='5.354 m' />
|
|
|
|
<sample time='72:52 min' depth='5.323 m' />
|
|
|
|
<sample time='72:54 min' depth='5.231 m' />
|
|
|
|
<sample time='72:56 min' depth='5.088 m' />
|
|
|
|
<sample time='72:58 min' depth='5.088 m' />
|
|
|
|
<sample time='73:00 min' depth='5.058 m' temp='10.1 C' />
|
|
|
|
<sample time='73:02 min' depth='5.017 m' />
|
|
|
|
<sample time='73:04 min' depth='5.007 m' />
|
|
|
|
<sample time='73:06 min' depth='5.068 m' />
|
|
|
|
<sample time='73:08 min' depth='5.058 m' />
|
|
|
|
<sample time='73:10 min' depth='5.058 m' />
|
|
|
|
<sample time='73:12 min' depth='5.068 m' />
|
|
|
|
<sample time='73:14 min' depth='5.037 m' />
|
|
|
|
<sample time='73:16 min' depth='5.007 m' />
|
|
|
|
<sample time='73:18 min' depth='4.986 m' />
|
|
|
|
<sample time='73:20 min' depth='4.925 m' />
|
|
|
|
<sample time='73:22 min' depth='4.833 m' />
|
|
|
|
<sample time='73:24 min' depth='4.813 m' temp='10.0 C' />
|
|
|
|
<sample time='73:26 min' depth='4.793 m' />
|
|
|
|
<sample time='73:28 min' depth='4.772 m' />
|
|
|
|
<sample time='73:30 min' depth='4.68 m' />
|
|
|
|
<sample time='73:32 min' depth='4.599 m' />
|
|
|
|
<sample time='73:34 min' depth='4.64 m' />
|
|
|
|
<sample time='73:36 min' depth='4.752 m' temp='10.1 C' />
|
|
|
|
<sample time='73:38 min' depth='4.701 m' />
|
|
|
|
<sample time='73:40 min' depth='4.721 m' />
|
|
|
|
<sample time='73:42 min' depth='4.721 m' />
|
|
|
|
<sample time='73:44 min' depth='4.701 m' />
|
|
|
|
<sample time='73:46 min' depth='4.701 m' />
|
|
|
|
<sample time='73:48 min' depth='4.721 m' />
|
|
|
|
<sample time='73:50 min' depth='4.731 m' />
|
|
|
|
<sample time='73:52 min' depth='4.68 m' />
|
|
|
|
<sample time='73:54 min' depth='4.701 m' />
|
|
|
|
<sample time='73:56 min' depth='4.66 m' />
|
|
|
|
<sample time='73:58 min' depth='4.568 m' />
|
|
|
|
<sample time='74:00 min' depth='4.589 m' />
|
|
|
|
<sample time='74:02 min' depth='4.63 m' />
|
|
|
|
<sample time='74:04 min' depth='4.589 m' />
|
|
|
|
<sample time='74:06 min' depth='4.487 m' />
|
|
|
|
<sample time='74:08 min' depth='4.375 m' />
|
|
|
|
<sample time='74:10 min' depth='4.303 m' />
|
|
|
|
<sample time='74:12 min' depth='3.875 m' />
|
|
|
|
<sample time='74:14 min' depth='3.855 m' />
|
|
|
|
<sample time='74:16 min' depth='4.303 m' />
|
|
|
|
<sample time='74:18 min' depth='4.313 m' />
|
|
|
|
<sample time='74:20 min' depth='4.273 m' />
|
|
|
|
<sample time='74:22 min' depth='4.191 m' />
|
|
|
|
<sample time='74:24 min' depth='4.109 m' cns='33%' />
|
|
|
|
<sample time='74:26 min' depth='4.12 m' />
|
|
|
|
<sample time='74:28 min' depth='4.089 m' />
|
|
|
|
<sample time='74:30 min' depth='4.018 m' />
|
|
|
|
<sample time='74:32 min' depth='4.028 m' />
|
|
|
|
<sample time='74:34 min' depth='4.048 m' />
|
|
|
|
<sample time='74:36 min' depth='3.997 m' />
|
|
|
|
<sample time='74:38 min' depth='3.956 m' />
|
|
|
|
<sample time='74:40 min' depth='3.936 m' />
|
|
|
|
<sample time='74:42 min' depth='3.946 m' />
|
|
|
|
<sample time='74:44 min' depth='3.865 m' />
|
|
|
|
<sample time='74:46 min' depth='3.793 m' />
|
|
|
|
<sample time='74:48 min' depth='3.763 m' />
|
|
|
|
<sample time='74:50 min' depth='3.783 m' />
|
|
|
|
<sample time='74:52 min' depth='3.753 m' />
|
|
|
|
<sample time='74:54 min' depth='3.64 m' />
|
|
|
|
<sample time='74:56 min' depth='3.671 m' />
|
|
|
|
<sample time='74:58 min' depth='3.702 m' />
|
|
|
|
<sample time='75:00 min' depth='3.681 m' />
|
|
|
|
<sample time='75:02 min' depth='3.691 m' />
|
|
|
|
<sample time='75:04 min' depth='3.671 m' />
|
|
|
|
<sample time='75:06 min' depth='3.661 m' />
|
|
|
|
<sample time='75:08 min' depth='3.661 m' />
|
|
|
|
<sample time='75:10 min' depth='3.661 m' />
|
|
|
|
<sample time='75:12 min' depth='3.681 m' />
|
|
|
|
<sample time='75:14 min' depth='3.661 m' po2='0.7 bar' />
|
|
|
|
<sample time='75:16 min' depth='3.681 m' />
|
|
|
|
<sample time='75:18 min' depth='3.64 m' />
|
|
|
|
<sample time='75:20 min' depth='3.569 m' />
|
|
|
|
<sample time='75:22 min' depth='3.528 m' />
|
|
|
|
<sample time='75:24 min' depth='3.579 m' />
|
|
|
|
<sample time='75:26 min' depth='3.579 m' />
|
|
|
|
<sample time='75:28 min' depth='3.508 m' />
|
|
|
|
<sample time='75:30 min' depth='3.498 m' />
|
|
|
|
<sample time='75:32 min' depth='3.559 m' />
|
|
|
|
<sample time='75:34 min' depth='3.549 m' />
|
|
|
|
<sample time='75:36 min' depth='3.549 m' />
|
|
|
|
<sample time='75:38 min' depth='3.549 m' />
|
|
|
|
<sample time='75:40 min' depth='3.61 m' />
|
|
|
|
<sample time='75:42 min' depth='3.63 m' />
|
|
|
|
<sample time='75:44 min' depth='3.64 m' />
|
|
|
|
<sample time='75:46 min' depth='3.63 m' />
|
|
|
|
<sample time='75:48 min' depth='3.63 m' />
|
|
|
|
<sample time='75:50 min' depth='3.661 m' />
|
|
|
|
<sample time='75:52 min' depth='3.651 m' />
|
|
|
|
<sample time='75:54 min' depth='3.63 m' />
|
|
|
|
<sample time='75:56 min' depth='3.661 m' />
|
|
|
|
<sample time='75:58 min' depth='3.6 m' />
|
|
|
|
<sample time='76:00 min' depth='3.528 m' />
|
|
|
|
<sample time='76:02 min' depth='3.447 m' />
|
|
|
|
<sample time='76:04 min' depth='3.334 m' />
|
|
|
|
<sample time='76:06 min' depth='3.467 m' />
|
|
|
|
<sample time='76:08 min' depth='3.416 m' />
|
|
|
|
<sample time='76:10 min' depth='3.253 m' />
|
|
|
|
<sample time='76:12 min' depth='3.131 m' />
|
|
|
|
<sample time='76:14 min' depth='3.08 m' />
|
|
|
|
<sample time='76:16 min' depth='2.967 m' />
|
|
|
|
<sample time='76:18 min' depth='3.131 m' />
|
|
|
|
<sample time='76:20 min' depth='3.202 m' />
|
|
|
|
<sample time='76:22 min' depth='3.049 m' />
|
|
|
|
<sample time='76:24 min' depth='3.008 m' />
|
|
|
|
<sample time='76:26 min' depth='2.916 m' />
|
|
|
|
<sample time='76:28 min' depth='2.896 m' />
|
|
|
|
<sample time='76:30 min' depth='2.519 m' />
|
|
|
|
<sample time='76:32 min' depth='2.427 m' />
|
|
|
|
<sample time='76:34 min' depth='2.356 m' />
|
|
|
|
<sample time='76:36 min' depth='3.049 m' />
|
|
|
|
<sample time='76:38 min' depth='3.08 m' />
|
|
|
|
<sample time='76:40 min' depth='2.967 m' />
|
|
|
|
<sample time='76:42 min' depth='2.825 m' />
|
|
|
|
<sample time='76:44 min' depth='2.753 m' />
|
|
|
|
<sample time='76:46 min' depth='2.661 m' />
|
|
|
|
<sample time='76:48 min' depth='2.539 m' />
|
|
|
|
<sample time='76:50 min' depth='2.539 m' />
|
|
|
|
<sample time='76:52 min' depth='2.519 m' />
|
|
|
|
<sample time='76:54 min' depth='2.478 m' />
|
|
|
|
<sample time='76:56 min' depth='2.407 m' />
|
|
|
|
<sample time='76:58 min' depth='2.111 m' />
|
|
|
|
<sample time='77:00 min' depth='1.886 m' />
|
|
|
|
<sample time='77:02 min' depth='1.764 m' />
|
|
|
|
<sample time='77:04 min' depth='1.723 m' />
|
|
|
|
<sample time='77:06 min' depth='2.254 m' />
|
|
|
|
<sample time='77:08 min' depth='2.233 m' />
|
|
|
|
<sample time='77:10 min' depth='2.182 m' />
|
|
|
|
<sample time='77:12 min' depth='2.111 m' />
|
|
|
|
<sample time='77:14 min' depth='2.131 m' />
|
|
|
|
<sample time='77:16 min' depth='2.09 m' />
|
|
|
|
<sample time='77:18 min' depth='1.988 m' />
|
|
|
|
<sample time='77:20 min' depth='1.927 m' />
|
|
|
|
<sample time='77:22 min' depth='1.917 m' />
|
|
|
|
<sample time='77:24 min' depth='1.886 m' />
|
|
|
|
<sample time='77:26 min' depth='1.795 m' />
|
|
|
|
<sample time='77:28 min' depth='1.723 m' />
|
|
|
|
<sample time='77:30 min' depth='1.723 m' />
|
|
|
|
<sample time='77:32 min' depth='1.703 m' />
|
|
|
|
<sample time='77:34 min' depth='1.672 m' />
|
|
|
|
<sample time='77:36 min' depth='1.581 m' />
|
|
|
|
<sample time='77:38 min' depth='1.53 m' />
|
|
|
|
<sample time='77:40 min' depth='1.509 m' />
|
|
|
|
<sample time='77:42 min' depth='1.428 m' />
|
|
|
|
<sample time='77:44 min' depth='1.295 m' />
|
|
|
|
<sample time='77:46 min' depth='1.183 m' />
|
|
|
|
<sample time='77:48 min' depth='1.091 m' />
|
|
|
|
<sample time='77:50 min' depth='1.01 m' />
|
|
|
|
<sample time='77:52 min' depth='0.887 m' />
|
|
|
|
<sample time='77:54 min' depth='0.714 m' />
|
|
|
|
<sample time='77:56 min' depth='0.571 m' />
|
|
|
|
<sample time='77:58 min' depth='0.591 m' />
|
|
|
|
<sample time='78:00 min' depth='0.571 m' cns='34%' />
|
|
|
|
<sample time='78:02 min' depth='0.469 m' />
|
|
|
|
<sample time='78:04 min' depth='0.265 m' />
|
|
|
|
<sample time='78:06 min' depth='0.408 m' />
|
|
|
|
<sample time='78:08 min' depth='0.367 m' />
|
|
|
|
<sample time='78:10 min' depth='0.387 m' />
|
|
|
|
<sample time='78:12 min' depth='0.408 m' />
|
|
|
|
<sample time='78:14 min' depth='0.438 m' />
|
|
|
|
<sample time='78:16 min' depth='0.306 m' />
|
|
|
|
<sample time='78:18 min' depth='0.357 m' />
|
|
|
|
<sample time='78:20 min' depth='0.398 m' />
|
|
|
|
<sample time='78:22 min' depth='0.367 m' />
|
|
|
|
<sample time='78:24 min' depth='0.489 m' />
|
|
|
|
<sample time='78:26 min' depth='0.438 m' />
|
|
|
|
<sample time='78:28 min' depth='0.255 m' />
|
|
|
|
<sample time='78:30 min' depth='0.316 m' />
|
|
|
|
<sample time='78:32 min' depth='0.337 m' />
|
|
|
|
<sample time='78:34 min' depth='0.235 m' />
|
|
|
|
<sample time='78:36 min' depth='0.306 m' />
|
|
|
|
<sample time='78:38 min' depth='0.337 m' />
|
|
|
|
<sample time='78:40 min' depth='0.316 m' />
|
|
|
|
<sample time='78:42 min' depth='0.286 m' />
|
|
|
|
<sample time='78:44 min' depth='0.255 m' />
|
|
|
|
<sample time='78:46 min' depth='0.316 m' />
|
|
|
|
<sample time='78:48 min' depth='0.367 m' />
|
|
|
|
<sample time='78:50 min' depth='0.265 m' />
|
|
|
|
<sample time='78:52 min' depth='0.337 m' />
|
|
|
|
<sample time='78:54 min' depth='0.347 m' />
|
|
|
|
<sample time='78:56 min' depth='0.265 m' />
|
|
|
|
<sample time='78:58 min' depth='0.275 m' />
|
|
|
|
<sample time='79:00 min' depth='0.337 m' />
|
|
|
|
<sample time='79:02 min' depth='0.326 m' />
|
|
|
|
<sample time='79:04 min' depth='0.367 m' />
|
|
|
|
<sample time='79:06 min' depth='0.663 m' />
|
|
|
|
<sample time='79:08 min' depth='0.724 m' />
|
|
|
|
<sample time='79:10 min' depth='0.693 m' />
|
|
|
|
<sample time='79:12 min' depth='0.612 m' />
|
|
|
|
<sample time='79:14 min' depth='0.632 m' />
|
|
|
|
<sample time='79:16 min' depth='0.52 m' />
|
|
|
|
<sample time='79:18 min' depth='0.367 m' />
|
|
|
|
<sample time='79:20 min' depth='0.5 m' />
|
|
|
|
<sample time='79:22 min' depth='0.591 m' />
|
|
|
|
<sample time='79:24 min' depth='0.571 m' />
|
|
|
|
<sample time='79:26 min' depth='0.53 m' />
|
|
|
|
<sample time='79:28 min' depth='0.54 m' />
|
|
|
|
<sample time='79:30 min' depth='0.561 m' />
|
|
|
|
<sample time='79:32 min' depth='0.357 m' />
|
|
|
|
<sample time='79:34 min' depth='0.387 m' />
|
|
|
|
<sample time='79:36 min' depth='0.561 m' />
|
|
|
|
<sample time='79:38 min' depth='0.561 m' />
|
|
|
|
<sample time='79:40 min' depth='0.581 m' />
|
|
|
|
<sample time='79:42 min' depth='0.591 m' />
|
|
|
|
<sample time='79:44 min' depth='0.591 m' />
|
|
|
|
<sample time='79:46 min' depth='0.581 m' />
|
|
|
|
<sample time='79:48 min' depth='0.418 m' />
|
|
|
|
<sample time='79:50 min' depth='0.54 m' />
|
|
|
|
<sample time='79:52 min' depth='0.622 m' />
|
|
|
|
<sample time='79:54 min' depth='0.622 m' />
|
|
|
|
<sample time='79:56 min' depth='0.591 m' />
|
|
|
|
<sample time='79:58 min' depth='0.612 m' />
|
|
|
|
<sample time='80:00 min' depth='0.602 m' />
|
|
|
|
<sample time='80:02 min' depth='0.683 m' />
|
|
|
|
<sample time='80:04 min' depth='0.653 m' />
|
|
|
|
<sample time='80:06 min' depth='0.653 m' />
|
|
|
|
<sample time='80:08 min' depth='0.224 m' />
|
|
|
|
<sample time='80:10 min' depth='0.255 m' />
|
|
|
|
<sample time='80:12 min' depth='0.235 m' />
|
|
|
|
<sample time='80:14 min' depth='0.224 m' />
|
|
|
|
<sample time='80:16 min' depth='0.224 m' />
|
|
|
|
<sample time='80:18 min' depth='0.245 m' />
|
|
|
|
<sample time='80:20 min' depth='0.235 m' />
|
|
|
|
<sample time='80:22 min' depth='0.224 m' />
|
|
|
|
<sample time='80:24 min' depth='0.235 m' />
|
|
|
|
<sample time='80:26 min' depth='0.235 m' />
|
|
|
|
<sample time='80:28 min' depth='0.224 m' />
|
|
|
|
<sample time='80:30 min' depth='0.224 m' />
|
|
|
|
<sample time='80:32 min' depth='0.235 m' />
|
|
|
|
<sample time='80:34 min' depth='0.224 m' />
|
|
|
|
<sample time='80:36 min' depth='0.224 m' />
|
|
|
|
<sample time='80:38 min' depth='0.224 m' />
|
|
|
|
<sample time='80:40 min' depth='0.224 m' />
|
|
|
|
<sample time='80:42 min' depth='0.224 m' />
|
|
|
|
<sample time='80:44 min' depth='0.224 m' />
|
|
|
|
<sample time='80:46 min' depth='0.224 m' />
|
|
|
|
<sample time='80:48 min' depth='0.214 m' />
|
|
|
|
<sample time='80:50 min' depth='0.235 m' />
|
|
|
|
<sample time='80:52 min' depth='0.224 m' />
|
|
|
|
<sample time='80:54 min' depth='0.245 m' />
|
|
|
|
<sample time='80:56 min' depth='0.235 m' />
|
|
|
|
<sample time='80:58 min' depth='0.224 m' />
|
|
|
|
<sample time='81:00 min' depth='0.316 m' temp='10.0 C' />
|
|
|
|
<sample time='81:02 min' depth='0.235 m' />
|
|
|
|
<sample time='81:04 min' depth='0.235 m' />
|
|
|
|
<sample time='81:06 min' depth='0.224 m' />
|
|
|
|
<sample time='81:08 min' depth='0.265 m' />
|
|
|
|
<sample time='81:10 min' depth='0.265 m' />
|
|
|
|
<sample time='81:12 min' depth='0.316 m' />
|
|
|
|
<sample time='81:14 min' depth='0.316 m' />
|
|
|
|
<sample time='81:16 min' depth='0.337 m' />
|
|
|
|
<sample time='81:18 min' depth='0.306 m' />
|
|
|
|
<sample time='81:20 min' depth='0.326 m' />
|
|
|
|
<sample time='81:22 min' depth='0.245 m' />
|
|
|
|
<sample time='81:24 min' depth='0.265 m' temp='10.1 C' />
|
|
|
|
<sample time='81:26 min' depth='0.224 m' />
|
|
|
|
<sample time='81:28 min' depth='0.235 m' />
|
|
|
|
<sample time='81:30 min' depth='0.224 m' />
|
|
|
|
<sample time='81:32 min' depth='0.214 m' />
|
|
|
|
<sample time='81:34 min' depth='0.235 m' />
|
|
|
|
<sample time='81:36 min' depth='0.224 m' />
|
|
|
|
<sample time='81:38 min' depth='0.224 m' />
|
|
|
|
<sample time='81:40 min' depth='0.224 m' />
|
|
|
|
<sample time='81:42 min' depth='0.235 m' />
|
|
|
|
<sample time='81:44 min' depth='0.235 m' />
|
|
|
|
<sample time='81:46 min' depth='0.224 m' />
|
|
|
|
<sample time='81:48 min' depth='0.214 m' />
|
|
|
|
<sample time='81:50 min' depth='0.214 m' />
|
|
|
|
<sample time='81:52 min' depth='0.214 m' />
|
|
|
|
<sample time='81:54 min' depth='0.214 m' />
|
|
|
|
<sample time='81:56 min' depth='0.235 m' />
|
|
|
|
<sample time='81:58 min' depth='0.224 m' />
|
|
|
|
<sample time='82:00 min' depth='0.224 m' temp='10.0 C' />
|
|
|
|
<sample time='82:02 min' depth='0.235 m' />
|
|
|
|
<sample time='82:04 min' depth='0.235 m' />
|
|
|
|
<sample time='82:06 min' depth='0.224 m' />
|
|
|
|
<sample time='82:08 min' depth='0.214 m' />
|
|
|
|
<sample time='82:10 min' depth='0.235 m' />
|
|
|
|
<sample time='82:12 min' depth='0.224 m' temp='9.9 C' />
|
|
|
|
<sample time='82:14 min' depth='0.224 m' />
|
|
|
|
<sample time='82:16 min' depth='0.224 m' />
|
|
|
|
<sample time='82:18 min' depth='0.224 m' />
|
|
|
|
<sample time='82:20 min' depth='0.235 m' />
|
|
|
|
<sample time='82:22 min' depth='0.224 m' />
|
|
|
|
<sample time='82:24 min' depth='0.214 m' />
|
|
|
|
<sample time='82:26 min' depth='0.235 m' />
|
|
|
|
<sample time='82:28 min' depth='0.235 m' />
|
|
|
|
<sample time='82:30 min' depth='0.235 m' />
|
|
|
|
<sample time='82:32 min' depth='0.224 m' />
|
|
|
|
<sample time='82:34 min' depth='0.224 m' />
|
|
|
|
<sample time='82:36 min' depth='0.235 m' temp='9.8 C' />
|
|
|
|
<sample time='82:38 min' depth='0.224 m' />
|
|
|
|
<sample time='82:40 min' depth='0.214 m' />
|
|
|
|
<sample time='82:42 min' depth='0.214 m' />
|
|
|
|
<sample time='82:44 min' depth='0.224 m' />
|
|
|
|
<sample time='82:46 min' depth='0.224 m' />
|
|
|
|
<sample time='82:48 min' depth='0.245 m' temp='9.7 C' />
|
|
|
|
<sample time='82:50 min' depth='0.235 m' ndl='0:00 min' stoptime='0:00 min' cns='0%' po2='0.0 bar' />
|
|
|
|
</divecomputer>
|
|
|
|
</dive>
|
2021-08-18 22:14:22 +00:00
|
|
|
<dive number='1' sac='1.049 l/min' otu='97' cns='34%' date='2014-04-02' time='10:00:00' duration='77:54 min'>
|
2015-03-10 21:27:14 +00:00
|
|
|
<notes>CCR dive</notes>
|
|
|
|
<cylinder size='2.0 l' workpressure='232.0 bar' description='Oxy2' o2='100.0%' start='190.0 bar' end='130.0 bar' use='oxygen' />
|
|
|
|
<cylinder size='2.0 l' workpressure='232.0 bar' description='Dil2' start='185.0 bar' end='130.0 bar' use='diluent' />
|
Clean up divecomputer 'device' handling
We have this odd legacy notion of a divecomputer 'device', that was
originally just basically the libdivecomputer 'EVENT_DEVINFO' report
that was associated with each dive. So it had firmware version,
deviceid, and serial number.
It had also gotten extended to do 'nickname' handling, and it was all
confusing, ugly and bad. It was particularly bad because it wasn't
actually a 'per device' thing at all: due to the firmware field, a dive
computer that got a firmware update forced a new 'device'.
To make matters worse, the 'deviceid' was also almost random, because
we've calculated it a couple of different ways, and libdivecomputer
itself has changed how the legacy 32-bit 'serial number' is expressed.
Finally, because of all these issues, we didn't even try to make the
thing unique, so it really ended up being a random snapshot of the state
of the dive computer at the time of a dive, and sometimes we'd pick one,
and sometimes another, since they weren't really well-defined.
So get rid of all this confusion.
The new rules:
- the actual random dive computer state at the time of a dive is kept
in the dive data. So if you want to know the firmware version, it
should be in the 'extra data'
- the only serial number that matters is the string one in the extra
data, because that's the one that actually matches what the dive
computer reports, and isn't some random 32-bit integer with ambiguous
formatting.
- the 'device id' - the thing we match with (together with the model
name, eg "Suunto EON Steel") is purely a hash of the real serial
number.
The device ID that libdivecomputer reports in EVENT_DEVINFO is
ignored, as is the device ID we've saved in the XML or git files. If
we have a serial number, the device ID will be uniquely associated
with that serial number, and if we don't have one, the device ID will
be zero (for 'match anything').
So now 'deviceid' is literally just a shorthand for the serial number
string, and the two are joined at the hip.
- the 'device' managament is _only_ used to track devices that have
serial numbers _and_ nicknames. So no more different device
structures just because one had a nickname and the other didn't etc.
Without a serial number, the device is 'anonymous' and fundamentally
cannot be distinguished from other devices of the same model, so a
nickname is meaningless. And without a nickname, there is no point in
creating a device data structure, since all the data is in the dive
itself and the device structure wouldn't add any value..
These rules mean that we no longer have ambiguous 'device' structures,
and we can never have duplicates that can confuse us.
This does mean that you can't give a nickname to a device that cannot be
uniquely identified with a serial number, but those are happily fairly
rare (and mostly older ones). Dirk said he'd look at what it takes to
give more dive computers proper serial numbers, and I already did it for
the Garmin Descent family yesterday.
(Honesty in advertizing: right now you can't add a nickname to a dive
computer that doesn't already have one, because such a dive computer
will not have a device structure. But that's a UI issue, and I'll sort
that out separately)
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-08-16 22:50:11 +00:00
|
|
|
<divecomputer model='Heinrichs Weikamp OSTC 3' diveid='76543210' dctype='CCR'>
|
2015-03-10 21:27:14 +00:00
|
|
|
<depth max='38.99 m' mean='17.72 m' />
|
|
|
|
<temperature water='4.3 C' />
|
|
|
|
<surface pressure='1.02 bar' />
|
|
|
|
<water salinity='1000 g/l' />
|
2017-02-06 00:12:10 +00:00
|
|
|
<event time='0:02 min' type='25' value='21' name='gaschange' cylinder='1' />
|
2015-03-10 21:27:14 +00:00
|
|
|
<sample time='0:02 min' depth='2.335 m' />
|
|
|
|
<sample time='0:04 min' depth='2.916 m' />
|
|
|
|
<sample time='0:06 min' depth='3.273 m' />
|
|
|
|
<sample time='0:08 min' depth='3.549 m' />
|
|
|
|
<sample time='0:10 min' depth='4.038 m' />
|
|
|
|
<sample time='0:12 min' depth='4.517 m' temp='10.0 C' ndl='240:00 min' />
|
|
|
|
<sample time='0:14 min' depth='5.139 m' />
|
|
|
|
<sample time='0:16 min' depth='5.68 m' />
|
|
|
|
<sample time='0:18 min' depth='6.088 m' />
|
|
|
|
<sample time='0:20 min' depth='6.547 m' />
|
|
|
|
<sample time='0:22 min' depth='6.863 m' />
|
|
|
|
<sample time='0:24 min' depth='6.965 m' />
|
|
|
|
<sample time='0:26 min' depth='6.995 m' />
|
|
|
|
<sample time='0:28 min' depth='7.046 m' />
|
|
|
|
<sample time='0:30 min' depth='6.985 m' />
|
|
|
|
<sample time='0:32 min' depth='6.954 m' />
|
|
|
|
<sample time='0:34 min' depth='6.995 m' />
|
|
|
|
<sample time='0:36 min' depth='6.965 m' />
|
|
|
|
<sample time='0:38 min' depth='6.965 m' />
|
|
|
|
<sample time='0:40 min' depth='7.199 m' />
|
|
|
|
<sample time='0:42 min' depth='7.271 m' />
|
|
|
|
<sample time='0:44 min' depth='7.25 m' />
|
|
|
|
<sample time='0:46 min' depth='7.301 m' />
|
|
|
|
<sample time='0:48 min' depth='7.148 m' />
|
|
|
|
<sample time='0:50 min' depth='7.036 m' />
|
|
|
|
<sample time='0:52 min' depth='7.067 m' />
|
|
|
|
<sample time='0:54 min' depth='6.954 m' />
|
|
|
|
<sample time='0:56 min' depth='6.995 m' />
|
|
|
|
<sample time='0:58 min' depth='6.995 m' />
|
|
|
|
<sample time='1:00 min' depth='7.056 m' />
|
|
|
|
<sample time='1:02 min' depth='7.128 m' />
|
|
|
|
<sample time='1:04 min' depth='7.158 m' />
|
|
|
|
<sample time='1:06 min' depth='7.067 m' />
|
|
|
|
<sample time='1:08 min' depth='6.689 m' />
|
|
|
|
<sample time='1:10 min' depth='6.822 m' />
|
|
|
|
<sample time='1:12 min' depth='6.791 m' />
|
|
|
|
<sample time='1:14 min' depth='6.893 m' />
|
|
|
|
<sample time='1:16 min' depth='6.883 m' />
|
|
|
|
<sample time='1:18 min' depth='6.883 m' />
|
|
|
|
<sample time='1:20 min' depth='6.944 m' />
|
|
|
|
<sample time='1:22 min' depth='6.751 m' />
|
|
|
|
<sample time='1:24 min' depth='6.781 m' />
|
|
|
|
<sample time='1:26 min' depth='6.781 m' />
|
|
|
|
<sample time='1:28 min' depth='6.751 m' />
|
|
|
|
<sample time='1:30 min' depth='6.74 m' />
|
|
|
|
<sample time='1:32 min' depth='6.812 m' />
|
|
|
|
<sample time='1:34 min' depth='6.842 m' />
|
|
|
|
<sample time='1:36 min' depth='6.893 m' />
|
|
|
|
<sample time='1:38 min' depth='7.005 m' />
|
|
|
|
<sample time='1:40 min' depth='7.026 m' />
|
|
|
|
<sample time='1:42 min' depth='6.995 m' />
|
|
|
|
<sample time='1:44 min' depth='7.026 m' />
|
|
|
|
<sample time='1:46 min' depth='7.077 m' />
|
|
|
|
<sample time='1:48 min' depth='7.148 m' />
|
|
|
|
<sample time='1:50 min' depth='7.107 m' />
|
|
|
|
<sample time='1:52 min' depth='7.056 m' />
|
|
|
|
<sample time='1:54 min' depth='7.036 m' />
|
|
|
|
<sample time='1:56 min' depth='7.036 m' />
|
|
|
|
<sample time='1:58 min' depth='7.189 m' />
|
|
|
|
<sample time='2:00 min' depth='7.536 m' />
|
|
|
|
<sample time='2:02 min' depth='7.729 m' />
|
|
|
|
<sample time='2:04 min' depth='8.015 m' />
|
|
|
|
<sample time='2:06 min' depth='8.219 m' />
|
|
|
|
<sample time='2:08 min' depth='8.423 m' />
|
|
|
|
<sample time='2:10 min' depth='8.239 m' />
|
|
|
|
<sample time='2:12 min' depth='8.851 m' />
|
|
|
|
<sample time='2:14 min' depth='9.228 m' />
|
|
|
|
<sample time='2:16 min' depth='9.585 m' />
|
|
|
|
<sample time='2:18 min' depth='10.003 m' />
|
|
|
|
<sample time='2:20 min' depth='10.371 m' />
|
|
|
|
<sample time='2:22 min' depth='10.88 m' />
|
|
|
|
<sample time='2:24 min' depth='11.247 m' temp='9.9 C' />
|
|
|
|
<sample time='2:26 min' depth='11.574 m' />
|
|
|
|
<sample time='2:28 min' depth='11.92 m' />
|
|
|
|
<sample time='2:30 min' depth='12.216 m' />
|
|
|
|
<sample time='2:32 min' depth='12.461 m' />
|
|
|
|
<sample time='2:34 min' depth='12.563 m' />
|
|
|
|
<sample time='2:36 min' depth='12.716 m' temp='10.0 C' ndl='199:00 min' />
|
|
|
|
<sample time='2:38 min' depth='13.022 m' />
|
|
|
|
<sample time='2:40 min' depth='13.44 m' />
|
|
|
|
<sample time='2:42 min' depth='13.889 m' />
|
|
|
|
<sample time='2:44 min' depth='14.327 m' />
|
|
|
|
<sample time='2:46 min' depth='14.755 m' />
|
|
|
|
<sample time='2:48 min' depth='15.031 m' temp='9.9 C' ndl='89:00 min' />
|
|
|
|
<sample time='2:50 min' depth='15.296 m' />
|
|
|
|
<sample time='2:52 min' depth='15.53 m' />
|
|
|
|
<sample time='2:54 min' depth='15.816 m' />
|
|
|
|
<sample time='2:56 min' depth='16.05 m' />
|
|
|
|
<sample time='2:58 min' depth='16.091 m' />
|
|
|
|
<sample time='3:00 min' depth='16.336 m' ndl='68:00 min' />
|
|
|
|
<sample time='3:02 min' depth='16.479 m' />
|
|
|
|
<sample time='3:04 min' depth='16.611 m' />
|
|
|
|
<sample time='3:06 min' depth='16.642 m' />
|
|
|
|
<sample time='3:08 min' depth='16.876 m' />
|
|
|
|
<sample time='3:10 min' depth='17.121 m' />
|
|
|
|
<sample time='3:12 min' depth='17.294 m' ndl='56:00 min' cns='1%' />
|
|
|
|
<sample time='3:14 min' depth='17.447 m' />
|
|
|
|
<sample time='3:16 min' depth='17.498 m' />
|
|
|
|
<sample time='3:18 min' depth='17.58 m' />
|
|
|
|
<sample time='3:20 min' depth='17.814 m' />
|
|
|
|
<sample time='3:22 min' depth='18.059 m' />
|
|
|
|
<sample time='3:24 min' depth='18.345 m' ndl='46:00 min' />
|
|
|
|
<sample time='3:26 min' depth='18.589 m' />
|
|
|
|
<sample time='3:28 min' depth='18.855 m' />
|
|
|
|
<sample time='3:30 min' depth='19.13 m' />
|
|
|
|
<sample time='3:32 min' depth='19.456 m' />
|
|
|
|
<sample time='3:34 min' depth='19.762 m' />
|
|
|
|
<sample time='3:36 min' depth='20.007 m' temp='9.8 C' ndl='36:00 min' />
|
|
|
|
<sample time='3:38 min' depth='20.221 m' />
|
|
|
|
<sample time='3:40 min' depth='20.292 m' />
|
|
|
|
<sample time='3:42 min' depth='20.252 m' />
|
|
|
|
<sample time='3:44 min' depth='20.394 m' />
|
|
|
|
<sample time='3:46 min' depth='20.496 m' />
|
|
|
|
<sample time='3:48 min' depth='20.557 m' temp='9.1 C' ndl='32:00 min' />
|
|
|
|
<sample time='3:50 min' depth='20.527 m' />
|
|
|
|
<sample time='3:52 min' depth='20.71 m' />
|
|
|
|
<sample time='3:54 min' depth='20.874 m' />
|
|
|
|
<sample time='3:56 min' depth='21.027 m' />
|
|
|
|
<sample time='3:58 min' depth='21.23 m' />
|
|
|
|
<sample time='4:00 min' depth='21.2 m' temp='8.4 C' ndl='29:00 min' />
|
|
|
|
<sample time='4:02 min' depth='21.19 m' />
|
|
|
|
<sample time='4:04 min' depth='21.159 m' />
|
|
|
|
<sample time='4:06 min' depth='21.057 m' />
|
|
|
|
<sample time='4:08 min' depth='21.047 m' />
|
|
|
|
<sample time='4:10 min' depth='21.088 m' />
|
|
|
|
<sample time='4:12 min' depth='21.292 m' temp='7.8 C' />
|
|
|
|
<sample time='4:14 min' depth='21.424 m' />
|
|
|
|
<sample time='4:16 min' depth='21.587 m' />
|
|
|
|
<sample time='4:18 min' depth='21.761 m' />
|
|
|
|
<sample time='4:20 min' depth='21.924 m' />
|
|
|
|
<sample time='4:22 min' depth='21.985 m' />
|
|
|
|
<sample time='4:24 min' depth='22.128 m' temp='7.4 C' ndl='26:00 min' />
|
|
|
|
<sample time='4:26 min' depth='22.281 m' />
|
|
|
|
<sample time='4:28 min' depth='22.566 m' />
|
|
|
|
<sample time='4:30 min' depth='22.811 m' />
|
|
|
|
<sample time='4:32 min' depth='23.127 m' />
|
|
|
|
<sample time='4:34 min' depth='23.413 m' />
|
|
|
|
<sample time='4:36 min' depth='23.77 m' temp='7.0 C' ndl='22:00 min' />
|
|
|
|
<sample time='4:38 min' depth='24.188 m' />
|
|
|
|
<sample time='4:40 min' depth='24.534 m' />
|
|
|
|
<sample time='4:42 min' depth='24.759 m' />
|
|
|
|
<sample time='4:44 min' depth='24.901 m' />
|
|
|
|
<sample time='4:46 min' depth='25.126 m' />
|
|
|
|
<sample time='4:48 min' depth='25.279 m' temp='6.6 C' ndl='18:00 min' />
|
|
|
|
<sample time='4:50 min' depth='25.503 m' />
|
|
|
|
<sample time='4:52 min' depth='25.646 m' />
|
|
|
|
<sample time='4:54 min' depth='25.799 m' />
|
|
|
|
<sample time='4:56 min' depth='26.044 m' />
|
|
|
|
<sample time='4:58 min' depth='26.268 m' />
|
|
|
|
<sample time='5:00 min' depth='26.472 m' temp='6.2 C' ndl='15:00 min' />
|
|
|
|
<sample time='5:02 min' depth='26.655 m' />
|
|
|
|
<sample time='5:04 min' depth='26.717 m' />
|
|
|
|
<sample time='5:06 min' depth='26.788 m' />
|
|
|
|
<sample time='5:08 min' depth='26.839 m' />
|
|
|
|
<sample time='5:10 min' depth='26.941 m' />
|
|
|
|
<sample time='5:12 min' depth='27.175 m' temp='5.8 C' ndl='14:00 min' />
|
|
|
|
<sample time='5:14 min' depth='27.441 m' />
|
|
|
|
<sample time='5:16 min' depth='27.716 m' />
|
|
|
|
<sample time='5:18 min' depth='28.032 m' />
|
|
|
|
<sample time='5:20 min' depth='28.307 m' />
|
|
|
|
<sample time='5:22 min' depth='28.491 m' />
|
|
|
|
<sample time='5:24 min' depth='28.705 m' temp='5.6 C' ndl='12:00 min' />
|
|
|
|
<sample time='5:26 min' depth='28.827 m' />
|
|
|
|
<sample time='5:28 min' depth='29.011 m' />
|
|
|
|
<sample time='5:30 min' depth='29.113 m' />
|
|
|
|
<sample time='5:32 min' depth='29.215 m' />
|
|
|
|
<sample time='5:34 min' depth='29.347 m' />
|
|
|
|
<sample time='5:36 min' depth='29.623 m' temp='5.3 C' ndl='11:00 min' />
|
|
|
|
<sample time='5:38 min' depth='29.776 m' />
|
|
|
|
<sample time='5:40 min' depth='29.888 m' />
|
|
|
|
<sample time='5:42 min' depth='30.01 m' />
|
|
|
|
<sample time='5:44 min' depth='30.122 m' />
|
|
|
|
<sample time='5:46 min' depth='30.306 m' />
|
|
|
|
<sample time='5:48 min' depth='30.52 m' temp='5.2 C' ndl='10:00 min' />
|
|
|
|
<sample time='5:50 min' depth='30.846 m' po2='1.2 bar' />
|
|
|
|
<sample time='5:52 min' depth='31.05 m' />
|
|
|
|
<sample time='5:54 min' depth='31.366 m' />
|
|
|
|
<sample time='5:56 min' depth='31.519 m' />
|
|
|
|
<sample time='5:58 min' depth='31.652 m' />
|
|
|
|
<sample time='6:00 min' depth='31.815 m' temp='5.0 C' ndl='12:00 min' />
|
|
|
|
<sample time='6:02 min' depth='32.111 m' />
|
|
|
|
<sample time='6:04 min' depth='32.192 m' />
|
|
|
|
<sample time='6:06 min' depth='32.437 m' />
|
|
|
|
<sample time='6:08 min' depth='32.59 m' />
|
|
|
|
<sample time='6:10 min' depth='32.702 m' />
|
|
|
|
<sample time='6:12 min' depth='32.835 m' temp='4.8 C' ndl='10:00 min' />
|
|
|
|
<sample time='6:14 min' depth='33.049 m' />
|
|
|
|
<sample time='6:16 min' depth='33.018 m' />
|
|
|
|
<sample time='6:18 min' depth='32.998 m' />
|
|
|
|
<sample time='6:20 min' depth='33.569 m' />
|
|
|
|
<sample time='6:22 min' depth='33.753 m' />
|
|
|
|
<sample time='6:24 min' depth='33.926 m' temp='4.7 C' ndl='9:00 min' />
|
|
|
|
<sample time='6:26 min' depth='34.038 m' />
|
|
|
|
<sample time='6:28 min' depth='34.181 m' />
|
|
|
|
<sample time='6:30 min' depth='34.232 m' />
|
|
|
|
<sample time='6:32 min' depth='34.375 m' />
|
|
|
|
<sample time='6:34 min' depth='34.364 m' />
|
|
|
|
<sample time='6:36 min' depth='34.497 m' temp='4.6 C' />
|
|
|
|
<sample time='6:38 min' depth='34.375 m' />
|
|
|
|
<sample time='6:40 min' depth='34.364 m' />
|
|
|
|
<sample time='6:42 min' depth='34.313 m' />
|
|
|
|
<sample time='6:44 min' depth='34.354 m' />
|
|
|
|
<sample time='6:46 min' depth='34.415 m' />
|
|
|
|
<sample time='6:48 min' depth='34.477 m' />
|
|
|
|
<sample time='6:50 min' depth='34.609 m' />
|
|
|
|
<sample time='6:52 min' depth='34.721 m' />
|
|
|
|
<sample time='6:54 min' depth='34.844 m' />
|
|
|
|
<sample time='6:56 min' depth='34.895 m' />
|
|
|
|
<sample time='6:58 min' depth='35.037 m' />
|
|
|
|
<sample time='7:00 min' depth='35.109 m' temp='4.5 C' ndl='8:00 min' />
|
|
|
|
<sample time='7:02 min' depth='35.16 m' />
|
|
|
|
<sample time='7:04 min' depth='35.18 m' />
|
|
|
|
<sample time='7:06 min' depth='35.17 m' />
|
|
|
|
<sample time='7:08 min' depth='35.16 m' />
|
|
|
|
<sample time='7:10 min' depth='35.17 m' />
|
|
|
|
<sample time='7:12 min' depth='35.058 m' cns='2%' />
|
|
|
|
<sample time='7:14 min' depth='34.997 m' />
|
|
|
|
<sample time='7:16 min' depth='35.017 m' />
|
|
|
|
<sample time='7:18 min' depth='34.905 m' />
|
|
|
|
<sample time='7:20 min' depth='34.803 m' />
|
|
|
|
<sample time='7:22 min' depth='34.681 m' />
|
|
|
|
<sample time='7:24 min' depth='34.589 m' />
|
|
|
|
<sample time='7:26 min' depth='34.436 m' />
|
|
|
|
<sample time='7:28 min' depth='34.181 m' />
|
|
|
|
<sample time='7:30 min' depth='34.018 m' />
|
|
|
|
<sample time='7:32 min' depth='33.844 m' />
|
|
|
|
<sample time='7:34 min' depth='33.681 m' />
|
|
|
|
<sample time='7:36 min' depth='33.416 m' ndl='9:00 min' />
|
|
|
|
<sample time='7:38 min' depth='33.039 m' />
|
|
|
|
<sample time='7:40 min' depth='32.825 m' />
|
|
|
|
<sample time='7:42 min' depth='32.56 m' />
|
|
|
|
<sample time='7:44 min' depth='32.417 m' />
|
|
|
|
<sample time='7:46 min' depth='32.305 m' />
|
|
|
|
<sample time='7:48 min' depth='31.795 m' />
|
|
|
|
<sample time='7:50 min' depth='31.519 m' />
|
|
|
|
<sample time='7:52 min' depth='31.326 m' />
|
|
|
|
<sample time='7:54 min' depth='31.652 m' />
|
|
|
|
<sample time='7:56 min' depth='31.652 m' />
|
|
|
|
<sample time='7:58 min' depth='31.57 m' />
|
|
|
|
<sample time='8:00 min' depth='31.479 m' ndl='10:00 min' />
|
|
|
|
<sample time='8:02 min' depth='31.234 m' />
|
|
|
|
<sample time='8:04 min' depth='30.683 m' />
|
|
|
|
<sample time='8:06 min' depth='30.255 m' />
|
|
|
|
<sample time='8:08 min' depth='30.051 m' />
|
|
|
|
<sample time='8:10 min' depth='30.398 m' />
|
|
|
|
<sample time='8:12 min' depth='30.367 m' ndl='11:00 min' />
|
|
|
|
<sample time='8:14 min' depth='30.357 m' />
|
|
|
|
<sample time='8:16 min' depth='30.245 m' />
|
|
|
|
<sample time='8:18 min' depth='30.133 m' />
|
|
|
|
<sample time='8:20 min' depth='30.0 m' />
|
|
|
|
<sample time='8:22 min' depth='29.918 m' />
|
|
|
|
<sample time='8:24 min' depth='29.766 m' temp='4.6 C' ndl='12:00 min' />
|
|
|
|
<sample time='8:26 min' depth='29.592 m' />
|
|
|
|
<sample time='8:28 min' depth='29.47 m' />
|
|
|
|
<sample time='8:30 min' depth='29.317 m' />
|
|
|
|
<sample time='8:32 min' depth='29.164 m' />
|
|
|
|
<sample time='8:34 min' depth='28.848 m' />
|
|
|
|
<sample time='8:36 min' depth='28.787 m' ndl='14:00 min' />
|
|
|
|
<sample time='8:38 min' depth='28.613 m' />
|
|
|
|
<sample time='8:40 min' depth='28.562 m' />
|
|
|
|
<sample time='8:42 min' depth='28.491 m' />
|
|
|
|
<sample time='8:44 min' depth='28.318 m' />
|
|
|
|
<sample time='8:46 min' depth='28.236 m' />
|
|
|
|
<sample time='8:48 min' depth='28.114 m' temp='4.7 C' ndl='15:00 min' />
|
|
|
|
<sample time='8:50 min' depth='27.93 m' />
|
|
|
|
<sample time='8:52 min' depth='27.746 m' />
|
|
|
|
<sample time='8:54 min' depth='27.532 m' />
|
|
|
|
<sample time='8:56 min' depth='27.298 m' />
|
|
|
|
<sample time='8:58 min' depth='26.992 m' />
|
|
|
|
<sample time='9:00 min' depth='26.717 m' ndl='19:00 min' />
|
|
|
|
<sample time='9:02 min' depth='26.207 m' />
|
|
|
|
<sample time='9:04 min' depth='25.656 m' />
|
|
|
|
<sample time='9:06 min' depth='25.666 m' />
|
|
|
|
<sample time='9:08 min' depth='25.656 m' />
|
|
|
|
<sample time='9:10 min' depth='25.503 m' />
|
|
|
|
<sample time='9:12 min' depth='25.269 m' temp='4.8 C' ndl='25:00 min' cns='3%' />
|
|
|
|
<sample time='9:14 min' depth='25.085 m' />
|
|
|
|
<sample time='9:16 min' depth='24.891 m' />
|
|
|
|
<sample time='9:18 min' depth='24.677 m' />
|
|
|
|
<sample time='9:20 min' depth='24.483 m' />
|
|
|
|
<sample time='9:22 min' depth='24.208 m' />
|
|
|
|
<sample time='9:24 min' depth='23.678 m' temp='5.0 C' ndl='33:00 min' />
|
|
|
|
<sample time='9:26 min' depth='23.229 m' />
|
|
|
|
<sample time='9:28 min' depth='22.872 m' />
|
|
|
|
<sample time='9:30 min' depth='23.107 m' />
|
|
|
|
<sample time='9:32 min' depth='23.025 m' />
|
|
|
|
<sample time='9:34 min' depth='22.964 m' />
|
|
|
|
<sample time='9:36 min' depth='22.913 m' temp='5.2 C' ndl='41:00 min' />
|
|
|
|
<sample time='9:38 min' depth='22.984 m' />
|
|
|
|
<sample time='9:40 min' depth='23.046 m' />
|
|
|
|
<sample time='9:42 min' depth='23.056 m' />
|
|
|
|
<sample time='9:44 min' depth='23.107 m' />
|
|
|
|
<sample time='9:46 min' depth='23.127 m' />
|
|
|
|
<sample time='9:48 min' depth='23.158 m' temp='5.5 C' ndl='38:00 min' />
|
|
|
|
<sample time='9:50 min' depth='23.097 m' />
|
|
|
|
<sample time='9:52 min' depth='23.117 m' />
|
|
|
|
<sample time='9:54 min' depth='23.158 m' />
|
|
|
|
<sample time='9:56 min' depth='23.28 m' />
|
|
|
|
<sample time='9:58 min' depth='23.474 m' />
|
|
|
|
<sample time='10:00 min' depth='23.606 m' temp='5.7 C' ndl='35:00 min' />
|
|
|
|
<sample time='10:02 min' depth='23.719 m' />
|
|
|
|
<sample time='10:04 min' depth='23.719 m' />
|
|
|
|
<sample time='10:06 min' depth='23.759 m' />
|
|
|
|
<sample time='10:08 min' depth='23.729 m' />
|
|
|
|
<sample time='10:10 min' depth='23.719 m' />
|
|
|
|
<sample time='10:12 min' depth='23.708 m' temp='5.8 C' ndl='34:00 min' />
|
|
|
|
<sample time='10:14 min' depth='23.729 m' />
|
|
|
|
<sample time='10:16 min' depth='23.729 m' />
|
|
|
|
<sample time='10:18 min' depth='23.902 m' />
|
|
|
|
<sample time='10:20 min' depth='24.137 m' />
|
|
|
|
<sample time='10:22 min' depth='24.249 m' />
|
|
|
|
<sample time='10:24 min' depth='24.371 m' ndl='29:00 min' />
|
|
|
|
<sample time='10:26 min' depth='24.565 m' />
|
|
|
|
<sample time='10:28 min' depth='24.708 m' />
|
|
|
|
<sample time='10:30 min' depth='24.85 m' />
|
|
|
|
<sample time='10:32 min' depth='25.003 m' />
|
|
|
|
<sample time='10:34 min' depth='25.156 m' />
|
|
|
|
<sample time='10:36 min' depth='25.289 m' ndl='24:00 min' />
|
|
|
|
<sample time='10:38 min' depth='25.279 m' />
|
|
|
|
<sample time='10:40 min' depth='25.218 m' />
|
|
|
|
<sample time='10:42 min' depth='25.187 m' />
|
|
|
|
<sample time='10:44 min' depth='25.177 m' />
|
|
|
|
<sample time='10:46 min' depth='25.187 m' />
|
|
|
|
<sample time='10:48 min' depth='25.207 m' temp='5.6 C' />
|
|
|
|
<sample time='10:50 min' depth='25.279 m' />
|
|
|
|
<sample time='10:52 min' depth='25.33 m' />
|
|
|
|
<sample time='10:54 min' depth='25.391 m' />
|
|
|
|
<sample time='10:56 min' depth='25.422 m' />
|
|
|
|
<sample time='10:58 min' depth='25.473 m' />
|
|
|
|
<sample time='11:00 min' depth='25.493 m' temp='5.5 C' ndl='22:00 min' />
|
|
|
|
<sample time='11:02 min' depth='25.564 m' />
|
|
|
|
<sample time='11:04 min' depth='25.544 m' />
|
|
|
|
<sample time='11:06 min' depth='25.656 m' />
|
|
|
|
<sample time='11:08 min' depth='25.676 m' />
|
|
|
|
<sample time='11:10 min' depth='25.697 m' />
|
|
|
|
<sample time='11:12 min' depth='25.666 m' temp='5.4 C' ndl='21:00 min' cns='4%' />
|
|
|
|
<sample time='11:14 min' depth='25.809 m' />
|
|
|
|
<sample time='11:16 min' depth='25.84 m' />
|
|
|
|
<sample time='11:18 min' depth='25.891 m' />
|
|
|
|
<sample time='11:20 min' depth='25.972 m' />
|
|
|
|
<sample time='11:22 min' depth='26.044 m' />
|
|
|
|
<sample time='11:24 min' depth='26.135 m' ndl='20:00 min' />
|
|
|
|
<sample time='11:26 min' depth='26.186 m' />
|
|
|
|
<sample time='11:28 min' depth='26.258 m' />
|
|
|
|
<sample time='11:30 min' depth='26.288 m' />
|
|
|
|
<sample time='11:32 min' depth='26.349 m' />
|
|
|
|
<sample time='11:34 min' depth='26.38 m' />
|
|
|
|
<sample time='11:36 min' depth='26.37 m' temp='5.3 C' ndl='18:00 min' />
|
|
|
|
<sample time='11:38 min' depth='26.349 m' />
|
|
|
|
<sample time='11:40 min' depth='26.247 m' />
|
|
|
|
<sample time='11:42 min' depth='26.105 m' />
|
|
|
|
<sample time='11:44 min' depth='26.095 m' />
|
|
|
|
<sample time='11:46 min' depth='26.054 m' />
|
|
|
|
<sample time='11:48 min' depth='26.023 m' ndl='19:00 min' />
|
|
|
|
<sample time='11:50 min' depth='26.033 m' />
|
|
|
|
<sample time='11:52 min' depth='26.033 m' />
|
|
|
|
<sample time='11:54 min' depth='26.003 m' />
|
|
|
|
<sample time='11:56 min' depth='25.962 m' />
|
|
|
|
<sample time='11:58 min' depth='25.942 m' />
|
|
|
|
<sample time='12:00 min' depth='25.85 m' ndl='20:00 min' />
|
|
|
|
<sample time='12:02 min' depth='25.789 m' />
|
|
|
|
<sample time='12:04 min' depth='25.697 m' />
|
|
|
|
<sample time='12:06 min' depth='25.595 m' />
|
|
|
|
<sample time='12:08 min' depth='25.513 m' />
|
|
|
|
<sample time='12:10 min' depth='25.36 m' />
|
|
|
|
<sample time='12:12 min' depth='25.238 m' ndl='22:00 min' />
|
|
|
|
<sample time='12:14 min' depth='25.136 m' />
|
|
|
|
<sample time='12:16 min' depth='25.014 m' />
|
|
|
|
<sample time='12:18 min' depth='24.861 m' />
|
|
|
|
<sample time='12:20 min' depth='24.259 m' />
|
|
|
|
<sample time='12:22 min' depth='24.147 m' />
|
|
|
|
<sample time='12:24 min' depth='24.514 m' ndl='27:00 min' />
|
|
|
|
<sample time='12:26 min' depth='24.555 m' />
|
|
|
|
<sample time='12:28 min' depth='24.596 m' />
|
|
|
|
<sample time='12:30 min' depth='24.677 m' />
|
|
|
|
<sample time='12:32 min' depth='24.769 m' />
|
|
|
|
<sample time='12:34 min' depth='24.861 m' />
|
|
|
|
<sample time='12:36 min' depth='24.901 m' temp='5.4 C' ndl='24:00 min' />
|
|
|
|
<sample time='12:38 min' depth='24.81 m' />
|
|
|
|
<sample time='12:40 min' depth='24.698 m' />
|
|
|
|
<sample time='12:42 min' depth='24.534 m' />
|
|
|
|
<sample time='12:44 min' depth='24.473 m' />
|
|
|
|
<sample time='12:46 min' depth='24.473 m' />
|
|
|
|
<sample time='12:48 min' depth='24.463 m' ndl='27:00 min' />
|
|
|
|
<sample time='12:50 min' depth='24.463 m' />
|
|
|
|
<sample time='12:52 min' depth='24.463 m' />
|
|
|
|
<sample time='12:54 min' depth='24.432 m' />
|
|
|
|
<sample time='12:56 min' depth='24.402 m' />
|
|
|
|
<sample time='12:58 min' depth='24.371 m' />
|
|
|
|
<sample time='13:00 min' depth='24.31 m' temp='5.5 C' />
|
|
|
|
<sample time='13:02 min' depth='24.259 m' />
|
|
|
|
<sample time='13:04 min' depth='24.218 m' />
|
|
|
|
<sample time='13:06 min' depth='24.137 m' />
|
|
|
|
<sample time='13:08 min' depth='24.065 m' />
|
|
|
|
<sample time='13:10 min' depth='23.974 m' />
|
|
|
|
<sample time='13:12 min' depth='23.79 m' ndl='30:00 min' />
|
|
|
|
<sample time='13:14 min' depth='23.627 m' />
|
|
|
|
<sample time='13:16 min' depth='23.413 m' />
|
|
|
|
<sample time='13:18 min' depth='23.301 m' />
|
|
|
|
<sample time='13:20 min' depth='23.117 m' />
|
|
|
|
<sample time='13:22 min' depth='22.791 m' />
|
|
|
|
<sample time='13:24 min' depth='22.638 m' temp='5.7 C' ndl='39:00 min' />
|
|
|
|
<sample time='13:26 min' depth='22.464 m' />
|
|
|
|
<sample time='13:28 min' depth='22.291 m' />
|
|
|
|
<sample time='13:30 min' depth='22.016 m' />
|
|
|
|
<sample time='13:32 min' depth='21.618 m' />
|
|
|
|
<sample time='13:34 min' depth='21.904 m' />
|
|
|
|
<sample time='13:36 min' depth='21.842 m' temp='5.8 C' ndl='47:00 min' cns='5%' />
|
|
|
|
<sample time='13:38 min' depth='21.771 m' />
|
|
|
|
<sample time='13:40 min' depth='21.363 m' />
|
|
|
|
<sample time='13:42 min' depth='20.904 m' />
|
|
|
|
<sample time='13:44 min' depth='20.741 m' />
|
|
|
|
<sample time='13:46 min' depth='21.078 m' />
|
|
|
|
<sample time='13:48 min' depth='21.078 m' temp='6.1 C' ndl='55:00 min' />
|
|
|
|
<sample time='13:50 min' depth='21.016 m' />
|
|
|
|
<sample time='13:52 min' depth='20.955 m' />
|
|
|
|
<sample time='13:54 min' depth='20.914 m' />
|
|
|
|
<sample time='13:56 min' depth='20.874 m' />
|
|
|
|
<sample time='13:58 min' depth='20.802 m' />
|
|
|
|
<sample time='14:00 min' depth='20.68 m' temp='6.4 C' ndl='61:00 min' />
|
|
|
|
<sample time='14:02 min' depth='20.252 m' />
|
|
|
|
<sample time='14:04 min' depth='19.884 m' />
|
|
|
|
<sample time='14:06 min' depth='19.589 m' />
|
|
|
|
<sample time='14:08 min' depth='18.987 m' />
|
|
|
|
<sample time='14:10 min' depth='18.773 m' />
|
|
|
|
<sample time='14:12 min' depth='18.906 m' temp='6.7 C' ndl='102:00 min' />
|
|
|
|
<sample time='14:14 min' depth='18.783 m' />
|
|
|
|
<sample time='14:16 min' depth='18.6 m' />
|
|
|
|
<sample time='14:18 min' depth='18.416 m' />
|
|
|
|
<sample time='14:20 min' depth='18.222 m' />
|
|
|
|
<sample time='14:22 min' depth='18.018 m' />
|
|
|
|
<sample time='14:24 min' depth='17.845 m' temp='7.2 C' ndl='159:00 min' />
|
|
|
|
<sample time='14:26 min' depth='17.529 m' />
|
|
|
|
<sample time='14:28 min' depth='16.785 m' />
|
|
|
|
<sample time='14:30 min' depth='16.173 m' />
|
|
|
|
<sample time='14:32 min' depth='16.254 m' />
|
|
|
|
<sample time='14:34 min' depth='16.193 m' />
|
|
|
|
<sample time='14:36 min' depth='16.04 m' temp='8.1 C' ndl='240:00 min' />
|
|
|
|
<sample time='14:38 min' depth='16.03 m' />
|
|
|
|
<sample time='14:40 min' depth='16.091 m' />
|
|
|
|
<sample time='14:42 min' depth='15.918 m' />
|
|
|
|
<sample time='14:44 min' depth='15.877 m' />
|
|
|
|
<sample time='14:46 min' depth='15.704 m' />
|
|
|
|
<sample time='14:48 min' depth='15.53 m' temp='8.7 C' />
|
|
|
|
<sample time='14:50 min' depth='15.337 m' />
|
|
|
|
<sample time='14:52 min' depth='14.735 m' />
|
|
|
|
<sample time='14:54 min' depth='14.398 m' />
|
|
|
|
<sample time='14:56 min' depth='14.684 m' />
|
|
|
|
<sample time='14:58 min' depth='14.511 m' />
|
|
|
|
<sample time='15:00 min' depth='14.368 m' temp='9.2 C' />
|
|
|
|
<sample time='15:02 min' depth='14.358 m' />
|
|
|
|
<sample time='15:04 min' depth='14.225 m' />
|
|
|
|
<sample time='15:06 min' depth='14.143 m' />
|
|
|
|
<sample time='15:08 min' depth='13.929 m' />
|
|
|
|
<sample time='15:10 min' depth='13.664 m' />
|
|
|
|
<sample time='15:12 min' depth='13.246 m' temp='9.5 C' />
|
|
|
|
<sample time='15:14 min' depth='12.583 m' />
|
|
|
|
<sample time='15:16 min' depth='12.787 m' />
|
|
|
|
<sample time='15:18 min' depth='12.767 m' />
|
|
|
|
<sample time='15:20 min' depth='12.726 m' />
|
|
|
|
<sample time='15:22 min' depth='12.593 m' />
|
|
|
|
<sample time='15:24 min' depth='12.461 m' temp='9.7 C' />
|
|
|
|
<sample time='15:26 min' depth='12.288 m' />
|
|
|
|
<sample time='15:28 min' depth='11.747 m' />
|
|
|
|
<sample time='15:30 min' depth='11.472 m' />
|
|
|
|
<sample time='15:32 min' depth='11.869 m' />
|
|
|
|
<sample time='15:34 min' depth='11.869 m' />
|
|
|
|
<sample time='15:36 min' depth='11.91 m' temp='9.8 C' cns='6%' />
|
|
|
|
<sample time='15:38 min' depth='11.92 m' />
|
|
|
|
<sample time='15:40 min' depth='11.91 m' />
|
|
|
|
<sample time='15:42 min' depth='11.859 m' />
|
|
|
|
<sample time='15:44 min' depth='11.819 m' />
|
|
|
|
<sample time='15:46 min' depth='11.808 m' />
|
|
|
|
<sample time='15:48 min' depth='11.808 m' />
|
|
|
|
<sample time='15:50 min' depth='11.829 m' />
|
|
|
|
<sample time='15:52 min' depth='11.829 m' />
|
|
|
|
<sample time='15:54 min' depth='11.839 m' />
|
|
|
|
<sample time='15:56 min' depth='11.849 m' />
|
|
|
|
<sample time='15:58 min' depth='11.92 m' />
|
|
|
|
<sample time='16:00 min' depth='11.971 m' />
|
|
|
|
<sample time='16:02 min' depth='11.951 m' />
|
|
|
|
<sample time='16:04 min' depth='11.941 m' />
|
|
|
|
<sample time='16:06 min' depth='11.951 m' />
|
|
|
|
<sample time='16:08 min' depth='11.971 m' />
|
|
|
|
<sample time='16:10 min' depth='12.094 m' />
|
|
|
|
<sample time='16:12 min' depth='12.175 m' />
|
|
|
|
<sample time='16:14 min' depth='12.277 m' />
|
|
|
|
<sample time='16:16 min' depth='12.339 m' />
|
|
|
|
<sample time='16:18 min' depth='12.471 m' />
|
|
|
|
<sample time='16:20 min' depth='12.553 m' />
|
|
|
|
<sample time='16:22 min' depth='12.665 m' />
|
|
|
|
<sample time='16:24 min' depth='12.828 m' />
|
|
|
|
<sample time='16:26 min' depth='12.91 m' />
|
|
|
|
<sample time='16:28 min' depth='13.001 m' />
|
|
|
|
<sample time='16:30 min' depth='12.94 m' />
|
|
|
|
<sample time='16:32 min' depth='12.859 m' />
|
|
|
|
<sample time='16:34 min' depth='12.797 m' />
|
|
|
|
<sample time='16:36 min' depth='12.675 m' />
|
|
|
|
<sample time='16:38 min' depth='12.634 m' />
|
|
|
|
<sample time='16:40 min' depth='12.716 m' />
|
|
|
|
<sample time='16:42 min' depth='12.787 m' />
|
|
|
|
<sample time='16:44 min' depth='12.848 m' />
|
|
|
|
<sample time='16:46 min' depth='12.93 m' />
|
|
|
|
<sample time='16:48 min' depth='13.001 m' />
|
|
|
|
<sample time='16:50 min' depth='13.185 m' />
|
|
|
|
<sample time='16:52 min' depth='13.338 m' />
|
|
|
|
<sample time='16:54 min' depth='13.562 m' />
|
|
|
|
<sample time='16:56 min' depth='13.756 m' />
|
|
|
|
<sample time='16:58 min' depth='14.021 m' />
|
|
|
|
<sample time='17:00 min' depth='14.143 m' />
|
|
|
|
<sample time='17:02 min' depth='14.347 m' />
|
|
|
|
<sample time='17:04 min' depth='14.429 m' />
|
|
|
|
<sample time='17:06 min' depth='14.46 m' />
|
|
|
|
<sample time='17:08 min' depth='14.46 m' />
|
|
|
|
<sample time='17:10 min' depth='14.47 m' />
|
|
|
|
<sample time='17:12 min' depth='14.623 m' />
|
|
|
|
<sample time='17:14 min' depth='14.704 m' />
|
|
|
|
<sample time='17:16 min' depth='14.806 m' />
|
|
|
|
<sample time='17:18 min' depth='14.878 m' />
|
|
|
|
<sample time='17:20 min' depth='14.98 m' />
|
|
|
|
<sample time='17:22 min' depth='15.031 m' />
|
|
|
|
<sample time='17:24 min' depth='14.969 m' />
|
|
|
|
<sample time='17:26 min' depth='15.102 m' />
|
|
|
|
<sample time='17:28 min' depth='15.102 m' />
|
|
|
|
<sample time='17:30 min' depth='15.112 m' />
|
|
|
|
<sample time='17:32 min' depth='15.082 m' />
|
|
|
|
<sample time='17:34 min' depth='15.041 m' />
|
|
|
|
<sample time='17:36 min' depth='15.061 m' />
|
|
|
|
<sample time='17:38 min' depth='15.031 m' />
|
|
|
|
<sample time='17:40 min' depth='15.082 m' />
|
|
|
|
<sample time='17:42 min' depth='15.153 m' />
|
|
|
|
<sample time='17:44 min' depth='15.224 m' />
|
|
|
|
<sample time='17:46 min' depth='15.337 m' />
|
|
|
|
<sample time='17:48 min' depth='15.469 m' />
|
|
|
|
<sample time='17:50 min' depth='15.602 m' />
|
|
|
|
<sample time='17:52 min' depth='15.765 m' />
|
|
|
|
<sample time='17:54 min' depth='15.857 m' />
|
|
|
|
<sample time='17:56 min' depth='15.867 m' />
|
|
|
|
<sample time='17:58 min' depth='15.867 m' />
|
|
|
|
<sample time='18:00 min' depth='15.795 m' cns='7%' />
|
|
|
|
<sample time='18:02 min' depth='15.785 m' />
|
|
|
|
<sample time='18:04 min' depth='15.836 m' />
|
|
|
|
<sample time='18:06 min' depth='15.816 m' />
|
|
|
|
<sample time='18:08 min' depth='15.857 m' />
|
|
|
|
<sample time='18:10 min' depth='15.877 m' />
|
|
|
|
<sample time='18:12 min' depth='15.938 m' temp='9.9 C' />
|
|
|
|
<sample time='18:14 min' depth='15.928 m' />
|
|
|
|
<sample time='18:16 min' depth='15.979 m' />
|
|
|
|
<sample time='18:18 min' depth='15.999 m' />
|
|
|
|
<sample time='18:20 min' depth='16.02 m' />
|
|
|
|
<sample time='18:22 min' depth='16.071 m' />
|
|
|
|
<sample time='18:24 min' depth='16.091 m' />
|
|
|
|
<sample time='18:26 min' depth='16.203 m' />
|
|
|
|
<sample time='18:28 min' depth='16.275 m' />
|
|
|
|
<sample time='18:30 min' depth='16.397 m' />
|
|
|
|
<sample time='18:32 min' depth='16.519 m' />
|
|
|
|
<sample time='18:34 min' depth='16.581 m' />
|
|
|
|
<sample time='18:36 min' depth='16.795 m' />
|
|
|
|
<sample time='18:38 min' depth='16.927 m' />
|
|
|
|
<sample time='18:40 min' depth='17.08 m' />
|
|
|
|
<sample time='18:42 min' depth='17.09 m' />
|
|
|
|
<sample time='18:44 min' depth='17.101 m' />
|
|
|
|
<sample time='18:46 min' depth='17.111 m' />
|
|
|
|
<sample time='18:48 min' depth='17.223 m' />
|
|
|
|
<sample time='18:50 min' depth='17.407 m' />
|
|
|
|
<sample time='18:52 min' depth='17.519 m' />
|
|
|
|
<sample time='18:54 min' depth='17.57 m' />
|
|
|
|
<sample time='18:56 min' depth='17.539 m' />
|
|
|
|
<sample time='18:58 min' depth='17.509 m' />
|
|
|
|
<sample time='19:00 min' depth='17.478 m' ndl='205:00 min' />
|
|
|
|
<sample time='19:02 min' depth='17.468 m' />
|
|
|
|
<sample time='19:04 min' depth='17.447 m' />
|
|
|
|
<sample time='19:06 min' depth='17.519 m' />
|
|
|
|
<sample time='19:08 min' depth='17.56 m' />
|
|
|
|
<sample time='19:10 min' depth='17.641 m' />
|
|
|
|
<sample time='19:12 min' depth='17.702 m' ndl='179:00 min' />
|
|
|
|
<sample time='19:14 min' depth='17.804 m' />
|
|
|
|
<sample time='19:16 min' depth='17.916 m' />
|
|
|
|
<sample time='19:18 min' depth='17.988 m' />
|
|
|
|
<sample time='19:20 min' depth='18.029 m' />
|
|
|
|
<sample time='19:22 min' depth='18.069 m' />
|
|
|
|
<sample time='19:24 min' depth='18.171 m' ndl='139:00 min' />
|
|
|
|
<sample time='19:26 min' depth='18.222 m' />
|
|
|
|
<sample time='19:28 min' depth='18.294 m' />
|
|
|
|
<sample time='19:30 min' depth='18.426 m' />
|
|
|
|
<sample time='19:32 min' depth='18.416 m' />
|
|
|
|
<sample time='19:34 min' depth='18.416 m' />
|
|
|
|
<sample time='19:36 min' depth='18.426 m' temp='9.8 C' ndl='126:00 min' />
|
|
|
|
<sample time='19:38 min' depth='18.375 m' />
|
|
|
|
<sample time='19:40 min' depth='18.396 m' />
|
|
|
|
<sample time='19:42 min' depth='18.447 m' />
|
|
|
|
<sample time='19:44 min' depth='18.549 m' />
|
|
|
|
<sample time='19:46 min' depth='18.304 m' />
|
|
|
|
<sample time='19:48 min' depth='18.467 m' temp='9.5 C' ndl='132:00 min' />
|
|
|
|
<sample time='19:50 min' depth='18.824 m' />
|
|
|
|
<sample time='19:52 min' depth='18.946 m' />
|
|
|
|
<sample time='19:54 min' depth='19.028 m' />
|
|
|
|
<sample time='19:56 min' depth='19.008 m' />
|
|
|
|
<sample time='19:58 min' depth='18.926 m' />
|
|
|
|
<sample time='20:00 min' depth='18.885 m' temp='9.1 C' ndl='104:00 min' cns='8%' />
|
|
|
|
<sample time='20:02 min' depth='19.028 m' />
|
|
|
|
<sample time='20:04 min' depth='19.069 m' />
|
|
|
|
<sample time='20:06 min' depth='19.16 m' />
|
|
|
|
<sample time='20:08 min' depth='19.252 m' />
|
|
|
|
<sample time='20:10 min' depth='19.293 m' />
|
|
|
|
<sample time='20:12 min' depth='19.293 m' temp='8.7 C' ndl='87:00 min' />
|
|
|
|
<sample time='20:14 min' depth='19.283 m' />
|
|
|
|
<sample time='20:16 min' depth='19.313 m' />
|
|
|
|
<sample time='20:18 min' depth='19.446 m' />
|
|
|
|
<sample time='20:20 min' depth='19.548 m' />
|
|
|
|
<sample time='20:22 min' depth='19.63 m' />
|
|
|
|
<sample time='20:24 min' depth='19.67 m' temp='8.4 C' ndl='77:00 min' />
|
|
|
|
<sample time='20:26 min' depth='19.721 m' />
|
|
|
|
<sample time='20:28 min' depth='19.752 m' />
|
|
|
|
<sample time='20:30 min' depth='19.813 m' />
|
|
|
|
<sample time='20:32 min' depth='19.864 m' />
|
|
|
|
<sample time='20:34 min' depth='19.905 m' />
|
|
|
|
<sample time='20:36 min' depth='19.966 m' temp='8.1 C' ndl='71:00 min' />
|
|
|
|
<sample time='20:38 min' depth='20.027 m' />
|
|
|
|
<sample time='20:40 min' depth='20.078 m' />
|
|
|
|
<sample time='20:42 min' depth='20.16 m' />
|
|
|
|
<sample time='20:44 min' depth='20.272 m' />
|
|
|
|
<sample time='20:46 min' depth='20.394 m' />
|
|
|
|
<sample time='20:48 min' depth='20.527 m' temp='7.9 C' ndl='61:00 min' />
|
|
|
|
<sample time='20:50 min' depth='20.649 m' />
|
|
|
|
<sample time='20:52 min' depth='20.659 m' />
|
|
|
|
<sample time='20:54 min' depth='20.68 m' />
|
|
|
|
<sample time='20:56 min' depth='20.598 m' />
|
|
|
|
<sample time='20:58 min' depth='20.619 m' />
|
|
|
|
<sample time='21:00 min' depth='20.629 m' temp='7.6 C' ndl='60:00 min' />
|
|
|
|
<sample time='21:02 min' depth='20.659 m' />
|
|
|
|
<sample time='21:04 min' depth='20.761 m' />
|
|
|
|
<sample time='21:06 min' depth='20.812 m' />
|
|
|
|
<sample time='21:08 min' depth='20.863 m' />
|
|
|
|
<sample time='21:10 min' depth='20.945 m' />
|
|
|
|
<sample time='21:12 min' depth='20.996 m' temp='7.4 C' ndl='55:00 min' />
|
|
|
|
<sample time='21:14 min' depth='21.057 m' />
|
|
|
|
<sample time='21:16 min' depth='21.129 m' />
|
|
|
|
<sample time='21:18 min' depth='21.19 m' />
|
|
|
|
<sample time='21:20 min' depth='21.261 m' />
|
|
|
|
<sample time='21:22 min' depth='21.404 m' />
|
|
|
|
<sample time='21:24 min' depth='21.485 m' temp='7.3 C' ndl='49:00 min' />
|
|
|
|
<sample time='21:26 min' depth='21.638 m' />
|
|
|
|
<sample time='21:28 min' depth='21.659 m' />
|
|
|
|
<sample time='21:30 min' depth='21.638 m' />
|
|
|
|
<sample time='21:32 min' depth='21.618 m' />
|
|
|
|
<sample time='21:34 min' depth='21.587 m' />
|
|
|
|
<sample time='21:36 min' depth='21.598 m' temp='7.1 C' ndl='48:00 min' />
|
|
|
|
<sample time='21:38 min' depth='21.638 m' />
|
|
|
|
<sample time='21:40 min' depth='21.7 m' />
|
|
|
|
<sample time='21:42 min' depth='21.771 m' />
|
|
|
|
<sample time='21:44 min' depth='21.74 m' />
|
|
|
|
<sample time='21:46 min' depth='21.791 m' />
|
|
|
|
<sample time='21:48 min' depth='21.812 m' temp='7.0 C' ndl='45:00 min' />
|
|
|
|
<sample time='21:50 min' depth='21.863 m' />
|
|
|
|
<sample time='21:52 min' depth='21.924 m' />
|
|
|
|
<sample time='21:54 min' depth='21.975 m' />
|
|
|
|
<sample time='21:56 min' depth='21.954 m' />
|
|
|
|
<sample time='21:58 min' depth='21.873 m' />
|
|
|
|
<sample time='22:00 min' depth='21.751 m' temp='6.8 C' cns='9%' />
|
|
|
|
<sample time='22:02 min' depth='21.669 m' />
|
|
|
|
<sample time='22:04 min' depth='21.608 m' />
|
|
|
|
<sample time='22:06 min' depth='21.516 m' />
|
|
|
|
<sample time='22:08 min' depth='21.485 m' />
|
|
|
|
<sample time='22:10 min' depth='21.455 m' />
|
|
|
|
<sample time='22:12 min' depth='21.445 m' temp='6.7 C' ndl='48:00 min' />
|
|
|
|
<sample time='22:14 min' depth='21.394 m' />
|
|
|
|
<sample time='22:16 min' depth='21.353 m' />
|
|
|
|
<sample time='22:18 min' depth='21.22 m' />
|
|
|
|
<sample time='22:20 min' depth='21.139 m' />
|
|
|
|
<sample time='22:22 min' depth='21.037 m' />
|
|
|
|
<sample time='22:24 min' depth='20.955 m' ndl='54:00 min' />
|
|
|
|
<sample time='22:26 min' depth='20.945 m' />
|
|
|
|
<sample time='22:28 min' depth='20.925 m' />
|
|
|
|
<sample time='22:30 min' depth='20.945 m' />
|
|
|
|
<sample time='22:32 min' depth='20.986 m' />
|
|
|
|
<sample time='22:34 min' depth='20.884 m' />
|
|
|
|
<sample time='22:36 min' depth='20.843 m' temp='6.8 C' ndl='55:00 min' />
|
|
|
|
<sample time='22:38 min' depth='20.772 m' />
|
|
|
|
<sample time='22:40 min' depth='20.557 m' />
|
|
|
|
<sample time='22:42 min' depth='20.374 m' />
|
|
|
|
<sample time='22:44 min' depth='20.7 m' />
|
|
|
|
<sample time='22:46 min' depth='20.7 m' />
|
|
|
|
<sample time='22:48 min' depth='20.772 m' ndl='56:00 min' />
|
|
|
|
<sample time='22:50 min' depth='20.833 m' />
|
|
|
|
<sample time='22:52 min' depth='20.965 m' />
|
|
|
|
<sample time='22:54 min' depth='21.19 m' />
|
|
|
|
<sample time='22:56 min' depth='21.271 m' />
|
|
|
|
<sample time='22:58 min' depth='21.465 m' />
|
|
|
|
<sample time='23:00 min' depth='21.598 m' temp='6.9 C' ndl='47:00 min' />
|
|
|
|
<sample time='23:02 min' depth='21.71 m' />
|
|
|
|
<sample time='23:04 min' depth='21.832 m' />
|
|
|
|
<sample time='23:06 min' depth='21.934 m' />
|
|
|
|
<sample time='23:08 min' depth='22.016 m' />
|
|
|
|
<sample time='23:10 min' depth='22.118 m' />
|
|
|
|
<sample time='23:12 min' depth='22.342 m' ndl='40:00 min' />
|
|
|
|
<sample time='23:14 min' depth='22.373 m' />
|
|
|
|
<sample time='23:16 min' depth='22.495 m' />
|
|
|
|
<sample time='23:18 min' depth='22.536 m' />
|
|
|
|
<sample time='23:20 min' depth='22.515 m' />
|
|
|
|
<sample time='23:22 min' depth='22.464 m' />
|
|
|
|
<sample time='23:24 min' depth='22.342 m' temp='6.7 C' ndl='38:00 min' />
|
|
|
|
<sample time='23:26 min' depth='22.271 m' />
|
|
|
|
<sample time='23:28 min' depth='22.199 m' />
|
|
|
|
<sample time='23:30 min' depth='22.209 m' />
|
|
|
|
<sample time='23:32 min' depth='22.199 m' />
|
|
|
|
<sample time='23:34 min' depth='22.158 m' />
|
|
|
|
<sample time='23:36 min' depth='22.097 m' temp='6.6 C' ndl='40:00 min' />
|
|
|
|
<sample time='23:38 min' depth='21.954 m' />
|
|
|
|
<sample time='23:40 min' depth='21.863 m' />
|
|
|
|
<sample time='23:42 min' depth='21.7 m' />
|
|
|
|
<sample time='23:44 min' depth='21.577 m' />
|
|
|
|
<sample time='23:46 min' depth='21.475 m' />
|
|
|
|
<sample time='23:48 min' depth='21.383 m' ndl='48:00 min' />
|
|
|
|
<sample time='23:50 min' depth='20.965 m' />
|
|
|
|
<sample time='23:52 min' depth='20.68 m' />
|
|
|
|
<sample time='23:54 min' depth='20.761 m' />
|
|
|
|
<sample time='23:56 min' depth='20.598 m' />
|
|
|
|
<sample time='23:58 min' depth='20.537 m' />
|
|
|
|
<sample time='24:00 min' depth='20.201 m' ndl='60:00 min' />
|
|
|
|
<sample time='24:02 min' depth='19.925 m' />
|
|
|
|
<sample time='24:04 min' depth='19.976 m' />
|
|
|
|
<sample time='24:06 min' depth='20.099 m' />
|
|
|
|
<sample time='24:08 min' depth='20.17 m' />
|
|
|
|
<sample time='24:10 min' depth='20.252 m' />
|
|
|
|
<sample time='24:12 min' depth='20.313 m' temp='6.8 C' ndl='61:00 min' />
|
|
|
|
<sample time='24:14 min' depth='20.303 m' />
|
|
|
|
<sample time='24:16 min' depth='20.364 m' />
|
|
|
|
<sample time='24:18 min' depth='20.343 m' />
|
|
|
|
<sample time='24:20 min' depth='20.323 m' />
|
|
|
|
<sample time='24:22 min' depth='20.354 m' />
|
|
|
|
<sample time='24:24 min' depth='20.364 m' temp='7.0 C' ndl='60:00 min' cns='10%' />
|
|
|
|
<sample time='24:26 min' depth='20.466 m' />
|
|
|
|
<sample time='24:28 min' depth='20.547 m' />
|
|
|
|
<sample time='24:30 min' depth='20.639 m' />
|
|
|
|
<sample time='24:32 min' depth='20.68 m' />
|
|
|
|
<sample time='24:34 min' depth='20.71 m' />
|
|
|
|
<sample time='24:36 min' depth='20.782 m' ndl='54:00 min' />
|
|
|
|
<sample time='24:38 min' depth='20.833 m' />
|
|
|
|
<sample time='24:40 min' depth='20.772 m' />
|
|
|
|
<sample time='24:42 min' depth='20.874 m' />
|
|
|
|
<sample time='24:44 min' depth='21.016 m' />
|
|
|
|
<sample time='24:46 min' depth='21.016 m' />
|
|
|
|
<sample time='24:48 min' depth='21.088 m' ndl='50:00 min' />
|
|
|
|
<sample time='24:50 min' depth='21.159 m' />
|
|
|
|
<sample time='24:52 min' depth='21.383 m' />
|
|
|
|
<sample time='24:54 min' depth='21.414 m' />
|
|
|
|
<sample time='24:56 min' depth='21.434 m' />
|
|
|
|
<sample time='24:58 min' depth='21.485 m' />
|
|
|
|
<sample time='25:00 min' depth='21.598 m' ndl='45:00 min' />
|
|
|
|
<sample time='25:02 min' depth='21.72 m' />
|
|
|
|
<sample time='25:04 min' depth='21.751 m' />
|
|
|
|
<sample time='25:06 min' depth='21.781 m' />
|
|
|
|
<sample time='25:08 min' depth='21.873 m' />
|
|
|
|
<sample time='25:10 min' depth='21.853 m' />
|
|
|
|
<sample time='25:12 min' depth='21.771 m' temp='6.9 C' ndl='42:00 min' />
|
|
|
|
<sample time='25:14 min' depth='21.536 m' />
|
|
|
|
<sample time='25:16 min' depth='21.21 m' />
|
|
|
|
<sample time='25:18 min' depth='20.7 m' />
|
|
|
|
<sample time='25:20 min' depth='20.894 m' />
|
|
|
|
<sample time='25:22 min' depth='20.853 m' />
|
|
|
|
<sample time='25:24 min' depth='21.016 m' temp='6.8 C' ndl='52:00 min' />
|
|
|
|
<sample time='25:26 min' depth='20.955 m' />
|
|
|
|
<sample time='25:28 min' depth='20.976 m' />
|
|
|
|
<sample time='25:30 min' depth='20.945 m' />
|
|
|
|
<sample time='25:32 min' depth='20.976 m' />
|
|
|
|
<sample time='25:34 min' depth='21.149 m' />
|
|
|
|
<sample time='25:36 min' depth='21.353 m' ndl='47:00 min' />
|
|
|
|
<sample time='25:38 min' depth='21.567 m' />
|
|
|
|
<sample time='25:40 min' depth='21.853 m' />
|
|
|
|
<sample time='25:42 min' depth='22.169 m' />
|
|
|
|
<sample time='25:44 min' depth='22.505 m' />
|
|
|
|
<sample time='25:46 min' depth='22.811 m' />
|
|
|
|
<sample time='25:48 min' depth='23.025 m' ndl='32:00 min' />
|
|
|
|
<sample time='25:50 min' depth='23.199 m' />
|
|
|
|
<sample time='25:52 min' depth='23.402 m' />
|
|
|
|
<sample time='25:54 min' depth='23.535 m' />
|
|
|
|
<sample time='25:56 min' depth='23.79 m' />
|
|
|
|
<sample time='25:58 min' depth='24.004 m' />
|
|
|
|
<sample time='26:00 min' depth='24.29 m' temp='6.6 C' ndl='24:00 min' />
|
|
|
|
<sample time='26:02 min' depth='24.606 m' />
|
|
|
|
<sample time='26:04 min' depth='25.014 m' />
|
|
|
|
<sample time='26:06 min' depth='25.411 m' />
|
|
|
|
<sample time='26:08 min' depth='25.717 m' />
|
|
|
|
<sample time='26:10 min' depth='26.033 m' />
|
|
|
|
<sample time='26:12 min' depth='26.36 m' temp='6.4 C' ndl='17:00 min' />
|
|
|
|
<sample time='26:14 min' depth='26.666 m' />
|
|
|
|
<sample time='26:16 min' depth='26.87 m' />
|
|
|
|
<sample time='26:18 min' depth='26.971 m' />
|
|
|
|
<sample time='26:20 min' depth='27.033 m' />
|
|
|
|
<sample time='26:22 min' depth='27.124 m' />
|
|
|
|
<sample time='26:24 min' depth='27.196 m' temp='6.1 C' ndl='14:00 min' cns='11%' />
|
|
|
|
<sample time='26:26 min' depth='27.369 m' />
|
|
|
|
<sample time='26:28 min' depth='27.522 m' />
|
|
|
|
<sample time='26:30 min' depth='27.634 m' />
|
|
|
|
<sample time='26:32 min' depth='27.716 m' />
|
|
|
|
<sample time='26:34 min' depth='27.818 m' />
|
|
|
|
<sample time='26:36 min' depth='27.91 m' temp='5.8 C' ndl='12:00 min' />
|
|
|
|
<sample time='26:38 min' depth='28.093 m' />
|
|
|
|
<sample time='26:40 min' depth='28.399 m' />
|
|
|
|
<sample time='26:42 min' depth='28.552 m' />
|
|
|
|
<sample time='26:44 min' depth='28.827 m' />
|
|
|
|
<sample time='26:46 min' depth='28.991 m' />
|
|
|
|
<sample time='26:48 min' depth='28.97 m' temp='5.5 C' ndl='11:00 min' />
|
|
|
|
<sample time='26:50 min' depth='29.011 m' />
|
|
|
|
<sample time='26:52 min' depth='28.96 m' />
|
|
|
|
<sample time='26:54 min' depth='28.817 m' />
|
|
|
|
<sample time='26:56 min' depth='28.705 m' />
|
|
|
|
<sample time='26:58 min' depth='28.817 m' />
|
|
|
|
<sample time='27:00 min' depth='28.419 m' temp='5.2 C' />
|
|
|
|
<sample time='27:02 min' depth='28.328 m' />
|
|
|
|
<sample time='27:04 min' depth='28.267 m' />
|
|
|
|
<sample time='27:06 min' depth='28.154 m' />
|
|
|
|
<sample time='27:08 min' depth='28.063 m' />
|
|
|
|
<sample time='27:10 min' depth='28.083 m' />
|
|
|
|
<sample time='27:12 min' depth='27.971 m' temp='5.0 C' ndl='12:00 min' />
|
|
|
|
<sample time='27:14 min' depth='27.95 m' />
|
|
|
|
<sample time='27:16 min' depth='27.94 m' />
|
|
|
|
<sample time='27:18 min' depth='27.91 m' />
|
|
|
|
<sample time='27:20 min' depth='27.889 m' />
|
|
|
|
<sample time='27:22 min' depth='27.879 m' />
|
|
|
|
<sample time='27:24 min' depth='27.746 m' temp='4.9 C' />
|
|
|
|
<sample time='27:26 min' depth='27.604 m' />
|
|
|
|
<sample time='27:28 min' depth='27.492 m' />
|
|
|
|
<sample time='27:30 min' depth='27.43 m' />
|
|
|
|
<sample time='27:32 min' depth='27.451 m' />
|
|
|
|
<sample time='27:34 min' depth='27.43 m' />
|
|
|
|
<sample time='27:36 min' depth='27.226 m' temp='4.8 C' />
|
|
|
|
<sample time='27:38 min' depth='27.084 m' />
|
|
|
|
<sample time='27:40 min' depth='27.349 m' />
|
|
|
|
<sample time='27:42 min' depth='27.379 m' />
|
|
|
|
<sample time='27:44 min' depth='27.41 m' />
|
|
|
|
<sample time='27:46 min' depth='27.502 m' />
|
|
|
|
<sample time='27:48 min' depth='27.624 m' />
|
|
|
|
<sample time='27:50 min' depth='27.665 m' />
|
|
|
|
<sample time='27:52 min' depth='27.767 m' />
|
|
|
|
<sample time='27:54 min' depth='27.787 m' />
|
|
|
|
<sample time='27:56 min' depth='27.777 m' />
|
|
|
|
<sample time='27:58 min' depth='27.757 m' />
|
|
|
|
<sample time='28:00 min' depth='27.808 m' ndl='11:00 min' />
|
|
|
|
<sample time='28:02 min' depth='27.838 m' />
|
|
|
|
<sample time='28:04 min' depth='27.869 m' />
|
|
|
|
<sample time='28:06 min' depth='27.869 m' />
|
|
|
|
<sample time='28:08 min' depth='27.797 m' />
|
|
|
|
<sample time='28:10 min' depth='27.41 m' />
|
|
|
|
<sample time='28:12 min' depth='27.175 m' ndl='12:00 min' />
|
|
|
|
<sample time='28:14 min' depth='27.43 m' />
|
|
|
|
<sample time='28:16 min' depth='27.512 m' />
|
|
|
|
<sample time='28:18 min' depth='27.645 m' />
|
|
|
|
<sample time='28:20 min' depth='27.726 m' />
|
|
|
|
<sample time='28:22 min' depth='27.818 m' />
|
|
|
|
<sample time='28:24 min' depth='27.93 m' temp='4.9 C' ndl='11:00 min' cns='12%' />
|
|
|
|
<sample time='28:26 min' depth='28.022 m' />
|
|
|
|
<sample time='28:28 min' depth='28.022 m' />
|
|
|
|
<sample time='28:30 min' depth='27.981 m' />
|
|
|
|
<sample time='28:32 min' depth='27.92 m' />
|
|
|
|
<sample time='28:34 min' depth='27.961 m' />
|
|
|
|
<sample time='28:36 min' depth='28.022 m' temp='4.8 C' ndl='10:00 min' />
|
|
|
|
<sample time='28:38 min' depth='28.001 m' />
|
|
|
|
<sample time='28:40 min' depth='27.828 m' />
|
|
|
|
<sample time='28:42 min' depth='27.828 m' />
|
|
|
|
<sample time='28:44 min' depth='27.889 m' />
|
|
|
|
<sample time='28:46 min' depth='28.001 m' />
|
|
|
|
<sample time='28:48 min' depth='28.012 m' />
|
|
|
|
<sample time='28:50 min' depth='28.012 m' />
|
|
|
|
<sample time='28:52 min' depth='27.991 m' />
|
|
|
|
<sample time='28:54 min' depth='27.95 m' />
|
|
|
|
<sample time='28:56 min' depth='27.93 m' />
|
|
|
|
<sample time='28:58 min' depth='27.92 m' />
|
|
|
|
<sample time='29:00 min' depth='27.91 m' temp='4.7 C' />
|
|
|
|
<sample time='29:02 min' depth='27.991 m' />
|
|
|
|
<sample time='29:04 min' depth='28.022 m' />
|
|
|
|
<sample time='29:06 min' depth='28.073 m' />
|
|
|
|
<sample time='29:08 min' depth='28.063 m' />
|
|
|
|
<sample time='29:10 min' depth='28.032 m' />
|
|
|
|
<sample time='29:12 min' depth='28.093 m' />
|
|
|
|
<sample time='29:14 min' depth='28.144 m' />
|
|
|
|
<sample time='29:16 min' depth='28.256 m' />
|
|
|
|
<sample time='29:18 min' depth='28.379 m' />
|
|
|
|
<sample time='29:20 min' depth='28.542 m' />
|
|
|
|
<sample time='29:22 min' depth='28.685 m' />
|
|
|
|
<sample time='29:24 min' depth='28.817 m' ndl='9:00 min' />
|
|
|
|
<sample time='29:26 min' depth='29.062 m' />
|
|
|
|
<sample time='29:28 min' depth='29.164 m' />
|
|
|
|
<sample time='29:30 min' depth='29.245 m' />
|
|
|
|
<sample time='29:32 min' depth='29.429 m' />
|
|
|
|
<sample time='29:34 min' depth='29.664 m' />
|
|
|
|
<sample time='29:36 min' depth='29.888 m' ndl='7:00 min' />
|
|
|
|
<sample time='29:38 min' depth='29.98 m' />
|
|
|
|
<sample time='29:40 min' depth='29.949 m' />
|
|
|
|
<sample time='29:42 min' depth='29.908 m' />
|
|
|
|
<sample time='29:44 min' depth='29.99 m' />
|
|
|
|
<sample time='29:46 min' depth='30.031 m' />
|
|
|
|
<sample time='29:48 min' depth='30.184 m' />
|
|
|
|
<sample time='29:50 min' depth='30.367 m' />
|
|
|
|
<sample time='29:52 min' depth='30.561 m' />
|
|
|
|
<sample time='29:54 min' depth='30.734 m' />
|
|
|
|
<sample time='29:56 min' depth='30.775 m' />
|
|
|
|
<sample time='29:58 min' depth='30.775 m' />
|
|
|
|
<sample time='30:00 min' depth='30.806 m' temp='4.6 C' ndl='6:00 min' />
|
|
|
|
<sample time='30:02 min' depth='30.836 m' />
|
|
|
|
<sample time='30:04 min' depth='30.928 m' />
|
|
|
|
<sample time='30:06 min' depth='31.02 m' />
|
|
|
|
<sample time='30:08 min' depth='31.132 m' />
|
|
|
|
<sample time='30:10 min' depth='31.336 m' />
|
|
|
|
<sample time='30:12 min' depth='31.56 m' />
|
|
|
|
<sample time='30:14 min' depth='31.825 m' />
|
|
|
|
<sample time='30:16 min' depth='32.029 m' />
|
|
|
|
<sample time='30:18 min' depth='32.192 m' />
|
|
|
|
<sample time='30:20 min' depth='32.325 m' />
|
|
|
|
<sample time='30:22 min' depth='32.488 m' />
|
|
|
|
<sample time='30:24 min' depth='32.692 m' temp='4.5 C' ndl='5:00 min' />
|
|
|
|
<sample time='30:26 min' depth='32.937 m' />
|
|
|
|
<sample time='30:28 min' depth='33.12 m' />
|
|
|
|
<sample time='30:30 min' depth='33.222 m' />
|
|
|
|
<sample time='30:32 min' depth='33.284 m' />
|
|
|
|
<sample time='30:34 min' depth='33.335 m' />
|
|
|
|
<sample time='30:36 min' depth='33.477 m' ndl='4:00 min' />
|
|
|
|
<sample time='30:38 min' depth='33.651 m' />
|
|
|
|
<sample time='30:40 min' depth='33.875 m' />
|
|
|
|
<sample time='30:42 min' depth='34.171 m' />
|
|
|
|
<sample time='30:44 min' depth='34.375 m' />
|
|
|
|
<sample time='30:46 min' depth='34.446 m' />
|
|
|
|
<sample time='30:48 min' depth='34.548 m' cns='13%' />
|
|
|
|
<sample time='30:50 min' depth='34.619 m' />
|
|
|
|
<sample time='30:52 min' depth='34.752 m' />
|
|
|
|
<sample time='30:54 min' depth='35.058 m' />
|
|
|
|
<sample time='30:56 min' depth='35.17 m' />
|
|
|
|
<sample time='30:58 min' depth='35.333 m' />
|
|
|
|
<sample time='31:00 min' depth='35.445 m' ndl='3:00 min' />
|
|
|
|
<sample time='31:02 min' depth='35.578 m' />
|
|
|
|
<sample time='31:04 min' depth='35.741 m' />
|
|
|
|
<sample time='31:06 min' depth='35.945 m' />
|
|
|
|
<sample time='31:08 min' depth='36.169 m' />
|
|
|
|
<sample time='31:10 min' depth='36.496 m' />
|
|
|
|
<sample time='31:12 min' depth='36.74 m' temp='4.4 C' />
|
|
|
|
<sample time='31:14 min' depth='36.914 m' />
|
|
|
|
<sample time='31:16 min' depth='37.128 m' />
|
|
|
|
<sample time='31:18 min' depth='37.424 m' />
|
|
|
|
<sample time='31:20 min' depth='37.515 m' />
|
|
|
|
<sample time='31:22 min' depth='37.597 m' />
|
|
|
|
<sample time='31:24 min' depth='37.689 m' ndl='2:00 min' />
|
|
|
|
<sample time='31:26 min' depth='37.811 m' />
|
|
|
|
<sample time='31:28 min' depth='37.903 m' />
|
|
|
|
<sample time='31:30 min' depth='38.046 m' />
|
|
|
|
<sample time='31:32 min' depth='38.158 m' />
|
|
|
|
<sample time='31:34 min' depth='38.423 m' />
|
|
|
|
<sample time='31:36 min' depth='38.474 m' />
|
|
|
|
<sample time='31:38 min' depth='38.535 m' />
|
|
|
|
<sample time='31:40 min' depth='38.586 m' />
|
|
|
|
<sample time='31:42 min' depth='38.647 m' />
|
|
|
|
<sample time='31:44 min' depth='38.668 m' />
|
|
|
|
<sample time='31:46 min' depth='38.668 m' />
|
|
|
|
<sample time='31:48 min' depth='38.688 m' temp='4.3 C' />
|
|
|
|
<sample time='31:50 min' depth='38.749 m' />
|
|
|
|
<sample time='31:52 min' depth='38.749 m' />
|
|
|
|
<sample time='31:54 min' depth='38.759 m' />
|
|
|
|
<sample time='31:56 min' depth='38.77 m' />
|
|
|
|
<sample time='31:58 min' depth='38.8 m' />
|
|
|
|
<sample time='32:00 min' depth='38.759 m' />
|
|
|
|
<sample time='32:02 min' depth='38.79 m' />
|
|
|
|
<sample time='32:04 min' depth='38.759 m' />
|
|
|
|
<sample time='32:06 min' depth='38.708 m' />
|
|
|
|
<sample time='32:08 min' depth='38.708 m' />
|
|
|
|
<sample time='32:10 min' depth='38.708 m' />
|
|
|
|
<sample time='32:12 min' depth='38.729 m' ndl='1:00 min' />
|
|
|
|
<sample time='32:14 min' depth='38.77 m' />
|
|
|
|
<sample time='32:16 min' depth='38.861 m' />
|
|
|
|
<sample time='32:18 min' depth='38.882 m' />
|
|
|
|
<sample time='32:20 min' depth='38.892 m' />
|
|
|
|
<sample time='32:22 min' depth='38.923 m' />
|
|
|
|
<sample time='32:24 min' depth='38.974 m' />
|
|
|
|
<sample time='32:26 min' depth='38.974 m' />
|
|
|
|
<sample time='32:28 min' depth='38.902 m' />
|
|
|
|
<sample time='32:30 min' depth='38.423 m' />
|
|
|
|
<sample time='32:32 min' depth='38.606 m' />
|
|
|
|
<sample time='32:34 min' depth='38.78 m' />
|
|
|
|
<sample time='32:36 min' depth='38.749 m' />
|
|
|
|
<sample time='32:38 min' depth='38.729 m' />
|
|
|
|
<sample time='32:40 min' depth='38.739 m' />
|
|
|
|
<sample time='32:42 min' depth='38.759 m' />
|
|
|
|
<sample time='32:44 min' depth='38.78 m' />
|
|
|
|
<sample time='32:46 min' depth='38.678 m' />
|
|
|
|
<sample time='32:48 min' depth='38.79 m' cns='14%' />
|
|
|
|
<sample time='32:50 min' depth='38.698 m' />
|
|
|
|
<sample time='32:52 min' depth='38.596 m' />
|
|
|
|
<sample time='32:54 min' depth='38.494 m' />
|
|
|
|
<sample time='32:56 min' depth='38.341 m' />
|
|
|
|
<sample time='32:58 min' depth='38.178 m' />
|
|
|
|
<sample time='33:00 min' depth='38.076 m' />
|
|
|
|
<sample time='33:02 min' depth='37.984 m' />
|
|
|
|
<sample time='33:04 min' depth='37.974 m' />
|
|
|
|
<sample time='33:06 min' depth='38.056 m' />
|
|
|
|
<sample time='33:08 min' depth='38.107 m' />
|
|
|
|
<sample time='33:10 min' depth='38.097 m' />
|
|
|
|
<sample time='33:12 min' depth='38.137 m' />
|
|
|
|
<sample time='33:14 min' depth='38.117 m' />
|
|
|
|
<sample time='33:16 min' depth='38.046 m' />
|
|
|
|
<sample time='33:18 min' depth='38.005 m' />
|
|
|
|
<sample time='33:20 min' depth='37.893 m' />
|
|
|
|
<sample time='33:22 min' depth='37.852 m' />
|
|
|
|
<sample time='33:24 min' depth='37.811 m' ndl='0:00 min' />
|
|
|
|
<sample time='33:26 min' depth='37.638 m' />
|
|
|
|
<sample time='33:28 min' depth='37.546 m' />
|
|
|
|
<sample time='33:30 min' depth='37.444 m' />
|
|
|
|
<sample time='33:32 min' depth='37.24 m' />
|
|
|
|
<sample time='33:34 min' depth='37.169 m' />
|
|
|
|
<sample time='33:36 min' depth='37.077 m' />
|
|
|
|
<sample time='33:38 min' depth='36.863 m' />
|
|
|
|
<sample time='33:40 min' depth='36.363 m' />
|
|
|
|
<sample time='33:42 min' depth='36.027 m' />
|
|
|
|
<sample time='33:44 min' depth='36.292 m' />
|
|
|
|
<sample time='33:46 min' depth='36.118 m' />
|
|
|
|
<sample time='33:48 min' depth='36.098 m' />
|
|
|
|
<sample time='33:50 min' depth='35.853 m' />
|
|
|
|
<sample time='33:52 min' depth='35.67 m' />
|
|
|
|
<sample time='33:54 min' depth='35.323 m' />
|
|
|
|
<sample time='33:56 min' depth='34.874 m' />
|
|
|
|
<sample time='33:58 min' depth='34.65 m' />
|
|
|
|
<sample time='34:00 min' depth='35.017 m' temp='4.4 C' />
|
|
|
|
<sample time='34:02 min' depth='34.905 m' />
|
|
|
|
<sample time='34:04 min' depth='34.721 m' />
|
|
|
|
<sample time='34:06 min' depth='34.589 m' />
|
|
|
|
<sample time='34:08 min' depth='34.344 m' />
|
|
|
|
<sample time='34:10 min' depth='34.028 m' />
|
|
|
|
<sample time='34:12 min' depth='33.702 m' />
|
|
|
|
<sample time='34:14 min' depth='33.314 m' />
|
|
|
|
<sample time='34:16 min' depth='32.58 m' />
|
|
|
|
<sample time='34:18 min' depth='32.08 m' />
|
|
|
|
<sample time='34:20 min' depth='32.111 m' />
|
|
|
|
<sample time='34:22 min' depth='32.029 m' />
|
|
|
|
<sample time='34:24 min' depth='31.774 m' />
|
|
|
|
<sample time='34:26 min' depth='31.53 m' />
|
|
|
|
<sample time='34:28 min' depth='31.326 m' />
|
|
|
|
<sample time='34:30 min' depth='31.152 m' />
|
|
|
|
<sample time='34:32 min' depth='31.01 m' />
|
|
|
|
<sample time='34:34 min' depth='30.816 m' />
|
|
|
|
<sample time='34:36 min' depth='30.622 m' />
|
|
|
|
<sample time='34:38 min' depth='30.439 m' />
|
|
|
|
<sample time='34:40 min' depth='30.102 m' />
|
|
|
|
<sample time='34:42 min' depth='29.449 m' />
|
|
|
|
<sample time='34:44 min' depth='29.562 m' />
|
|
|
|
<sample time='34:46 min' depth='29.541 m' />
|
|
|
|
<sample time='34:48 min' depth='29.449 m' temp='4.5 C' />
|
|
|
|
<sample time='34:50 min' depth='29.266 m' />
|
|
|
|
<sample time='34:52 min' depth='29.052 m' />
|
|
|
|
<sample time='34:54 min' depth='28.797 m' />
|
|
|
|
<sample time='34:56 min' depth='28.572 m' />
|
|
|
|
<sample time='34:58 min' depth='28.369 m' />
|
|
|
|
<sample time='35:00 min' depth='28.256 m' />
|
|
|
|
<sample time='35:02 min' depth='28.154 m' />
|
|
|
|
<sample time='35:04 min' depth='27.726 m' />
|
|
|
|
<sample time='35:06 min' depth='27.522 m' />
|
|
|
|
<sample time='35:08 min' depth='27.838 m' />
|
|
|
|
<sample time='35:10 min' depth='27.757 m' />
|
|
|
|
<sample time='35:12 min' depth='27.787 m' temp='4.6 C' cns='15%' />
|
|
|
|
<sample time='35:14 min' depth='27.757 m' />
|
|
|
|
<sample time='35:16 min' depth='27.665 m' />
|
|
|
|
<sample time='35:18 min' depth='27.553 m' />
|
|
|
|
<sample time='35:20 min' depth='27.502 m' />
|
|
|
|
<sample time='35:22 min' depth='27.42 m' />
|
|
|
|
<sample time='35:24 min' depth='27.369 m' temp='4.7 C' />
|
|
|
|
<sample time='35:26 min' depth='27.226 m' />
|
|
|
|
<sample time='35:28 min' depth='27.165 m' />
|
|
|
|
<sample time='35:30 min' depth='26.982 m' />
|
|
|
|
<sample time='35:32 min' depth='26.829 m' />
|
|
|
|
<sample time='35:34 min' depth='26.747 m' />
|
|
|
|
<sample time='35:36 min' depth='26.166 m' temp='4.8 C' />
|
|
|
|
<sample time='35:38 min' depth='25.952 m' />
|
|
|
|
<sample time='35:40 min' depth='26.023 m' />
|
|
|
|
<sample time='35:42 min' depth='26.023 m' />
|
|
|
|
<sample time='35:44 min' depth='26.013 m' />
|
|
|
|
<sample time='35:46 min' depth='26.227 m' />
|
|
|
|
<sample time='35:48 min' depth='26.176 m' temp='4.9 C' />
|
|
|
|
<sample time='35:50 min' depth='26.227 m' />
|
|
|
|
<sample time='35:52 min' depth='26.166 m' />
|
|
|
|
<sample time='35:54 min' depth='26.105 m' />
|
|
|
|
<sample time='35:56 min' depth='26.084 m' />
|
|
|
|
<sample time='35:58 min' depth='26.033 m' />
|
|
|
|
<sample time='36:00 min' depth='26.044 m' temp='5.0 C' />
|
|
|
|
<sample time='36:02 min' depth='26.033 m' />
|
|
|
|
<sample time='36:04 min' depth='25.891 m' />
|
|
|
|
<sample time='36:06 min' depth='25.86 m' />
|
|
|
|
<sample time='36:08 min' depth='25.84 m' />
|
|
|
|
<sample time='36:10 min' depth='25.36 m' />
|
|
|
|
<sample time='36:12 min' depth='25.258 m' temp='5.1 C' />
|
|
|
|
<sample time='36:14 min' depth='25.33 m' />
|
|
|
|
<sample time='36:16 min' depth='25.687 m' />
|
|
|
|
<sample time='36:18 min' depth='25.748 m' />
|
|
|
|
<sample time='36:20 min' depth='25.809 m' />
|
|
|
|
<sample time='36:22 min' depth='25.809 m' />
|
|
|
|
<sample time='36:24 min' depth='25.86 m' />
|
|
|
|
<sample time='36:26 min' depth='25.911 m' />
|
|
|
|
<sample time='36:28 min' depth='25.799 m' />
|
|
|
|
<sample time='36:30 min' depth='25.829 m' />
|
|
|
|
<sample time='36:32 min' depth='25.778 m' />
|
|
|
|
<sample time='36:34 min' depth='25.85 m' />
|
|
|
|
<sample time='36:36 min' depth='25.88 m' />
|
|
|
|
<sample time='36:38 min' depth='25.952 m' />
|
|
|
|
<sample time='36:40 min' depth='26.013 m' />
|
|
|
|
<sample time='36:42 min' depth='25.993 m' />
|
|
|
|
<sample time='36:44 min' depth='26.003 m' />
|
|
|
|
<sample time='36:46 min' depth='26.044 m' />
|
|
|
|
<sample time='36:48 min' depth='26.033 m' temp='5.2 C' />
|
|
|
|
<sample time='36:50 min' depth='26.064 m' />
|
|
|
|
<sample time='36:52 min' depth='26.146 m' />
|
|
|
|
<sample time='36:54 min' depth='26.156 m' />
|
|
|
|
<sample time='36:56 min' depth='26.176 m' />
|
|
|
|
<sample time='36:58 min' depth='26.197 m' />
|
|
|
|
<sample time='37:00 min' depth='26.197 m' />
|
|
|
|
<sample time='37:02 min' depth='26.258 m' />
|
|
|
|
<sample time='37:04 min' depth='26.319 m' />
|
|
|
|
<sample time='37:06 min' depth='26.431 m' />
|
|
|
|
<sample time='37:08 min' depth='26.462 m' />
|
|
|
|
<sample time='37:10 min' depth='26.513 m' />
|
|
|
|
<sample time='37:12 min' depth='26.574 m' cns='16%' />
|
|
|
|
<sample time='37:14 min' depth='26.645 m' />
|
|
|
|
<sample time='37:16 min' depth='26.696 m' />
|
|
|
|
<sample time='37:18 min' depth='26.717 m' />
|
|
|
|
<sample time='37:20 min' depth='26.747 m' />
|
|
|
|
<sample time='37:22 min' depth='26.737 m' />
|
|
|
|
<sample time='37:24 min' depth='26.757 m' />
|
|
|
|
<sample time='37:26 min' depth='26.757 m' />
|
|
|
|
<sample time='37:28 min' depth='26.808 m' />
|
|
|
|
<sample time='37:30 min' depth='26.849 m' />
|
|
|
|
<sample time='37:32 min' depth='26.91 m' />
|
|
|
|
<sample time='37:34 min' depth='27.022 m' />
|
|
|
|
<sample time='37:36 min' depth='27.063 m' />
|
|
|
|
<sample time='37:38 min' depth='27.114 m' />
|
|
|
|
<sample time='37:40 min' depth='27.145 m' />
|
|
|
|
<sample time='37:42 min' depth='27.145 m' />
|
|
|
|
<sample time='37:44 min' depth='27.216 m' />
|
|
|
|
<sample time='37:46 min' depth='27.206 m' />
|
|
|
|
<sample time='37:48 min' depth='27.196 m' temp='5.1 C' />
|
|
|
|
<sample time='37:50 min' depth='27.145 m' />
|
|
|
|
<sample time='37:52 min' depth='27.104 m' />
|
|
|
|
<sample time='37:54 min' depth='26.982 m' />
|
|
|
|
<sample time='37:56 min' depth='26.87 m' />
|
|
|
|
<sample time='37:58 min' depth='26.768 m' />
|
|
|
|
<sample time='38:00 min' depth='26.717 m' />
|
|
|
|
<sample time='38:02 min' depth='26.635 m' />
|
|
|
|
<sample time='38:04 min' depth='26.594 m' />
|
|
|
|
<sample time='38:06 min' depth='26.523 m' />
|
|
|
|
<sample time='38:08 min' depth='26.421 m' />
|
|
|
|
<sample time='38:10 min' depth='26.329 m' />
|
|
|
|
<sample time='38:12 min' depth='26.217 m' />
|
|
|
|
<sample time='38:14 min' depth='26.146 m' />
|
|
|
|
<sample time='38:16 min' depth='25.901 m' />
|
|
|
|
<sample time='38:18 min' depth='25.799 m' />
|
|
|
|
<sample time='38:20 min' depth='25.707 m' />
|
|
|
|
<sample time='38:22 min' depth='25.727 m' />
|
|
|
|
<sample time='38:24 min' depth='25.707 m' />
|
|
|
|
<sample time='38:26 min' depth='25.707 m' />
|
|
|
|
<sample time='38:28 min' depth='25.595 m' />
|
|
|
|
<sample time='38:30 min' depth='25.534 m' />
|
|
|
|
<sample time='38:32 min' depth='25.452 m' />
|
|
|
|
<sample time='38:34 min' depth='25.34 m' />
|
|
|
|
<sample time='38:36 min' depth='25.32 m' temp='5.2 C' />
|
|
|
|
<sample time='38:38 min' depth='25.33 m' />
|
|
|
|
<sample time='38:40 min' depth='25.309 m' />
|
|
|
|
<sample time='38:42 min' depth='25.258 m' />
|
|
|
|
<sample time='38:44 min' depth='25.218 m' />
|
|
|
|
<sample time='38:46 min' depth='25.279 m' />
|
|
|
|
<sample time='38:48 min' depth='25.35 m' temp='5.3 C' />
|
|
|
|
<sample time='38:50 min' depth='25.411 m' />
|
|
|
|
<sample time='38:52 min' depth='25.422 m' />
|
|
|
|
<sample time='38:54 min' depth='25.381 m' />
|
|
|
|
<sample time='38:56 min' depth='25.34 m' />
|
|
|
|
<sample time='38:58 min' depth='25.248 m' />
|
|
|
|
<sample time='39:00 min' depth='25.238 m' temp='5.4 C' />
|
|
|
|
<sample time='39:02 min' depth='25.32 m' />
|
|
|
|
<sample time='39:04 min' depth='25.309 m' />
|
|
|
|
<sample time='39:06 min' depth='25.299 m' />
|
|
|
|
<sample time='39:08 min' depth='25.32 m' />
|
|
|
|
<sample time='39:10 min' depth='25.391 m' />
|
|
|
|
<sample time='39:12 min' depth='25.401 m' />
|
|
|
|
<sample time='39:14 min' depth='25.422 m' />
|
|
|
|
<sample time='39:16 min' depth='25.483 m' />
|
|
|
|
<sample time='39:18 min' depth='25.523 m' />
|
|
|
|
<sample time='39:20 min' depth='25.595 m' />
|
|
|
|
<sample time='39:22 min' depth='25.789 m' />
|
|
|
|
<sample time='39:24 min' depth='25.86 m' />
|
|
|
|
<sample time='39:26 min' depth='25.911 m' />
|
|
|
|
<sample time='39:28 min' depth='26.064 m' />
|
|
|
|
<sample time='39:30 min' depth='26.105 m' />
|
|
|
|
<sample time='39:32 min' depth='26.197 m' />
|
|
|
|
<sample time='39:34 min' depth='26.258 m' />
|
|
|
|
<sample time='39:36 min' depth='26.268 m' cns='17%' />
|
|
|
|
<sample time='39:38 min' depth='26.37 m' />
|
|
|
|
<sample time='39:40 min' depth='26.594 m' />
|
|
|
|
<sample time='39:42 min' depth='26.625 m' />
|
|
|
|
<sample time='39:44 min' depth='26.604 m' />
|
|
|
|
<sample time='39:46 min' depth='26.564 m' />
|
|
|
|
<sample time='39:48 min' depth='26.451 m' />
|
|
|
|
<sample time='39:50 min' depth='26.625 m' />
|
|
|
|
<sample time='39:52 min' depth='26.462 m' />
|
|
|
|
<sample time='39:54 min' depth='26.543 m' />
|
|
|
|
<sample time='39:56 min' depth='26.288 m' />
|
|
|
|
<sample time='39:58 min' depth='26.37 m' />
|
|
|
|
<sample time='40:00 min' depth='26.36 m' temp='5.3 C' />
|
|
|
|
<sample time='40:02 min' depth='26.207 m' />
|
|
|
|
<sample time='40:04 min' depth='26.156 m' />
|
|
|
|
<sample time='40:06 min' depth='26.064 m' />
|
|
|
|
<sample time='40:08 min' depth='26.003 m' />
|
|
|
|
<sample time='40:10 min' depth='26.013 m' />
|
|
|
|
<sample time='40:12 min' depth='25.972 m' />
|
|
|
|
<sample time='40:14 min' depth='25.931 m' />
|
|
|
|
<sample time='40:16 min' depth='25.86 m' />
|
|
|
|
<sample time='40:18 min' depth='25.778 m' />
|
|
|
|
<sample time='40:20 min' depth='25.646 m' />
|
|
|
|
<sample time='40:22 min' depth='25.534 m' />
|
|
|
|
<sample time='40:24 min' depth='25.473 m' />
|
|
|
|
<sample time='40:26 min' depth='25.33 m' />
|
|
|
|
<sample time='40:28 min' depth='25.177 m' />
|
|
|
|
<sample time='40:30 min' depth='25.034 m' />
|
|
|
|
<sample time='40:32 min' depth='24.891 m' />
|
|
|
|
<sample time='40:34 min' depth='24.738 m' />
|
|
|
|
<sample time='40:36 min' depth='24.657 m' />
|
|
|
|
<sample time='40:38 min' depth='24.545 m' />
|
|
|
|
<sample time='40:40 min' depth='24.443 m' />
|
|
|
|
<sample time='40:42 min' depth='24.402 m' />
|
|
|
|
<sample time='40:44 min' depth='24.33 m' />
|
|
|
|
<sample time='40:46 min' depth='24.269 m' />
|
|
|
|
<sample time='40:48 min' depth='24.218 m' temp='5.4 C' />
|
|
|
|
<sample time='40:50 min' depth='24.228 m' />
|
|
|
|
<sample time='40:52 min' depth='24.228 m' />
|
|
|
|
<sample time='40:54 min' depth='23.78 m' />
|
|
|
|
<sample time='40:56 min' depth='23.719 m' />
|
|
|
|
<sample time='40:58 min' depth='24.075 m' />
|
|
|
|
<sample time='41:00 min' depth='24.096 m' temp='5.6 C' />
|
|
|
|
<sample time='41:02 min' depth='24.137 m' />
|
|
|
|
<sample time='41:04 min' depth='24.208 m' />
|
|
|
|
<sample time='41:06 min' depth='24.177 m' />
|
|
|
|
<sample time='41:08 min' depth='24.218 m' />
|
|
|
|
<sample time='41:10 min' depth='24.106 m' />
|
|
|
|
<sample time='41:12 min' depth='23.586 m' temp='5.7 C' />
|
|
|
|
<sample time='41:14 min' depth='23.341 m' />
|
|
|
|
<sample time='41:16 min' depth='23.739 m' />
|
|
|
|
<sample time='41:18 min' depth='23.719 m' />
|
|
|
|
<sample time='41:20 min' depth='23.719 m' />
|
|
|
|
<sample time='41:22 min' depth='23.719 m' />
|
|
|
|
<sample time='41:24 min' depth='23.708 m' temp='5.8 C' />
|
|
|
|
<sample time='41:26 min' depth='23.719 m' />
|
|
|
|
<sample time='41:28 min' depth='23.759 m' />
|
|
|
|
<sample time='41:30 min' depth='23.821 m' />
|
|
|
|
<sample time='41:32 min' depth='23.861 m' />
|
|
|
|
<sample time='41:34 min' depth='23.851 m' />
|
|
|
|
<sample time='41:36 min' depth='23.872 m' temp='5.9 C' />
|
|
|
|
<sample time='41:38 min' depth='23.861 m' />
|
|
|
|
<sample time='41:40 min' depth='23.933 m' />
|
|
|
|
<sample time='41:42 min' depth='24.055 m' />
|
|
|
|
<sample time='41:44 min' depth='24.147 m' />
|
|
|
|
<sample time='41:46 min' depth='24.259 m' />
|
|
|
|
<sample time='41:48 min' depth='24.422 m' />
|
|
|
|
<sample time='41:50 min' depth='24.473 m' />
|
|
|
|
<sample time='41:52 min' depth='24.504 m' />
|
|
|
|
<sample time='41:54 min' depth='24.483 m' />
|
|
|
|
<sample time='41:56 min' depth='24.504 m' />
|
|
|
|
<sample time='41:58 min' depth='24.432 m' />
|
|
|
|
<sample time='42:00 min' depth='24.422 m' cns='18%' />
|
|
|
|
<sample time='42:02 min' depth='24.33 m' />
|
|
|
|
<sample time='42:04 min' depth='24.31 m' />
|
|
|
|
<sample time='42:06 min' depth='24.351 m' />
|
|
|
|
<sample time='42:08 min' depth='24.361 m' />
|
|
|
|
<sample time='42:10 min' depth='24.453 m' />
|
|
|
|
<sample time='42:12 min' depth='24.208 m' />
|
|
|
|
<sample time='42:14 min' depth='24.177 m' />
|
|
|
|
<sample time='42:16 min' depth='24.147 m' />
|
|
|
|
<sample time='42:18 min' depth='24.075 m' />
|
|
|
|
<sample time='42:20 min' depth='23.994 m' />
|
|
|
|
<sample time='42:22 min' depth='23.943 m' />
|
|
|
|
<sample time='42:24 min' depth='23.943 m' temp='5.8 C' />
|
|
|
|
<sample time='42:26 min' depth='23.912 m' />
|
|
|
|
<sample time='42:28 min' depth='23.872 m' />
|
|
|
|
<sample time='42:30 min' depth='23.912 m' />
|
|
|
|
<sample time='42:32 min' depth='23.963 m' />
|
|
|
|
<sample time='42:34 min' depth='24.025 m' />
|
|
|
|
<sample time='42:36 min' depth='24.086 m' />
|
|
|
|
<sample time='42:38 min' depth='24.126 m' />
|
|
|
|
<sample time='42:40 min' depth='24.157 m' />
|
|
|
|
<sample time='42:42 min' depth='24.157 m' />
|
|
|
|
<sample time='42:44 min' depth='24.249 m' />
|
|
|
|
<sample time='42:46 min' depth='24.29 m' />
|
|
|
|
<sample time='42:48 min' depth='24.351 m' />
|
|
|
|
<sample time='42:50 min' depth='24.412 m' />
|
|
|
|
<sample time='42:52 min' depth='24.453 m' />
|
|
|
|
<sample time='42:54 min' depth='24.422 m' />
|
|
|
|
<sample time='42:56 min' depth='24.453 m' />
|
|
|
|
<sample time='42:58 min' depth='24.504 m' />
|
|
|
|
<sample time='43:00 min' depth='24.555 m' />
|
|
|
|
<sample time='43:02 min' depth='24.616 m' />
|
|
|
|
<sample time='43:04 min' depth='24.657 m' />
|
|
|
|
<sample time='43:06 min' depth='24.718 m' />
|
|
|
|
<sample time='43:08 min' depth='24.749 m' />
|
|
|
|
<sample time='43:10 min' depth='24.769 m' />
|
|
|
|
<sample time='43:12 min' depth='24.779 m' />
|
|
|
|
<sample time='43:14 min' depth='24.799 m' />
|
|
|
|
<sample time='43:16 min' depth='24.85 m' />
|
|
|
|
<sample time='43:18 min' depth='24.871 m' />
|
|
|
|
<sample time='43:20 min' depth='24.901 m' />
|
|
|
|
<sample time='43:22 min' depth='24.881 m' />
|
|
|
|
<sample time='43:24 min' depth='24.85 m' temp='5.7 C' />
|
|
|
|
<sample time='43:26 min' depth='24.85 m' />
|
|
|
|
<sample time='43:28 min' depth='24.779 m' />
|
|
|
|
<sample time='43:30 min' depth='24.698 m' />
|
|
|
|
<sample time='43:32 min' depth='24.606 m' />
|
|
|
|
<sample time='43:34 min' depth='24.514 m' />
|
|
|
|
<sample time='43:36 min' depth='24.443 m' />
|
|
|
|
<sample time='43:38 min' depth='24.341 m' />
|
|
|
|
<sample time='43:40 min' depth='24.29 m' />
|
|
|
|
<sample time='43:42 min' depth='24.249 m' />
|
|
|
|
<sample time='43:44 min' depth='24.177 m' />
|
|
|
|
<sample time='43:46 min' depth='24.106 m' />
|
|
|
|
<sample time='43:48 min' depth='24.055 m' />
|
|
|
|
<sample time='43:50 min' depth='24.025 m' />
|
|
|
|
<sample time='43:52 min' depth='23.963 m' />
|
|
|
|
<sample time='43:54 min' depth='23.974 m' />
|
|
|
|
<sample time='43:56 min' depth='23.994 m' />
|
|
|
|
<sample time='43:58 min' depth='24.035 m' />
|
|
|
|
<sample time='44:00 min' depth='24.137 m' temp='5.8 C' cns='19%' />
|
|
|
|
<sample time='44:02 min' depth='24.188 m' />
|
|
|
|
<sample time='44:04 min' depth='24.259 m' />
|
|
|
|
<sample time='44:06 min' depth='24.31 m' />
|
|
|
|
<sample time='44:08 min' depth='24.341 m' />
|
|
|
|
<sample time='44:10 min' depth='24.402 m' />
|
|
|
|
<sample time='44:12 min' depth='24.483 m' in_deco='1' stoptime='1:00 min' stopdepth='6.0 m' />
|
|
|
|
<sample time='44:14 min' depth='24.545 m' />
|
|
|
|
<sample time='44:16 min' depth='24.606 m' />
|
|
|
|
<sample time='44:18 min' depth='24.667 m' />
|
|
|
|
<sample time='44:20 min' depth='24.749 m' />
|
|
|
|
<sample time='44:22 min' depth='24.799 m' />
|
|
|
|
<sample time='44:24 min' depth='24.901 m' />
|
|
|
|
<sample time='44:26 min' depth='25.024 m' />
|
|
|
|
<sample time='44:28 min' depth='25.136 m' />
|
|
|
|
<sample time='44:30 min' depth='25.258 m' />
|
|
|
|
<sample time='44:32 min' depth='25.371 m' />
|
|
|
|
<sample time='44:34 min' depth='25.452 m' />
|
|
|
|
<sample time='44:36 min' depth='25.513 m' />
|
|
|
|
<sample time='44:38 min' depth='25.625 m' />
|
|
|
|
<sample time='44:40 min' depth='25.687 m' />
|
|
|
|
<sample time='44:42 min' depth='25.789 m' />
|
|
|
|
<sample time='44:44 min' depth='25.809 m' />
|
|
|
|
<sample time='44:46 min' depth='25.942 m' />
|
|
|
|
<sample time='44:48 min' depth='25.931 m' temp='5.7 C' />
|
|
|
|
<sample time='44:50 min' depth='26.033 m' />
|
|
|
|
<sample time='44:52 min' depth='26.095 m' />
|
|
|
|
<sample time='44:54 min' depth='26.054 m' />
|
|
|
|
<sample time='44:56 min' depth='26.033 m' />
|
|
|
|
<sample time='44:58 min' depth='25.901 m' />
|
|
|
|
<sample time='45:00 min' depth='25.86 m' temp='5.5 C' />
|
|
|
|
<sample time='45:02 min' depth='25.778 m' />
|
|
|
|
<sample time='45:04 min' depth='25.727 m' />
|
|
|
|
<sample time='45:06 min' depth='25.656 m' />
|
|
|
|
<sample time='45:08 min' depth='25.574 m' />
|
|
|
|
<sample time='45:10 min' depth='25.585 m' />
|
|
|
|
<sample time='45:12 min' depth='25.574 m' />
|
|
|
|
<sample time='45:14 min' depth='25.554 m' />
|
|
|
|
<sample time='45:16 min' depth='25.605 m' />
|
|
|
|
<sample time='45:18 min' depth='25.564 m' />
|
|
|
|
<sample time='45:20 min' depth='25.564 m' />
|
|
|
|
<sample time='45:22 min' depth='25.503 m' />
|
|
|
|
<sample time='45:24 min' depth='25.523 m' temp='5.4 C' />
|
|
|
|
<sample time='45:26 min' depth='25.503 m' />
|
|
|
|
<sample time='45:28 min' depth='25.33 m' />
|
|
|
|
<sample time='45:30 min' depth='25.34 m' />
|
|
|
|
<sample time='45:32 min' depth='25.33 m' />
|
|
|
|
<sample time='45:34 min' depth='25.411 m' />
|
|
|
|
<sample time='45:36 min' depth='25.534 m' />
|
|
|
|
<sample time='45:38 min' depth='25.564 m' />
|
|
|
|
<sample time='45:40 min' depth='25.625 m' />
|
|
|
|
<sample time='45:42 min' depth='25.615 m' />
|
|
|
|
<sample time='45:44 min' depth='25.513 m' />
|
|
|
|
<sample time='45:46 min' depth='25.279 m' />
|
|
|
|
<sample time='45:48 min' depth='25.167 m' />
|
|
|
|
<sample time='45:50 min' depth='24.952 m' />
|
|
|
|
<sample time='45:52 min' depth='24.667 m' />
|
|
|
|
<sample time='45:54 min' depth='24.341 m' />
|
|
|
|
<sample time='45:56 min' depth='24.065 m' />
|
|
|
|
<sample time='45:58 min' depth='23.77 m' />
|
|
|
|
<sample time='46:00 min' depth='23.453 m' />
|
|
|
|
<sample time='46:02 min' depth='22.821 m' />
|
|
|
|
<sample time='46:04 min' depth='22.424 m' />
|
|
|
|
<sample time='46:06 min' depth='22.526 m' />
|
|
|
|
<sample time='46:08 min' depth='22.22 m' />
|
|
|
|
<sample time='46:10 min' depth='21.791 m' />
|
|
|
|
<sample time='46:12 min' depth='21.169 m' temp='5.6 C' />
|
|
|
|
<sample time='46:14 min' depth='20.965 m' />
|
|
|
|
<sample time='46:16 min' depth='21.088 m' />
|
|
|
|
<sample time='46:18 min' depth='20.914 m' />
|
|
|
|
<sample time='46:20 min' depth='20.772 m' />
|
|
|
|
<sample time='46:22 min' depth='20.7 m' />
|
|
|
|
<sample time='46:24 min' depth='20.608 m' temp='6.0 C' cns='20%' />
|
|
|
|
<sample time='46:26 min' depth='20.466 m' />
|
|
|
|
<sample time='46:28 min' depth='20.313 m' />
|
|
|
|
<sample time='46:30 min' depth='20.119 m' />
|
|
|
|
<sample time='46:32 min' depth='19.946 m' />
|
|
|
|
<sample time='46:34 min' depth='19.946 m' />
|
|
|
|
<sample time='46:36 min' depth='19.956 m' temp='6.3 C' />
|
|
|
|
<sample time='46:38 min' depth='19.997 m' />
|
|
|
|
<sample time='46:40 min' depth='19.997 m' />
|
|
|
|
<sample time='46:42 min' depth='19.946 m' />
|
|
|
|
<sample time='46:44 min' depth='19.915 m' />
|
|
|
|
<sample time='46:46 min' depth='19.915 m' />
|
|
|
|
<sample time='46:48 min' depth='19.711 m' temp='6.6 C' />
|
|
|
|
<sample time='46:50 min' depth='19.997 m' />
|
|
|
|
<sample time='46:52 min' depth='20.099 m' />
|
|
|
|
<sample time='46:54 min' depth='20.109 m' />
|
|
|
|
<sample time='46:56 min' depth='20.139 m' />
|
|
|
|
<sample time='46:58 min' depth='20.119 m' />
|
|
|
|
<sample time='47:00 min' depth='20.099 m' temp='6.9 C' />
|
|
|
|
<sample time='47:02 min' depth='20.15 m' />
|
|
|
|
<sample time='47:04 min' depth='20.201 m' />
|
|
|
|
<sample time='47:06 min' depth='20.343 m' />
|
|
|
|
<sample time='47:08 min' depth='20.394 m' />
|
|
|
|
<sample time='47:10 min' depth='20.456 m' />
|
|
|
|
<sample time='47:12 min' depth='20.557 m' temp='7.0 C' />
|
|
|
|
<sample time='47:14 min' depth='20.68 m' />
|
|
|
|
<sample time='47:16 min' depth='20.761 m' />
|
|
|
|
<sample time='47:18 min' depth='20.843 m' />
|
|
|
|
<sample time='47:20 min' depth='20.884 m' />
|
|
|
|
<sample time='47:22 min' depth='20.904 m' />
|
|
|
|
<sample time='47:24 min' depth='20.874 m' temp='7.1 C' />
|
|
|
|
<sample time='47:26 min' depth='20.884 m' />
|
|
|
|
<sample time='47:28 min' depth='20.853 m' />
|
|
|
|
<sample time='47:30 min' depth='20.792 m' />
|
|
|
|
<sample time='47:32 min' depth='20.772 m' />
|
|
|
|
<sample time='47:34 min' depth='20.721 m' />
|
|
|
|
<sample time='47:36 min' depth='20.7 m' />
|
|
|
|
<sample time='47:38 min' depth='20.68 m' />
|
|
|
|
<sample time='47:40 min' depth='20.659 m' />
|
|
|
|
<sample time='47:42 min' depth='20.68 m' />
|
|
|
|
<sample time='47:44 min' depth='20.721 m' />
|
|
|
|
<sample time='47:46 min' depth='20.792 m' />
|
|
|
|
<sample time='47:48 min' depth='20.7 m' temp='7.0 C' />
|
|
|
|
<sample time='47:50 min' depth='20.629 m' />
|
|
|
|
<sample time='47:52 min' depth='20.557 m' />
|
|
|
|
<sample time='47:54 min' depth='20.527 m' />
|
|
|
|
<sample time='47:56 min' depth='20.445 m' />
|
|
|
|
<sample time='47:58 min' depth='20.445 m' />
|
|
|
|
<sample time='48:00 min' depth='20.241 m' />
|
|
|
|
<sample time='48:02 min' depth='20.17 m' />
|
|
|
|
<sample time='48:04 min' depth='20.099 m' />
|
|
|
|
<sample time='48:06 min' depth='20.068 m' />
|
|
|
|
<sample time='48:08 min' depth='20.007 m' />
|
|
|
|
<sample time='48:10 min' depth='20.17 m' />
|
|
|
|
<sample time='48:12 min' depth='19.823 m' temp='7.1 C' in_deco='0' stopdepth='0.0 m' />
|
|
|
|
<sample time='48:14 min' depth='19.803 m' />
|
|
|
|
<sample time='48:16 min' depth='19.772 m' />
|
|
|
|
<sample time='48:18 min' depth='19.742 m' />
|
|
|
|
<sample time='48:20 min' depth='19.385 m' />
|
|
|
|
<sample time='48:22 min' depth='19.069 m' />
|
|
|
|
<sample time='48:24 min' depth='19.466 m' temp='7.2 C' cns='21%' />
|
|
|
|
<sample time='48:26 min' depth='19.456 m' />
|
|
|
|
<sample time='48:28 min' depth='19.436 m' />
|
|
|
|
<sample time='48:30 min' depth='19.405 m' />
|
|
|
|
<sample time='48:32 min' depth='19.375 m' />
|
|
|
|
<sample time='48:34 min' depth='19.313 m' />
|
|
|
|
<sample time='48:36 min' depth='19.222 m' temp='7.4 C' />
|
|
|
|
<sample time='48:38 min' depth='19.12 m' />
|
|
|
|
<sample time='48:40 min' depth='19.008 m' />
|
|
|
|
<sample time='48:42 min' depth='18.916 m' />
|
|
|
|
<sample time='48:44 min' depth='18.793 m' />
|
|
|
|
<sample time='48:46 min' depth='18.742 m' />
|
|
|
|
<sample time='48:48 min' depth='18.691 m' temp='7.6 C' />
|
|
|
|
<sample time='48:50 min' depth='18.589 m' />
|
|
|
|
<sample time='48:52 min' depth='18.528 m' />
|
|
|
|
<sample time='48:54 min' depth='18.508 m' />
|
|
|
|
<sample time='48:56 min' depth='18.61 m' />
|
|
|
|
<sample time='48:58 min' depth='18.63 m' />
|
|
|
|
<sample time='49:00 min' depth='18.793 m' temp='7.8 C' />
|
|
|
|
<sample time='49:02 min' depth='18.773 m' />
|
|
|
|
<sample time='49:04 min' depth='18.569 m' />
|
|
|
|
<sample time='49:06 min' depth='18.447 m' />
|
|
|
|
<sample time='49:08 min' depth='18.334 m' />
|
|
|
|
<sample time='49:10 min' depth='18.385 m' />
|
|
|
|
<sample time='49:12 min' depth='18.416 m' temp='8.0 C' />
|
|
|
|
<sample time='49:14 min' depth='18.436 m' />
|
|
|
|
<sample time='49:16 min' depth='18.498 m' />
|
|
|
|
<sample time='49:18 min' depth='18.508 m' />
|
|
|
|
<sample time='49:20 min' depth='18.559 m' />
|
|
|
|
<sample time='49:22 min' depth='18.487 m' />
|
|
|
|
<sample time='49:24 min' depth='18.406 m' temp='8.1 C' />
|
|
|
|
<sample time='49:26 min' depth='18.345 m' />
|
|
|
|
<sample time='49:28 min' depth='18.273 m' />
|
|
|
|
<sample time='49:30 min' depth='18.222 m' />
|
|
|
|
<sample time='49:32 min' depth='18.12 m' />
|
|
|
|
<sample time='49:34 min' depth='18.09 m' />
|
|
|
|
<sample time='49:36 min' depth='18.029 m' temp='8.3 C' />
|
|
|
|
<sample time='49:38 min' depth='18.049 m' />
|
|
|
|
<sample time='49:40 min' depth='18.141 m' />
|
|
|
|
<sample time='49:42 min' depth='18.182 m' />
|
|
|
|
<sample time='49:44 min' depth='18.131 m' />
|
|
|
|
<sample time='49:46 min' depth='18.049 m' />
|
|
|
|
<sample time='49:48 min' depth='18.069 m' temp='8.6 C' />
|
|
|
|
<sample time='49:50 min' depth='18.029 m' />
|
|
|
|
<sample time='49:52 min' depth='17.947 m' />
|
|
|
|
<sample time='49:54 min' depth='17.865 m' />
|
|
|
|
<sample time='49:56 min' depth='17.774 m' />
|
|
|
|
<sample time='49:58 min' depth='17.651 m' />
|
|
|
|
<sample time='50:00 min' depth='17.641 m' temp='8.8 C' />
|
|
|
|
<sample time='50:02 min' depth='17.478 m' />
|
|
|
|
<sample time='50:04 min' depth='17.233 m' />
|
|
|
|
<sample time='50:06 min' depth='16.734 m' />
|
|
|
|
<sample time='50:08 min' depth='16.897 m' />
|
|
|
|
<sample time='50:10 min' depth='16.907 m' />
|
|
|
|
<sample time='50:12 min' depth='17.019 m' temp='9.1 C' />
|
|
|
|
<sample time='50:14 min' depth='16.815 m' />
|
|
|
|
<sample time='50:16 min' depth='16.764 m' />
|
|
|
|
<sample time='50:18 min' depth='16.632 m' />
|
|
|
|
<sample time='50:20 min' depth='16.499 m' />
|
|
|
|
<sample time='50:22 min' depth='16.295 m' />
|
|
|
|
<sample time='50:24 min' depth='16.183 m' temp='9.4 C' cns='22%' />
|
|
|
|
<sample time='50:26 min' depth='16.112 m' />
|
|
|
|
<sample time='50:28 min' depth='16.163 m' />
|
|
|
|
<sample time='50:30 min' depth='16.101 m' />
|
|
|
|
<sample time='50:32 min' depth='15.969 m' />
|
|
|
|
<sample time='50:34 min' depth='15.959 m' />
|
|
|
|
<sample time='50:36 min' depth='15.704 m' temp='9.5 C' />
|
|
|
|
<sample time='50:38 min' depth='15.122 m' />
|
|
|
|
<sample time='50:40 min' depth='14.898 m' />
|
|
|
|
<sample time='50:42 min' depth='15.204 m' />
|
|
|
|
<sample time='50:44 min' depth='15.133 m' />
|
|
|
|
<sample time='50:46 min' depth='15.082 m' />
|
|
|
|
<sample time='50:48 min' depth='15.0 m' temp='9.7 C' />
|
|
|
|
<sample time='50:50 min' depth='14.969 m' />
|
|
|
|
<sample time='50:52 min' depth='14.918 m' />
|
|
|
|
<sample time='50:54 min' depth='14.745 m' />
|
|
|
|
<sample time='50:56 min' depth='14.613 m' />
|
|
|
|
<sample time='50:58 min' depth='14.511 m' />
|
|
|
|
<sample time='51:00 min' depth='14.47 m' temp='9.8 C' />
|
|
|
|
<sample time='51:02 min' depth='14.47 m' />
|
|
|
|
<sample time='51:04 min' depth='14.48 m' />
|
|
|
|
<sample time='51:06 min' depth='14.46 m' />
|
|
|
|
<sample time='51:08 min' depth='14.419 m' />
|
|
|
|
<sample time='51:10 min' depth='14.276 m' />
|
|
|
|
<sample time='51:12 min' depth='14.276 m' />
|
|
|
|
<sample time='51:14 min' depth='14.256 m' />
|
|
|
|
<sample time='51:16 min' depth='14.225 m' />
|
|
|
|
<sample time='51:18 min' depth='14.194 m' />
|
|
|
|
<sample time='51:20 min' depth='14.184 m' />
|
|
|
|
<sample time='51:22 min' depth='14.082 m' />
|
|
|
|
<sample time='51:24 min' depth='14.001 m' temp='9.9 C' />
|
|
|
|
<sample time='51:26 min' depth='13.899 m' />
|
|
|
|
<sample time='51:28 min' depth='13.868 m' />
|
|
|
|
<sample time='51:30 min' depth='13.899 m' />
|
|
|
|
<sample time='51:32 min' depth='14.001 m' />
|
|
|
|
<sample time='51:34 min' depth='13.991 m' />
|
|
|
|
<sample time='51:36 min' depth='14.031 m' ndl='240:00 min' />
|
|
|
|
<sample time='51:38 min' depth='14.133 m' />
|
|
|
|
<sample time='51:40 min' depth='14.164 m' />
|
|
|
|
<sample time='51:42 min' depth='14.184 m' />
|
|
|
|
<sample time='51:44 min' depth='14.215 m' />
|
|
|
|
<sample time='51:46 min' depth='14.092 m' />
|
|
|
|
<sample time='51:48 min' depth='13.664 m' />
|
|
|
|
<sample time='51:50 min' depth='13.379 m' />
|
|
|
|
<sample time='51:52 min' depth='13.746 m' />
|
|
|
|
<sample time='51:54 min' depth='13.674 m' />
|
|
|
|
<sample time='51:56 min' depth='13.634 m' />
|
|
|
|
<sample time='51:58 min' depth='13.685 m' />
|
|
|
|
<sample time='52:00 min' depth='13.654 m' />
|
|
|
|
<sample time='52:02 min' depth='13.572 m' />
|
|
|
|
<sample time='52:04 min' depth='13.501 m' />
|
|
|
|
<sample time='52:06 min' depth='13.501 m' />
|
|
|
|
<sample time='52:08 min' depth='13.552 m' />
|
|
|
|
<sample time='52:10 min' depth='13.664 m' />
|
|
|
|
<sample time='52:12 min' depth='13.664 m' />
|
|
|
|
<sample time='52:14 min' depth='13.705 m' />
|
|
|
|
<sample time='52:16 min' depth='13.685 m' />
|
|
|
|
<sample time='52:18 min' depth='13.634 m' />
|
|
|
|
<sample time='52:20 min' depth='13.593 m' />
|
|
|
|
<sample time='52:22 min' depth='13.511 m' />
|
|
|
|
<sample time='52:24 min' depth='13.419 m' />
|
|
|
|
<sample time='52:26 min' depth='13.348 m' />
|
|
|
|
<sample time='52:28 min' depth='13.093 m' />
|
|
|
|
<sample time='52:30 min' depth='12.716 m' />
|
|
|
|
<sample time='52:32 min' depth='12.543 m' />
|
|
|
|
<sample time='52:34 min' depth='12.655 m' />
|
|
|
|
<sample time='52:36 min' depth='12.43 m' />
|
|
|
|
<sample time='52:38 min' depth='12.308 m' />
|
|
|
|
<sample time='52:40 min' depth='12.247 m' />
|
|
|
|
<sample time='52:42 min' depth='12.145 m' />
|
|
|
|
<sample time='52:44 min' depth='11.92 m' />
|
|
|
|
<sample time='52:46 min' depth='11.574 m' />
|
|
|
|
<sample time='52:48 min' depth='11.951 m' cns='23%' />
|
|
|
|
<sample time='52:50 min' depth='11.869 m' />
|
|
|
|
<sample time='52:52 min' depth='11.839 m' />
|
|
|
|
<sample time='52:54 min' depth='11.808 m' />
|
|
|
|
<sample time='52:56 min' depth='11.737 m' />
|
|
|
|
<sample time='52:58 min' depth='11.727 m' />
|
|
|
|
<sample time='53:00 min' depth='11.757 m' />
|
|
|
|
<sample time='53:02 min' depth='11.737 m' />
|
|
|
|
<sample time='53:04 min' depth='11.574 m' />
|
|
|
|
<sample time='53:06 min' depth='11.268 m' />
|
|
|
|
<sample time='53:08 min' depth='11.574 m' />
|
|
|
|
<sample time='53:10 min' depth='11.462 m' />
|
|
|
|
<sample time='53:12 min' depth='11.492 m' />
|
|
|
|
<sample time='53:14 min' depth='11.421 m' />
|
|
|
|
<sample time='53:16 min' depth='11.37 m' />
|
|
|
|
<sample time='53:18 min' depth='11.258 m' />
|
|
|
|
<sample time='53:20 min' depth='11.329 m' />
|
|
|
|
<sample time='53:22 min' depth='11.044 m' />
|
|
|
|
<sample time='53:24 min' depth='10.778 m' />
|
|
|
|
<sample time='53:26 min' depth='10.197 m' />
|
|
|
|
<sample time='53:28 min' depth='9.912 m' />
|
|
|
|
<sample time='53:30 min' depth='10.279 m' />
|
|
|
|
<sample time='53:32 min' depth='10.258 m' />
|
|
|
|
<sample time='53:34 min' depth='10.238 m' />
|
|
|
|
<sample time='53:36 min' depth='10.258 m' />
|
|
|
|
<sample time='53:38 min' depth='10.279 m' />
|
|
|
|
<sample time='53:40 min' depth='10.238 m' />
|
|
|
|
<sample time='53:42 min' depth='9.932 m' />
|
|
|
|
<sample time='53:44 min' depth='9.473 m' />
|
|
|
|
<sample time='53:46 min' depth='9.728 m' />
|
|
|
|
<sample time='53:48 min' depth='9.718 m' />
|
|
|
|
<sample time='53:50 min' depth='9.647 m' />
|
|
|
|
<sample time='53:52 min' depth='9.687 m' />
|
|
|
|
<sample time='53:54 min' depth='9.698 m' />
|
|
|
|
<sample time='53:56 min' depth='9.708 m' />
|
|
|
|
<sample time='53:58 min' depth='9.85 m' />
|
|
|
|
<sample time='54:00 min' depth='9.861 m' />
|
|
|
|
<sample time='54:02 min' depth='9.81 m' />
|
|
|
|
<sample time='54:04 min' depth='9.759 m' />
|
|
|
|
<sample time='54:06 min' depth='9.596 m' />
|
|
|
|
<sample time='54:08 min' depth='9.167 m' />
|
|
|
|
<sample time='54:10 min' depth='8.698 m' />
|
|
|
|
<sample time='54:12 min' depth='8.433 m' temp='10.0 C' />
|
|
|
|
<sample time='54:14 min' depth='8.708 m' />
|
|
|
|
<sample time='54:16 min' depth='8.627 m' />
|
|
|
|
<sample time='54:18 min' depth='8.627 m' />
|
|
|
|
<sample time='54:20 min' depth='8.698 m' />
|
|
|
|
<sample time='54:22 min' depth='8.688 m' />
|
|
|
|
<sample time='54:24 min' depth='8.668 m' />
|
|
|
|
<sample time='54:26 min' depth='8.678 m' />
|
|
|
|
<sample time='54:28 min' depth='8.698 m' />
|
|
|
|
<sample time='54:30 min' depth='8.698 m' />
|
|
|
|
<sample time='54:32 min' depth='8.719 m' />
|
|
|
|
<sample time='54:34 min' depth='8.759 m' />
|
|
|
|
<sample time='54:36 min' depth='8.739 m' />
|
|
|
|
<sample time='54:38 min' depth='8.678 m' />
|
|
|
|
<sample time='54:40 min' depth='8.606 m' />
|
|
|
|
<sample time='54:42 min' depth='8.453 m' />
|
|
|
|
<sample time='54:44 min' depth='8.372 m' />
|
|
|
|
<sample time='54:46 min' depth='8.321 m' />
|
|
|
|
<sample time='54:48 min' depth='8.3 m' cns='24%' />
|
|
|
|
<sample time='54:50 min' depth='8.239 m' />
|
|
|
|
<sample time='54:52 min' depth='8.148 m' />
|
|
|
|
<sample time='54:54 min' depth='8.056 m' />
|
|
|
|
<sample time='54:56 min' depth='7.913 m' />
|
|
|
|
<sample time='54:58 min' depth='7.78 m' />
|
|
|
|
<sample time='55:00 min' depth='7.23 m' />
|
|
|
|
<sample time='55:02 min' depth='6.995 m' />
|
|
|
|
<sample time='55:04 min' depth='7.291 m' />
|
|
|
|
<sample time='55:06 min' depth='7.158 m' />
|
|
|
|
<sample time='55:08 min' depth='7.097 m' />
|
|
|
|
<sample time='55:10 min' depth='7.138 m' />
|
|
|
|
<sample time='55:12 min' depth='7.077 m' />
|
|
|
|
<sample time='55:14 min' depth='7.077 m' />
|
|
|
|
<sample time='55:16 min' depth='6.965 m' />
|
|
|
|
<sample time='55:18 min' depth='6.954 m' />
|
|
|
|
<sample time='55:20 min' depth='6.883 m' />
|
|
|
|
<sample time='55:22 min' depth='6.873 m' />
|
|
|
|
<sample time='55:24 min' depth='6.873 m' temp='10.1 C' />
|
|
|
|
<sample time='55:26 min' depth='6.842 m' />
|
|
|
|
<sample time='55:28 min' depth='6.842 m' />
|
|
|
|
<sample time='55:30 min' depth='6.812 m' />
|
|
|
|
<sample time='55:32 min' depth='6.852 m' />
|
|
|
|
<sample time='55:34 min' depth='6.771 m' />
|
|
|
|
<sample time='55:36 min' depth='6.751 m' />
|
|
|
|
<sample time='55:38 min' depth='6.638 m' />
|
|
|
|
<sample time='55:40 min' depth='6.628 m' />
|
|
|
|
<sample time='55:42 min' depth='6.628 m' />
|
|
|
|
<sample time='55:44 min' depth='6.689 m' />
|
|
|
|
<sample time='55:46 min' depth='6.863 m' />
|
|
|
|
<sample time='55:48 min' depth='6.863 m' temp='10.0 C' />
|
|
|
|
<sample time='55:50 min' depth='6.863 m' />
|
|
|
|
<sample time='55:52 min' depth='6.771 m' />
|
|
|
|
<sample time='55:54 min' depth='6.7 m' />
|
|
|
|
<sample time='55:56 min' depth='6.098 m' />
|
|
|
|
<sample time='55:58 min' depth='5.731 m' />
|
|
|
|
<sample time='56:00 min' depth='6.057 m' />
|
|
|
|
<sample time='56:02 min' depth='6.098 m' />
|
|
|
|
<sample time='56:04 min' depth='6.098 m' />
|
|
|
|
<sample time='56:06 min' depth='6.21 m' />
|
|
|
|
<sample time='56:08 min' depth='6.445 m' />
|
|
|
|
<sample time='56:10 min' depth='6.7 m' />
|
|
|
|
<sample time='56:12 min' depth='6.751 m' />
|
|
|
|
<sample time='56:14 min' depth='6.852 m' />
|
|
|
|
<sample time='56:16 min' depth='6.557 m' />
|
|
|
|
<sample time='56:18 min' depth='6.312 m' />
|
|
|
|
<sample time='56:20 min' depth='6.424 m' />
|
|
|
|
<sample time='56:22 min' depth='6.434 m' />
|
|
|
|
<sample time='56:24 min' depth='6.506 m' />
|
|
|
|
<sample time='56:26 min' depth='6.618 m' />
|
|
|
|
<sample time='56:28 min' depth='6.72 m' />
|
|
|
|
<sample time='56:30 min' depth='6.822 m' />
|
|
|
|
<sample time='56:32 min' depth='6.852 m' />
|
|
|
|
<sample time='56:34 min' depth='6.863 m' />
|
|
|
|
<sample time='56:36 min' depth='6.781 m' />
|
|
|
|
<sample time='56:38 min' depth='6.751 m' />
|
|
|
|
<sample time='56:40 min' depth='6.7 m' />
|
|
|
|
<sample time='56:42 min' depth='6.618 m' />
|
|
|
|
<sample time='56:44 min' depth='6.506 m' />
|
|
|
|
<sample time='56:46 min' depth='6.414 m' />
|
|
|
|
<sample time='56:48 min' depth='6.394 m' />
|
|
|
|
<sample time='56:50 min' depth='6.404 m' />
|
|
|
|
<sample time='56:52 min' depth='6.424 m' />
|
|
|
|
<sample time='56:54 min' depth='6.475 m' />
|
|
|
|
<sample time='56:56 min' depth='6.516 m' />
|
|
|
|
<sample time='56:58 min' depth='6.557 m' />
|
|
|
|
<sample time='57:00 min' depth='6.598 m' />
|
|
|
|
<sample time='57:02 min' depth='6.649 m' />
|
|
|
|
<sample time='57:04 min' depth='6.679 m' />
|
|
|
|
<sample time='57:06 min' depth='6.74 m' />
|
|
|
|
<sample time='57:08 min' depth='6.761 m' />
|
|
|
|
<sample time='57:10 min' depth='6.791 m' />
|
|
|
|
<sample time='57:12 min' depth='6.934 m' cns='25%' />
|
|
|
|
<sample time='57:14 min' depth='6.873 m' />
|
|
|
|
<sample time='57:16 min' depth='6.903 m' />
|
|
|
|
<sample time='57:18 min' depth='6.924 m' />
|
|
|
|
<sample time='57:20 min' depth='6.903 m' />
|
|
|
|
<sample time='57:22 min' depth='6.883 m' />
|
|
|
|
<sample time='57:24 min' depth='6.965 m' />
|
|
|
|
<sample time='57:26 min' depth='6.965 m' />
|
|
|
|
<sample time='57:28 min' depth='6.985 m' />
|
|
|
|
<sample time='57:30 min' depth='6.995 m' />
|
|
|
|
<sample time='57:32 min' depth='7.077 m' />
|
|
|
|
<sample time='57:34 min' depth='7.169 m' />
|
|
|
|
<sample time='57:36 min' depth='7.24 m' />
|
|
|
|
<sample time='57:38 min' depth='7.322 m' />
|
|
|
|
<sample time='57:40 min' depth='7.424 m' />
|
|
|
|
<sample time='57:42 min' depth='7.526 m' />
|
|
|
|
<sample time='57:44 min' depth='7.607 m' />
|
|
|
|
<sample time='57:46 min' depth='7.678 m' />
|
|
|
|
<sample time='57:48 min' depth='7.791 m' />
|
|
|
|
<sample time='57:50 min' depth='7.678 m' />
|
|
|
|
<sample time='57:52 min' depth='7.444 m' />
|
|
|
|
<sample time='57:54 min' depth='7.373 m' />
|
|
|
|
<sample time='57:56 min' depth='7.413 m' />
|
|
|
|
<sample time='57:58 min' depth='7.373 m' />
|
|
|
|
<sample time='58:00 min' depth='7.383 m' />
|
|
|
|
<sample time='58:02 min' depth='7.403 m' />
|
|
|
|
<sample time='58:04 min' depth='7.464 m' />
|
|
|
|
<sample time='58:06 min' depth='7.413 m' />
|
|
|
|
<sample time='58:08 min' depth='7.464 m' />
|
|
|
|
<sample time='58:10 min' depth='7.393 m' />
|
|
|
|
<sample time='58:12 min' depth='7.291 m' />
|
|
|
|
<sample time='58:14 min' depth='7.107 m' />
|
|
|
|
<sample time='58:16 min' depth='6.985 m' />
|
|
|
|
<sample time='58:18 min' depth='6.975 m' />
|
|
|
|
<sample time='58:20 min' depth='6.893 m' />
|
|
|
|
<sample time='58:22 min' depth='6.771 m' />
|
|
|
|
<sample time='58:24 min' depth='6.72 m' />
|
|
|
|
<sample time='58:26 min' depth='6.557 m' />
|
|
|
|
<sample time='58:28 min' depth='6.261 m' />
|
|
|
|
<sample time='58:30 min' depth='5.751 m' />
|
|
|
|
<sample time='58:32 min' depth='5.843 m' />
|
|
|
|
<sample time='58:34 min' depth='5.639 m' />
|
|
|
|
<sample time='58:36 min' depth='5.506 m' />
|
|
|
|
<sample time='58:38 min' depth='5.578 m' />
|
|
|
|
<sample time='58:40 min' depth='5.629 m' />
|
|
|
|
<sample time='58:42 min' depth='5.731 m' />
|
|
|
|
<sample time='58:44 min' depth='5.853 m' />
|
|
|
|
<sample time='58:46 min' depth='5.925 m' />
|
|
|
|
<sample time='58:48 min' depth='5.996 m' />
|
|
|
|
<sample time='58:50 min' depth='6.037 m' />
|
|
|
|
<sample time='58:52 min' depth='6.057 m' />
|
|
|
|
<sample time='58:54 min' depth='6.108 m' />
|
|
|
|
<sample time='58:56 min' depth='6.108 m' />
|
|
|
|
<sample time='58:58 min' depth='6.128 m' />
|
|
|
|
<sample time='59:00 min' depth='6.2 m' />
|
|
|
|
<sample time='59:02 min' depth='6.19 m' />
|
|
|
|
<sample time='59:04 min' depth='6.179 m' />
|
|
|
|
<sample time='59:06 min' depth='6.128 m' />
|
|
|
|
<sample time='59:08 min' depth='6.027 m' />
|
|
|
|
<sample time='59:10 min' depth='5.945 m' />
|
|
|
|
<sample time='59:12 min' depth='5.976 m' cns='26%' />
|
|
|
|
<sample time='59:14 min' depth='6.027 m' />
|
|
|
|
<sample time='59:16 min' depth='6.108 m' />
|
|
|
|
<sample time='59:18 min' depth='6.22 m' />
|
|
|
|
<sample time='59:20 min' depth='6.261 m' />
|
|
|
|
<sample time='59:22 min' depth='6.281 m' />
|
|
|
|
<sample time='59:24 min' depth='6.332 m' />
|
|
|
|
<sample time='59:26 min' depth='6.343 m' />
|
|
|
|
<sample time='59:28 min' depth='6.445 m' />
|
|
|
|
<sample time='59:30 min' depth='6.445 m' />
|
|
|
|
<sample time='59:32 min' depth='6.506 m' />
|
|
|
|
<sample time='59:34 min' depth='6.577 m' />
|
|
|
|
<sample time='59:36 min' depth='6.618 m' />
|
|
|
|
<sample time='59:38 min' depth='6.618 m' />
|
|
|
|
<sample time='59:40 min' depth='6.649 m' />
|
|
|
|
<sample time='59:42 min' depth='6.689 m' />
|
|
|
|
<sample time='59:44 min' depth='6.669 m' />
|
|
|
|
<sample time='59:46 min' depth='6.689 m' />
|
|
|
|
<sample time='59:48 min' depth='6.7 m' />
|
|
|
|
<sample time='59:50 min' depth='6.74 m' />
|
|
|
|
<sample time='59:52 min' depth='6.761 m' />
|
|
|
|
<sample time='59:54 min' depth='6.832 m' />
|
|
|
|
<sample time='59:56 min' depth='6.893 m' />
|
|
|
|
<sample time='59:58 min' depth='6.863 m' />
|
|
|
|
<sample time='60:00 min' depth='6.852 m' />
|
|
|
|
<sample time='60:02 min' depth='6.852 m' />
|
|
|
|
<sample time='60:04 min' depth='6.781 m' />
|
|
|
|
<sample time='60:06 min' depth='6.802 m' />
|
|
|
|
<sample time='60:08 min' depth='6.751 m' />
|
|
|
|
<sample time='60:10 min' depth='6.771 m' />
|
|
|
|
<sample time='60:12 min' depth='6.771 m' />
|
|
|
|
<sample time='60:14 min' depth='6.761 m' />
|
|
|
|
<sample time='60:16 min' depth='6.771 m' />
|
|
|
|
<sample time='60:18 min' depth='6.751 m' />
|
|
|
|
<sample time='60:20 min' depth='6.7 m' />
|
|
|
|
<sample time='60:22 min' depth='6.659 m' />
|
|
|
|
<sample time='60:24 min' depth='6.587 m' />
|
|
|
|
<sample time='60:26 min' depth='6.526 m' />
|
|
|
|
<sample time='60:28 min' depth='6.475 m' />
|
|
|
|
<sample time='60:30 min' depth='6.455 m' />
|
|
|
|
<sample time='60:32 min' depth='6.434 m' />
|
|
|
|
<sample time='60:34 min' depth='6.424 m' />
|
|
|
|
<sample time='60:36 min' depth='6.414 m' />
|
|
|
|
<sample time='60:38 min' depth='6.394 m' />
|
|
|
|
<sample time='60:40 min' depth='6.383 m' />
|
|
|
|
<sample time='60:42 min' depth='6.363 m' />
|
|
|
|
<sample time='60:44 min' depth='6.281 m' />
|
|
|
|
<sample time='60:46 min' depth='6.23 m' />
|
|
|
|
<sample time='60:48 min' depth='6.159 m' />
|
|
|
|
<sample time='60:50 min' depth='6.047 m' />
|
|
|
|
<sample time='60:52 min' depth='5.598 m' />
|
|
|
|
<sample time='60:54 min' depth='5.69 m' />
|
|
|
|
<sample time='60:56 min' depth='5.833 m' />
|
|
|
|
<sample time='60:58 min' depth='5.812 m' />
|
|
|
|
<sample time='61:00 min' depth='5.833 m' />
|
|
|
|
<sample time='61:02 min' depth='5.884 m' />
|
|
|
|
<sample time='61:04 min' depth='5.965 m' />
|
|
|
|
<sample time='61:06 min' depth='6.037 m' />
|
|
|
|
<sample time='61:08 min' depth='6.128 m' />
|
|
|
|
<sample time='61:10 min' depth='6.302 m' />
|
|
|
|
<sample time='61:12 min' depth='6.404 m' cns='27%' />
|
|
|
|
<sample time='61:14 min' depth='6.516 m' />
|
|
|
|
<sample time='61:16 min' depth='6.618 m' />
|
|
|
|
<sample time='61:18 min' depth='6.781 m' />
|
|
|
|
<sample time='61:20 min' depth='6.802 m' />
|
|
|
|
<sample time='61:22 min' depth='6.71 m' />
|
|
|
|
<sample time='61:24 min' depth='6.547 m' />
|
|
|
|
<sample time='61:26 min' depth='6.485 m' />
|
|
|
|
<sample time='61:28 min' depth='6.485 m' />
|
|
|
|
<sample time='61:30 min' depth='6.587 m' />
|
|
|
|
<sample time='61:32 min' depth='6.71 m' />
|
|
|
|
<sample time='61:34 min' depth='6.822 m' />
|
|
|
|
<sample time='61:36 min' depth='6.934 m' />
|
|
|
|
<sample time='61:38 min' depth='7.026 m' />
|
|
|
|
<sample time='61:40 min' depth='7.148 m' />
|
|
|
|
<sample time='61:42 min' depth='7.25 m' />
|
|
|
|
<sample time='61:44 min' depth='7.291 m' />
|
|
|
|
<sample time='61:46 min' depth='7.311 m' />
|
|
|
|
<sample time='61:48 min' depth='7.342 m' />
|
|
|
|
<sample time='61:50 min' depth='7.362 m' />
|
|
|
|
<sample time='61:52 min' depth='7.352 m' />
|
|
|
|
<sample time='61:54 min' depth='7.311 m' />
|
|
|
|
<sample time='61:56 min' depth='7.311 m' />
|
|
|
|
<sample time='61:58 min' depth='7.209 m' />
|
|
|
|
<sample time='62:00 min' depth='7.036 m' />
|
|
|
|
<sample time='62:02 min' depth='6.893 m' />
|
|
|
|
<sample time='62:04 min' depth='6.771 m' />
|
|
|
|
<sample time='62:06 min' depth='6.679 m' />
|
|
|
|
<sample time='62:08 min' depth='6.679 m' />
|
|
|
|
<sample time='62:10 min' depth='6.74 m' />
|
|
|
|
<sample time='62:12 min' depth='6.791 m' />
|
|
|
|
<sample time='62:14 min' depth='6.863 m' />
|
|
|
|
<sample time='62:16 min' depth='6.883 m' />
|
|
|
|
<sample time='62:18 min' depth='6.883 m' />
|
|
|
|
<sample time='62:20 min' depth='6.873 m' />
|
|
|
|
<sample time='62:22 min' depth='6.873 m' />
|
|
|
|
<sample time='62:24 min' depth='6.863 m' />
|
|
|
|
<sample time='62:26 min' depth='6.842 m' />
|
|
|
|
<sample time='62:28 min' depth='6.873 m' />
|
|
|
|
<sample time='62:30 min' depth='6.873 m' />
|
|
|
|
<sample time='62:32 min' depth='6.842 m' />
|
|
|
|
<sample time='62:34 min' depth='6.802 m' />
|
|
|
|
<sample time='62:36 min' depth='6.608 m' />
|
|
|
|
<sample time='62:38 min' depth='6.587 m' />
|
|
|
|
<sample time='62:40 min' depth='6.618 m' />
|
|
|
|
<sample time='62:42 min' depth='6.649 m' />
|
|
|
|
<sample time='62:44 min' depth='6.659 m' />
|
|
|
|
<sample time='62:46 min' depth='6.659 m' />
|
|
|
|
<sample time='62:48 min' depth='6.781 m' />
|
|
|
|
<sample time='62:50 min' depth='6.751 m' />
|
|
|
|
<sample time='62:52 min' depth='6.802 m' />
|
|
|
|
<sample time='62:54 min' depth='6.914 m' />
|
|
|
|
<sample time='62:56 min' depth='6.985 m' />
|
|
|
|
<sample time='62:58 min' depth='7.036 m' />
|
|
|
|
<sample time='63:00 min' depth='7.067 m' />
|
|
|
|
<sample time='63:02 min' depth='6.975 m' />
|
|
|
|
<sample time='63:04 min' depth='6.873 m' />
|
|
|
|
<sample time='63:06 min' depth='6.771 m' />
|
|
|
|
<sample time='63:08 min' depth='6.638 m' />
|
|
|
|
<sample time='63:10 min' depth='6.557 m' />
|
|
|
|
<sample time='63:12 min' depth='6.353 m' />
|
|
|
|
<sample time='63:14 min' depth='5.894 m' />
|
|
|
|
<sample time='63:16 min' depth='6.2 m' />
|
|
|
|
<sample time='63:18 min' depth='6.271 m' />
|
|
|
|
<sample time='63:20 min' depth='6.22 m' />
|
|
|
|
<sample time='63:22 min' depth='6.169 m' />
|
|
|
|
<sample time='63:24 min' depth='6.149 m' />
|
|
|
|
<sample time='63:26 min' depth='6.159 m' />
|
|
|
|
<sample time='63:28 min' depth='6.21 m' />
|
|
|
|
<sample time='63:30 min' depth='6.19 m' />
|
|
|
|
<sample time='63:32 min' depth='6.19 m' />
|
|
|
|
<sample time='63:34 min' depth='6.139 m' />
|
|
|
|
<sample time='63:36 min' depth='6.108 m' cns='28%' />
|
|
|
|
<sample time='63:38 min' depth='5.741 m' />
|
|
|
|
<sample time='63:40 min' depth='5.486 m' />
|
|
|
|
<sample time='63:42 min' depth='5.853 m' />
|
|
|
|
<sample time='63:44 min' depth='5.792 m' />
|
|
|
|
<sample time='63:46 min' depth='5.843 m' />
|
|
|
|
<sample time='63:48 min' depth='5.925 m' />
|
|
|
|
<sample time='63:50 min' depth='5.996 m' />
|
|
|
|
<sample time='63:52 min' depth='6.128 m' />
|
|
|
|
<sample time='63:54 min' depth='6.088 m' />
|
|
|
|
<sample time='63:56 min' depth='6.108 m' />
|
|
|
|
<sample time='63:58 min' depth='6.118 m' />
|
|
|
|
<sample time='64:00 min' depth='6.128 m' />
|
|
|
|
<sample time='64:02 min' depth='6.118 m' />
|
|
|
|
<sample time='64:04 min' depth='6.149 m' />
|
|
|
|
<sample time='64:06 min' depth='6.251 m' />
|
|
|
|
<sample time='64:08 min' depth='6.343 m' />
|
|
|
|
<sample time='64:10 min' depth='6.455 m' />
|
|
|
|
<sample time='64:12 min' depth='6.567 m' />
|
|
|
|
<sample time='64:14 min' depth='6.689 m' />
|
|
|
|
<sample time='64:16 min' depth='6.74 m' />
|
|
|
|
<sample time='64:18 min' depth='6.791 m' />
|
|
|
|
<sample time='64:20 min' depth='6.73 m' />
|
|
|
|
<sample time='64:22 min' depth='6.751 m' />
|
|
|
|
<sample time='64:24 min' depth='6.771 m' />
|
|
|
|
<sample time='64:26 min' depth='6.812 m' />
|
|
|
|
<sample time='64:28 min' depth='6.863 m' />
|
|
|
|
<sample time='64:30 min' depth='6.914 m' />
|
|
|
|
<sample time='64:32 min' depth='6.822 m' />
|
|
|
|
<sample time='64:34 min' depth='6.72 m' />
|
|
|
|
<sample time='64:36 min' depth='6.557 m' />
|
|
|
|
<sample time='64:38 min' depth='6.353 m' />
|
|
|
|
<sample time='64:40 min' depth='6.21 m' />
|
|
|
|
<sample time='64:42 min' depth='5.996 m' />
|
|
|
|
<sample time='64:44 min' depth='5.741 m' />
|
|
|
|
<sample time='64:46 min' depth='5.425 m' />
|
|
|
|
<sample time='64:48 min' depth='5.782 m' />
|
|
|
|
<sample time='64:50 min' depth='5.772 m' />
|
|
|
|
<sample time='64:52 min' depth='5.823 m' />
|
|
|
|
<sample time='64:54 min' depth='5.935 m' />
|
|
|
|
<sample time='64:56 min' depth='5.996 m' />
|
|
|
|
<sample time='64:58 min' depth='6.057 m' />
|
|
|
|
<sample time='65:00 min' depth='6.078 m' />
|
|
|
|
<sample time='65:02 min' depth='6.088 m' />
|
|
|
|
<sample time='65:04 min' depth='6.078 m' />
|
|
|
|
<sample time='65:06 min' depth='6.078 m' />
|
|
|
|
<sample time='65:08 min' depth='6.118 m' />
|
|
|
|
<sample time='65:10 min' depth='6.159 m' />
|
|
|
|
<sample time='65:12 min' depth='6.22 m' temp='10.1 C' />
|
|
|
|
<sample time='65:14 min' depth='6.322 m' />
|
|
|
|
<sample time='65:16 min' depth='6.455 m' />
|
|
|
|
<sample time='65:18 min' depth='6.638 m' />
|
|
|
|
<sample time='65:20 min' depth='6.638 m' />
|
|
|
|
<sample time='65:22 min' depth='6.72 m' />
|
|
|
|
<sample time='65:24 min' depth='6.689 m' temp='10.0 C' />
|
|
|
|
<sample time='65:26 min' depth='6.628 m' />
|
|
|
|
<sample time='65:28 min' depth='6.628 m' />
|
|
|
|
<sample time='65:30 min' depth='6.271 m' />
|
|
|
|
<sample time='65:32 min' depth='5.976 m' />
|
|
|
|
<sample time='65:34 min' depth='6.292 m' />
|
|
|
|
<sample time='65:36 min' depth='6.536 m' temp='10.1 C' cns='29%' />
|
|
|
|
<sample time='65:38 min' depth='6.669 m' />
|
|
|
|
<sample time='65:40 min' depth='6.842 m' />
|
|
|
|
<sample time='65:42 min' depth='7.026 m' />
|
|
|
|
<sample time='65:44 min' depth='7.005 m' />
|
|
|
|
<sample time='65:46 min' depth='7.016 m' />
|
|
|
|
<sample time='65:48 min' depth='7.005 m' temp='10.0 C' />
|
|
|
|
<sample time='65:50 min' depth='7.016 m' />
|
|
|
|
<sample time='65:52 min' depth='7.005 m' />
|
|
|
|
<sample time='65:54 min' depth='6.995 m' />
|
|
|
|
<sample time='65:56 min' depth='7.005 m' />
|
|
|
|
<sample time='65:58 min' depth='6.995 m' />
|
|
|
|
<sample time='66:00 min' depth='6.924 m' />
|
|
|
|
<sample time='66:02 min' depth='6.985 m' />
|
|
|
|
<sample time='66:04 min' depth='7.026 m' />
|
|
|
|
<sample time='66:06 min' depth='7.158 m' />
|
|
|
|
<sample time='66:08 min' depth='7.118 m' />
|
|
|
|
<sample time='66:10 min' depth='7.067 m' />
|
|
|
|
<sample time='66:12 min' depth='6.873 m' />
|
|
|
|
<sample time='66:14 min' depth='6.516 m' />
|
|
|
|
<sample time='66:16 min' depth='6.373 m' />
|
|
|
|
<sample time='66:18 min' depth='6.557 m' />
|
|
|
|
<sample time='66:20 min' depth='6.506 m' />
|
|
|
|
<sample time='66:22 min' depth='6.506 m' />
|
|
|
|
<sample time='66:24 min' depth='6.659 m' temp='10.1 C' />
|
|
|
|
<sample time='66:26 min' depth='6.74 m' />
|
|
|
|
<sample time='66:28 min' depth='6.751 m' />
|
|
|
|
<sample time='66:30 min' depth='6.812 m' />
|
|
|
|
<sample time='66:32 min' depth='6.832 m' />
|
|
|
|
<sample time='66:34 min' depth='6.842 m' />
|
|
|
|
<sample time='66:36 min' depth='6.781 m' temp='10.0 C' />
|
|
|
|
<sample time='66:38 min' depth='6.74 m' />
|
|
|
|
<sample time='66:40 min' depth='6.689 m' />
|
|
|
|
<sample time='66:42 min' depth='6.7 m' />
|
|
|
|
<sample time='66:44 min' depth='6.72 m' />
|
|
|
|
<sample time='66:46 min' depth='6.791 m' />
|
|
|
|
<sample time='66:48 min' depth='6.802 m' />
|
|
|
|
<sample time='66:50 min' depth='6.832 m' />
|
|
|
|
<sample time='66:52 min' depth='6.873 m' />
|
|
|
|
<sample time='66:54 min' depth='6.842 m' />
|
|
|
|
<sample time='66:56 min' depth='6.893 m' />
|
|
|
|
<sample time='66:58 min' depth='6.954 m' />
|
|
|
|
<sample time='67:00 min' depth='6.934 m' />
|
|
|
|
<sample time='67:02 min' depth='6.924 m' />
|
|
|
|
<sample time='67:04 min' depth='6.975 m' />
|
|
|
|
<sample time='67:06 min' depth='7.016 m' />
|
|
|
|
<sample time='67:08 min' depth='7.046 m' />
|
|
|
|
<sample time='67:10 min' depth='7.107 m' />
|
|
|
|
<sample time='67:12 min' depth='7.199 m' />
|
|
|
|
<sample time='67:14 min' depth='7.199 m' />
|
|
|
|
<sample time='67:16 min' depth='7.24 m' />
|
|
|
|
<sample time='67:18 min' depth='7.209 m' />
|
|
|
|
<sample time='67:20 min' depth='7.199 m' />
|
|
|
|
<sample time='67:22 min' depth='7.118 m' />
|
|
|
|
<sample time='67:24 min' depth='7.128 m' />
|
|
|
|
<sample time='67:26 min' depth='7.097 m' />
|
|
|
|
<sample time='67:28 min' depth='7.138 m' />
|
|
|
|
<sample time='67:30 min' depth='7.138 m' />
|
|
|
|
<sample time='67:32 min' depth='6.802 m' />
|
|
|
|
<sample time='67:34 min' depth='6.791 m' />
|
|
|
|
<sample time='67:36 min' depth='7.016 m' cns='30%' />
|
|
|
|
<sample time='67:38 min' depth='7.199 m' />
|
|
|
|
<sample time='67:40 min' depth='7.22 m' />
|
|
|
|
<sample time='67:42 min' depth='7.23 m' />
|
|
|
|
<sample time='67:44 min' depth='7.22 m' />
|
|
|
|
<sample time='67:46 min' depth='7.373 m' />
|
|
|
|
<sample time='67:48 min' depth='7.158 m' />
|
|
|
|
<sample time='67:50 min' depth='7.097 m' />
|
|
|
|
<sample time='67:52 min' depth='7.097 m' />
|
|
|
|
<sample time='67:54 min' depth='7.169 m' />
|
|
|
|
<sample time='67:56 min' depth='7.189 m' />
|
|
|
|
<sample time='67:58 min' depth='7.199 m' />
|
|
|
|
<sample time='68:00 min' depth='7.199 m' />
|
|
|
|
<sample time='68:02 min' depth='7.209 m' />
|
|
|
|
<sample time='68:04 min' depth='7.158 m' />
|
|
|
|
<sample time='68:06 min' depth='7.118 m' />
|
|
|
|
<sample time='68:08 min' depth='7.005 m' />
|
|
|
|
<sample time='68:10 min' depth='6.995 m' />
|
|
|
|
<sample time='68:12 min' depth='6.995 m' />
|
|
|
|
<sample time='68:14 min' depth='6.975 m' />
|
|
|
|
<sample time='68:16 min' depth='6.954 m' />
|
|
|
|
<sample time='68:18 min' depth='6.954 m' />
|
|
|
|
<sample time='68:20 min' depth='6.985 m' />
|
|
|
|
<sample time='68:22 min' depth='7.148 m' />
|
|
|
|
<sample time='68:24 min' depth='7.097 m' />
|
|
|
|
<sample time='68:26 min' depth='7.026 m' />
|
|
|
|
<sample time='68:28 min' depth='6.985 m' />
|
|
|
|
<sample time='68:30 min' depth='6.954 m' />
|
|
|
|
<sample time='68:32 min' depth='7.016 m' />
|
|
|
|
<sample time='68:34 min' depth='6.975 m' />
|
|
|
|
<sample time='68:36 min' depth='7.016 m' />
|
|
|
|
<sample time='68:38 min' depth='7.036 m' />
|
|
|
|
<sample time='68:40 min' depth='6.781 m' />
|
|
|
|
<sample time='68:42 min' depth='7.005 m' />
|
|
|
|
<sample time='68:44 min' depth='7.118 m' />
|
|
|
|
<sample time='68:46 min' depth='7.148 m' />
|
|
|
|
<sample time='68:48 min' depth='7.097 m' />
|
|
|
|
<sample time='68:50 min' depth='7.097 m' />
|
|
|
|
<sample time='68:52 min' depth='7.138 m' />
|
|
|
|
<sample time='68:54 min' depth='7.148 m' />
|
|
|
|
<sample time='68:56 min' depth='7.158 m' />
|
|
|
|
<sample time='68:58 min' depth='7.158 m' />
|
|
|
|
<sample time='69:00 min' depth='6.771 m' />
|
|
|
|
<sample time='69:02 min' depth='7.046 m' />
|
|
|
|
<sample time='69:04 min' depth='7.077 m' />
|
|
|
|
<sample time='69:06 min' depth='6.995 m' />
|
|
|
|
<sample time='69:08 min' depth='6.526 m' />
|
|
|
|
<sample time='69:10 min' depth='6.343 m' />
|
|
|
|
<sample time='69:12 min' depth='6.21 m' />
|
|
|
|
<sample time='69:14 min' depth='6.638 m' />
|
|
|
|
<sample time='69:16 min' depth='6.802 m' />
|
|
|
|
<sample time='69:18 min' depth='6.791 m' />
|
|
|
|
<sample time='69:20 min' depth='6.873 m' />
|
|
|
|
<sample time='69:22 min' depth='6.965 m' />
|
|
|
|
<sample time='69:24 min' depth='7.107 m' />
|
|
|
|
<sample time='69:26 min' depth='7.22 m' />
|
|
|
|
<sample time='69:28 min' depth='7.107 m' />
|
|
|
|
<sample time='69:30 min' depth='7.097 m' />
|
|
|
|
<sample time='69:32 min' depth='7.087 m' />
|
|
|
|
<sample time='69:34 min' depth='7.097 m' />
|
|
|
|
<sample time='69:36 min' depth='7.158 m' />
|
|
|
|
<sample time='69:38 min' depth='7.199 m' />
|
|
|
|
<sample time='69:40 min' depth='7.199 m' />
|
|
|
|
<sample time='69:42 min' depth='7.158 m' />
|
|
|
|
<sample time='69:44 min' depth='7.097 m' />
|
|
|
|
<sample time='69:46 min' depth='7.138 m' />
|
|
|
|
<sample time='69:48 min' depth='7.067 m' />
|
|
|
|
<sample time='69:50 min' depth='6.679 m' />
|
|
|
|
<sample time='69:52 min' depth='7.046 m' />
|
|
|
|
<sample time='69:54 min' depth='6.985 m' />
|
|
|
|
<sample time='69:56 min' depth='6.914 m' />
|
|
|
|
<sample time='69:58 min' depth='6.863 m' />
|
|
|
|
<sample time='70:00 min' depth='6.802 m' cns='31%' />
|
|
|
|
<sample time='70:02 min' depth='6.893 m' />
|
|
|
|
<sample time='70:04 min' depth='6.985 m' />
|
|
|
|
<sample time='70:06 min' depth='7.036 m' />
|
|
|
|
<sample time='70:08 min' depth='7.158 m' />
|
|
|
|
<sample time='70:10 min' depth='7.301 m' />
|
|
|
|
<sample time='70:12 min' depth='7.301 m' />
|
|
|
|
<sample time='70:14 min' depth='7.22 m' />
|
|
|
|
<sample time='70:16 min' depth='7.158 m' />
|
|
|
|
<sample time='70:18 min' depth='7.199 m' />
|
|
|
|
<sample time='70:20 min' depth='7.158 m' />
|
|
|
|
<sample time='70:22 min' depth='6.934 m' />
|
|
|
|
<sample time='70:24 min' depth='6.812 m' />
|
|
|
|
<sample time='70:26 min' depth='6.679 m' />
|
|
|
|
<sample time='70:28 min' depth='6.587 m' />
|
|
|
|
<sample time='70:30 min' depth='6.496 m' />
|
|
|
|
<sample time='70:32 min' depth='6.394 m' />
|
|
|
|
<sample time='70:34 min' depth='6.179 m' />
|
|
|
|
<sample time='70:36 min' depth='6.241 m' />
|
|
|
|
<sample time='70:38 min' depth='5.914 m' />
|
|
|
|
<sample time='70:40 min' depth='6.078 m' />
|
|
|
|
<sample time='70:42 min' depth='6.292 m' />
|
|
|
|
<sample time='70:44 min' depth='6.394 m' />
|
|
|
|
<sample time='70:46 min' depth='6.353 m' />
|
|
|
|
<sample time='70:48 min' depth='6.353 m' />
|
|
|
|
<sample time='70:50 min' depth='6.414 m' />
|
|
|
|
<sample time='70:52 min' depth='6.587 m' />
|
|
|
|
<sample time='70:54 min' depth='6.781 m' />
|
|
|
|
<sample time='70:56 min' depth='6.73 m' />
|
|
|
|
<sample time='70:58 min' depth='6.485 m' />
|
|
|
|
<sample time='71:00 min' depth='6.373 m' />
|
|
|
|
<sample time='71:02 min' depth='6.587 m' />
|
|
|
|
<sample time='71:04 min' depth='6.669 m' />
|
|
|
|
<sample time='71:06 min' depth='6.567 m' />
|
|
|
|
<sample time='71:08 min' depth='6.71 m' />
|
|
|
|
<sample time='71:10 min' depth='6.883 m' />
|
|
|
|
<sample time='71:12 min' depth='6.934 m' />
|
|
|
|
<sample time='71:14 min' depth='6.965 m' />
|
|
|
|
<sample time='71:16 min' depth='7.077 m' />
|
|
|
|
<sample time='71:18 min' depth='6.995 m' />
|
|
|
|
<sample time='71:20 min' depth='6.975 m' />
|
|
|
|
<sample time='71:22 min' depth='6.975 m' />
|
|
|
|
<sample time='71:24 min' depth='7.005 m' />
|
|
|
|
<sample time='71:26 min' depth='6.903 m' />
|
|
|
|
<sample time='71:28 min' depth='6.852 m' />
|
|
|
|
<sample time='71:30 min' depth='6.903 m' />
|
|
|
|
<sample time='71:32 min' depth='6.791 m' />
|
|
|
|
<sample time='71:34 min' depth='6.567 m' />
|
|
|
|
<sample time='71:36 min' depth='6.404 m' />
|
|
|
|
<sample time='71:38 min' depth='6.445 m' />
|
|
|
|
<sample time='71:40 min' depth='6.383 m' />
|
|
|
|
<sample time='71:42 min' depth='6.485 m' />
|
|
|
|
<sample time='71:44 min' depth='6.496 m' />
|
|
|
|
<sample time='71:46 min' depth='6.547 m' />
|
|
|
|
<sample time='71:48 min' depth='6.506 m' />
|
|
|
|
<sample time='71:50 min' depth='6.383 m' />
|
|
|
|
<sample time='71:52 min' depth='6.312 m' />
|
|
|
|
<sample time='71:54 min' depth='6.343 m' />
|
|
|
|
<sample time='71:56 min' depth='6.281 m' />
|
|
|
|
<sample time='71:58 min' depth='6.251 m' />
|
|
|
|
<sample time='72:00 min' depth='6.21 m' cns='32%' />
|
|
|
|
<sample time='72:02 min' depth='6.128 m' />
|
|
|
|
<sample time='72:04 min' depth='6.128 m' />
|
|
|
|
<sample time='72:06 min' depth='6.047 m' />
|
|
|
|
<sample time='72:08 min' depth='6.037 m' />
|
|
|
|
<sample time='72:10 min' depth='5.996 m' />
|
|
|
|
<sample time='72:12 min' depth='5.965 m' />
|
|
|
|
<sample time='72:14 min' depth='5.965 m' />
|
|
|
|
<sample time='72:16 min' depth='5.955 m' />
|
|
|
|
<sample time='72:18 min' depth='5.843 m' />
|
|
|
|
<sample time='72:20 min' depth='5.772 m' />
|
|
|
|
<sample time='72:22 min' depth='5.721 m' />
|
|
|
|
<sample time='72:24 min' depth='5.741 m' />
|
|
|
|
<sample time='72:26 min' depth='5.741 m' />
|
|
|
|
<sample time='72:28 min' depth='5.68 m' />
|
|
|
|
<sample time='72:30 min' depth='5.619 m' />
|
|
|
|
<sample time='72:32 min' depth='5.527 m' />
|
|
|
|
<sample time='72:34 min' depth='5.486 m' />
|
|
|
|
<sample time='72:36 min' depth='5.415 m' />
|
|
|
|
<sample time='72:38 min' depth='5.374 m' />
|
|
|
|
<sample time='72:40 min' depth='4.976 m' />
|
|
|
|
<sample time='72:42 min' depth='4.915 m' />
|
|
|
|
<sample time='72:44 min' depth='5.374 m' />
|
|
|
|
<sample time='72:46 min' depth='5.333 m' />
|
|
|
|
<sample time='72:48 min' depth='5.333 m' />
|
|
|
|
<sample time='72:50 min' depth='5.354 m' />
|
|
|
|
<sample time='72:52 min' depth='5.323 m' />
|
|
|
|
<sample time='72:54 min' depth='5.231 m' />
|
|
|
|
<sample time='72:56 min' depth='5.088 m' />
|
|
|
|
<sample time='72:58 min' depth='5.088 m' />
|
|
|
|
<sample time='73:00 min' depth='5.058 m' temp='10.1 C' />
|
|
|
|
<sample time='73:02 min' depth='5.017 m' />
|
|
|
|
<sample time='73:04 min' depth='5.007 m' />
|
|
|
|
<sample time='73:06 min' depth='5.068 m' />
|
|
|
|
<sample time='73:08 min' depth='5.058 m' />
|
|
|
|
<sample time='73:10 min' depth='5.058 m' />
|
|
|
|
<sample time='73:12 min' depth='5.068 m' />
|
|
|
|
<sample time='73:14 min' depth='5.037 m' />
|
|
|
|
<sample time='73:16 min' depth='5.007 m' />
|
|
|
|
<sample time='73:18 min' depth='4.986 m' />
|
|
|
|
<sample time='73:20 min' depth='4.925 m' />
|
|
|
|
<sample time='73:22 min' depth='4.833 m' />
|
|
|
|
<sample time='73:24 min' depth='4.813 m' temp='10.0 C' />
|
|
|
|
<sample time='73:26 min' depth='4.793 m' />
|
|
|
|
<sample time='73:28 min' depth='4.772 m' />
|
|
|
|
<sample time='73:30 min' depth='4.68 m' />
|
|
|
|
<sample time='73:32 min' depth='4.599 m' />
|
|
|
|
<sample time='73:34 min' depth='4.64 m' />
|
|
|
|
<sample time='73:36 min' depth='4.752 m' temp='10.1 C' />
|
|
|
|
<sample time='73:38 min' depth='4.701 m' />
|
|
|
|
<sample time='73:40 min' depth='4.721 m' />
|
|
|
|
<sample time='73:42 min' depth='4.721 m' />
|
|
|
|
<sample time='73:44 min' depth='4.701 m' />
|
|
|
|
<sample time='73:46 min' depth='4.701 m' />
|
|
|
|
<sample time='73:48 min' depth='4.721 m' />
|
|
|
|
<sample time='73:50 min' depth='4.731 m' />
|
|
|
|
<sample time='73:52 min' depth='4.68 m' />
|
|
|
|
<sample time='73:54 min' depth='4.701 m' />
|
|
|
|
<sample time='73:56 min' depth='4.66 m' />
|
|
|
|
<sample time='73:58 min' depth='4.568 m' />
|
|
|
|
<sample time='74:00 min' depth='4.589 m' />
|
|
|
|
<sample time='74:02 min' depth='4.63 m' />
|
|
|
|
<sample time='74:04 min' depth='4.589 m' />
|
|
|
|
<sample time='74:06 min' depth='4.487 m' />
|
|
|
|
<sample time='74:08 min' depth='4.375 m' />
|
|
|
|
<sample time='74:10 min' depth='4.303 m' />
|
|
|
|
<sample time='74:12 min' depth='3.875 m' />
|
|
|
|
<sample time='74:14 min' depth='3.855 m' />
|
|
|
|
<sample time='74:16 min' depth='4.303 m' />
|
|
|
|
<sample time='74:18 min' depth='4.313 m' />
|
|
|
|
<sample time='74:20 min' depth='4.273 m' />
|
|
|
|
<sample time='74:22 min' depth='4.191 m' />
|
|
|
|
<sample time='74:24 min' depth='4.109 m' cns='33%' />
|
|
|
|
<sample time='74:26 min' depth='4.12 m' />
|
|
|
|
<sample time='74:28 min' depth='4.089 m' />
|
|
|
|
<sample time='74:30 min' depth='4.018 m' />
|
|
|
|
<sample time='74:32 min' depth='4.028 m' />
|
|
|
|
<sample time='74:34 min' depth='4.048 m' />
|
|
|
|
<sample time='74:36 min' depth='3.997 m' />
|
|
|
|
<sample time='74:38 min' depth='3.956 m' />
|
|
|
|
<sample time='74:40 min' depth='3.936 m' />
|
|
|
|
<sample time='74:42 min' depth='3.946 m' />
|
|
|
|
<sample time='74:44 min' depth='3.865 m' />
|
|
|
|
<sample time='74:46 min' depth='3.793 m' />
|
|
|
|
<sample time='74:48 min' depth='3.763 m' />
|
|
|
|
<sample time='74:50 min' depth='3.783 m' />
|
|
|
|
<sample time='74:52 min' depth='3.753 m' />
|
|
|
|
<sample time='74:54 min' depth='3.64 m' />
|
|
|
|
<sample time='74:56 min' depth='3.671 m' />
|
|
|
|
<sample time='74:58 min' depth='3.702 m' />
|
|
|
|
<sample time='75:00 min' depth='3.681 m' />
|
|
|
|
<sample time='75:02 min' depth='3.691 m' />
|
|
|
|
<sample time='75:04 min' depth='3.671 m' />
|
|
|
|
<sample time='75:06 min' depth='3.661 m' />
|
|
|
|
<sample time='75:08 min' depth='3.661 m' />
|
|
|
|
<sample time='75:10 min' depth='3.661 m' />
|
|
|
|
<sample time='75:12 min' depth='3.681 m' />
|
|
|
|
<sample time='75:14 min' depth='3.661 m' po2='0.7 bar' />
|
|
|
|
<sample time='75:16 min' depth='3.681 m' />
|
|
|
|
<sample time='75:18 min' depth='3.64 m' />
|
|
|
|
<sample time='75:20 min' depth='3.569 m' />
|
|
|
|
<sample time='75:22 min' depth='3.528 m' />
|
|
|
|
<sample time='75:24 min' depth='3.579 m' />
|
|
|
|
<sample time='75:26 min' depth='3.579 m' />
|
|
|
|
<sample time='75:28 min' depth='3.508 m' />
|
|
|
|
<sample time='75:30 min' depth='3.498 m' />
|
|
|
|
<sample time='75:32 min' depth='3.559 m' />
|
|
|
|
<sample time='75:34 min' depth='3.549 m' />
|
|
|
|
<sample time='75:36 min' depth='3.549 m' />
|
|
|
|
<sample time='75:38 min' depth='3.549 m' />
|
|
|
|
<sample time='75:40 min' depth='3.61 m' />
|
|
|
|
<sample time='75:42 min' depth='3.63 m' />
|
|
|
|
<sample time='75:44 min' depth='3.64 m' />
|
|
|
|
<sample time='75:46 min' depth='3.63 m' />
|
|
|
|
<sample time='75:48 min' depth='3.63 m' />
|
|
|
|
<sample time='75:50 min' depth='3.661 m' />
|
|
|
|
<sample time='75:52 min' depth='3.651 m' />
|
|
|
|
<sample time='75:54 min' depth='3.63 m' />
|
|
|
|
<sample time='75:56 min' depth='3.661 m' />
|
|
|
|
<sample time='75:58 min' depth='3.6 m' />
|
|
|
|
<sample time='76:00 min' depth='3.528 m' />
|
|
|
|
<sample time='76:02 min' depth='3.447 m' />
|
|
|
|
<sample time='76:04 min' depth='3.334 m' />
|
|
|
|
<sample time='76:06 min' depth='3.467 m' />
|
|
|
|
<sample time='76:08 min' depth='3.416 m' />
|
|
|
|
<sample time='76:10 min' depth='3.253 m' />
|
|
|
|
<sample time='76:12 min' depth='3.131 m' />
|
|
|
|
<sample time='76:14 min' depth='3.08 m' />
|
|
|
|
<sample time='76:16 min' depth='2.967 m' />
|
|
|
|
<sample time='76:18 min' depth='3.131 m' />
|
|
|
|
<sample time='76:20 min' depth='3.202 m' />
|
|
|
|
<sample time='76:22 min' depth='3.049 m' />
|
|
|
|
<sample time='76:24 min' depth='3.008 m' />
|
|
|
|
<sample time='76:26 min' depth='2.916 m' />
|
|
|
|
<sample time='76:28 min' depth='2.896 m' />
|
|
|
|
<sample time='76:30 min' depth='2.519 m' />
|
|
|
|
<sample time='76:32 min' depth='2.427 m' />
|
|
|
|
<sample time='76:34 min' depth='2.356 m' />
|
|
|
|
<sample time='76:36 min' depth='3.049 m' />
|
|
|
|
<sample time='76:38 min' depth='3.08 m' />
|
|
|
|
<sample time='76:40 min' depth='2.967 m' />
|
|
|
|
<sample time='76:42 min' depth='2.825 m' />
|
|
|
|
<sample time='76:44 min' depth='2.753 m' />
|
|
|
|
<sample time='76:46 min' depth='2.661 m' />
|
|
|
|
<sample time='76:48 min' depth='2.539 m' />
|
|
|
|
<sample time='76:50 min' depth='2.539 m' />
|
|
|
|
<sample time='76:52 min' depth='2.519 m' />
|
|
|
|
<sample time='76:54 min' depth='2.478 m' />
|
|
|
|
<sample time='76:56 min' depth='2.407 m' />
|
|
|
|
<sample time='76:58 min' depth='2.111 m' />
|
|
|
|
<sample time='77:00 min' depth='1.886 m' />
|
|
|
|
<sample time='77:02 min' depth='1.764 m' />
|
|
|
|
<sample time='77:04 min' depth='1.723 m' />
|
|
|
|
<sample time='77:06 min' depth='2.254 m' />
|
|
|
|
<sample time='77:08 min' depth='2.233 m' />
|
|
|
|
<sample time='77:10 min' depth='2.182 m' />
|
|
|
|
<sample time='77:12 min' depth='2.111 m' />
|
|
|
|
<sample time='77:14 min' depth='2.131 m' />
|
|
|
|
<sample time='77:16 min' depth='2.09 m' />
|
|
|
|
<sample time='77:18 min' depth='1.988 m' />
|
|
|
|
<sample time='77:20 min' depth='1.927 m' />
|
|
|
|
<sample time='77:22 min' depth='1.917 m' />
|
|
|
|
<sample time='77:24 min' depth='1.886 m' />
|
|
|
|
<sample time='77:26 min' depth='1.795 m' />
|
|
|
|
<sample time='77:28 min' depth='1.723 m' />
|
|
|
|
<sample time='77:30 min' depth='1.723 m' />
|
|
|
|
<sample time='77:32 min' depth='1.703 m' />
|
|
|
|
<sample time='77:34 min' depth='1.672 m' />
|
|
|
|
<sample time='77:36 min' depth='1.581 m' />
|
|
|
|
<sample time='77:38 min' depth='1.53 m' />
|
|
|
|
<sample time='77:40 min' depth='1.509 m' />
|
|
|
|
<sample time='77:42 min' depth='1.428 m' />
|
|
|
|
<sample time='77:44 min' depth='1.295 m' />
|
|
|
|
<sample time='77:46 min' depth='1.183 m' />
|
|
|
|
<sample time='77:48 min' depth='1.091 m' />
|
|
|
|
<sample time='77:50 min' depth='1.01 m' />
|
|
|
|
<sample time='77:52 min' depth='0.887 m' />
|
|
|
|
<sample time='77:54 min' depth='0.714 m' />
|
|
|
|
<sample time='77:56 min' depth='0.571 m' />
|
|
|
|
<sample time='77:58 min' depth='0.591 m' />
|
|
|
|
<sample time='78:00 min' depth='0.571 m' cns='34%' />
|
|
|
|
<sample time='78:02 min' depth='0.469 m' />
|
|
|
|
<sample time='78:04 min' depth='0.265 m' />
|
|
|
|
<sample time='78:06 min' depth='0.408 m' />
|
|
|
|
<sample time='78:08 min' depth='0.367 m' />
|
|
|
|
<sample time='78:10 min' depth='0.387 m' />
|
|
|
|
<sample time='78:12 min' depth='0.408 m' />
|
|
|
|
<sample time='78:14 min' depth='0.438 m' />
|
|
|
|
<sample time='78:16 min' depth='0.306 m' />
|
|
|
|
<sample time='78:18 min' depth='0.357 m' />
|
|
|
|
<sample time='78:20 min' depth='0.398 m' />
|
|
|
|
<sample time='78:22 min' depth='0.367 m' />
|
|
|
|
<sample time='78:24 min' depth='0.489 m' />
|
|
|
|
<sample time='78:26 min' depth='0.438 m' />
|
|
|
|
<sample time='78:28 min' depth='0.255 m' />
|
|
|
|
<sample time='78:30 min' depth='0.316 m' />
|
|
|
|
<sample time='78:32 min' depth='0.337 m' />
|
|
|
|
<sample time='78:34 min' depth='0.235 m' />
|
|
|
|
<sample time='78:36 min' depth='0.306 m' />
|
|
|
|
<sample time='78:38 min' depth='0.337 m' />
|
|
|
|
<sample time='78:40 min' depth='0.316 m' />
|
|
|
|
<sample time='78:42 min' depth='0.286 m' />
|
|
|
|
<sample time='78:44 min' depth='0.255 m' />
|
|
|
|
<sample time='78:46 min' depth='0.316 m' />
|
|
|
|
<sample time='78:48 min' depth='0.367 m' />
|
|
|
|
<sample time='78:50 min' depth='0.265 m' />
|
|
|
|
<sample time='78:52 min' depth='0.337 m' />
|
|
|
|
<sample time='78:54 min' depth='0.347 m' />
|
|
|
|
<sample time='78:56 min' depth='0.265 m' />
|
|
|
|
<sample time='78:58 min' depth='0.275 m' />
|
|
|
|
<sample time='79:00 min' depth='0.337 m' />
|
|
|
|
<sample time='79:02 min' depth='0.326 m' />
|
|
|
|
<sample time='79:04 min' depth='0.367 m' />
|
|
|
|
<sample time='79:06 min' depth='0.663 m' />
|
|
|
|
<sample time='79:08 min' depth='0.724 m' />
|
|
|
|
<sample time='79:10 min' depth='0.693 m' />
|
|
|
|
<sample time='79:12 min' depth='0.612 m' />
|
|
|
|
<sample time='79:14 min' depth='0.632 m' />
|
|
|
|
<sample time='79:16 min' depth='0.52 m' />
|
|
|
|
<sample time='79:18 min' depth='0.367 m' />
|
|
|
|
<sample time='79:20 min' depth='0.5 m' />
|
|
|
|
<sample time='79:22 min' depth='0.591 m' />
|
|
|
|
<sample time='79:24 min' depth='0.571 m' />
|
|
|
|
<sample time='79:26 min' depth='0.53 m' />
|
|
|
|
<sample time='79:28 min' depth='0.54 m' />
|
|
|
|
<sample time='79:30 min' depth='0.561 m' />
|
|
|
|
<sample time='79:32 min' depth='0.357 m' />
|
|
|
|
<sample time='79:34 min' depth='0.387 m' />
|
|
|
|
<sample time='79:36 min' depth='0.561 m' />
|
|
|
|
<sample time='79:38 min' depth='0.561 m' />
|
|
|
|
<sample time='79:40 min' depth='0.581 m' />
|
|
|
|
<sample time='79:42 min' depth='0.591 m' />
|
|
|
|
<sample time='79:44 min' depth='0.591 m' />
|
|
|
|
<sample time='79:46 min' depth='0.581 m' />
|
|
|
|
<sample time='79:48 min' depth='0.418 m' />
|
|
|
|
<sample time='79:50 min' depth='0.54 m' />
|
|
|
|
<sample time='79:52 min' depth='0.622 m' />
|
|
|
|
<sample time='79:54 min' depth='0.622 m' />
|
|
|
|
<sample time='79:56 min' depth='0.591 m' />
|
|
|
|
<sample time='79:58 min' depth='0.612 m' />
|
|
|
|
<sample time='80:00 min' depth='0.602 m' />
|
|
|
|
<sample time='80:02 min' depth='0.683 m' />
|
|
|
|
<sample time='80:04 min' depth='0.653 m' />
|
|
|
|
<sample time='80:06 min' depth='0.653 m' />
|
|
|
|
<sample time='80:08 min' depth='0.224 m' />
|
|
|
|
<sample time='80:10 min' depth='0.255 m' />
|
|
|
|
<sample time='80:12 min' depth='0.235 m' />
|
|
|
|
<sample time='80:14 min' depth='0.224 m' />
|
|
|
|
<sample time='80:16 min' depth='0.224 m' />
|
|
|
|
<sample time='80:18 min' depth='0.245 m' />
|
|
|
|
<sample time='80:20 min' depth='0.235 m' />
|
|
|
|
<sample time='80:22 min' depth='0.224 m' />
|
|
|
|
<sample time='80:24 min' depth='0.235 m' />
|
|
|
|
<sample time='80:26 min' depth='0.235 m' />
|
|
|
|
<sample time='80:28 min' depth='0.224 m' />
|
|
|
|
<sample time='80:30 min' depth='0.224 m' />
|
|
|
|
<sample time='80:32 min' depth='0.235 m' />
|
|
|
|
<sample time='80:34 min' depth='0.224 m' />
|
|
|
|
<sample time='80:36 min' depth='0.224 m' />
|
|
|
|
<sample time='80:38 min' depth='0.224 m' />
|
|
|
|
<sample time='80:40 min' depth='0.224 m' />
|
|
|
|
<sample time='80:42 min' depth='0.224 m' />
|
|
|
|
<sample time='80:44 min' depth='0.224 m' />
|
|
|
|
<sample time='80:46 min' depth='0.224 m' />
|
|
|
|
<sample time='80:48 min' depth='0.214 m' />
|
|
|
|
<sample time='80:50 min' depth='0.235 m' />
|
|
|
|
<sample time='80:52 min' depth='0.224 m' />
|
|
|
|
<sample time='80:54 min' depth='0.245 m' />
|
|
|
|
<sample time='80:56 min' depth='0.235 m' />
|
|
|
|
<sample time='80:58 min' depth='0.224 m' />
|
|
|
|
<sample time='81:00 min' depth='0.316 m' temp='10.0 C' />
|
|
|
|
<sample time='81:02 min' depth='0.235 m' />
|
|
|
|
<sample time='81:04 min' depth='0.235 m' />
|
|
|
|
<sample time='81:06 min' depth='0.224 m' />
|
|
|
|
<sample time='81:08 min' depth='0.265 m' />
|
|
|
|
<sample time='81:10 min' depth='0.265 m' />
|
|
|
|
<sample time='81:12 min' depth='0.316 m' />
|
|
|
|
<sample time='81:14 min' depth='0.316 m' />
|
|
|
|
<sample time='81:16 min' depth='0.337 m' />
|
|
|
|
<sample time='81:18 min' depth='0.306 m' />
|
|
|
|
<sample time='81:20 min' depth='0.326 m' />
|
|
|
|
<sample time='81:22 min' depth='0.245 m' />
|
|
|
|
<sample time='81:24 min' depth='0.265 m' temp='10.1 C' />
|
|
|
|
<sample time='81:26 min' depth='0.224 m' />
|
|
|
|
<sample time='81:28 min' depth='0.235 m' />
|
|
|
|
<sample time='81:30 min' depth='0.224 m' />
|
|
|
|
<sample time='81:32 min' depth='0.214 m' />
|
|
|
|
<sample time='81:34 min' depth='0.235 m' />
|
|
|
|
<sample time='81:36 min' depth='0.224 m' />
|
|
|
|
<sample time='81:38 min' depth='0.224 m' />
|
|
|
|
<sample time='81:40 min' depth='0.224 m' />
|
|
|
|
<sample time='81:42 min' depth='0.235 m' />
|
|
|
|
<sample time='81:44 min' depth='0.235 m' />
|
|
|
|
<sample time='81:46 min' depth='0.224 m' />
|
|
|
|
<sample time='81:48 min' depth='0.214 m' />
|
|
|
|
<sample time='81:50 min' depth='0.214 m' />
|
|
|
|
<sample time='81:52 min' depth='0.214 m' />
|
|
|
|
<sample time='81:54 min' depth='0.214 m' />
|
|
|
|
<sample time='81:56 min' depth='0.235 m' />
|
|
|
|
<sample time='81:58 min' depth='0.224 m' />
|
|
|
|
<sample time='82:00 min' depth='0.224 m' temp='10.0 C' />
|
|
|
|
<sample time='82:02 min' depth='0.235 m' />
|
|
|
|
<sample time='82:04 min' depth='0.235 m' />
|
|
|
|
<sample time='82:06 min' depth='0.224 m' />
|
|
|
|
<sample time='82:08 min' depth='0.214 m' />
|
|
|
|
<sample time='82:10 min' depth='0.235 m' />
|
|
|
|
<sample time='82:12 min' depth='0.224 m' temp='9.9 C' />
|
|
|
|
<sample time='82:14 min' depth='0.224 m' />
|
|
|
|
<sample time='82:16 min' depth='0.224 m' />
|
|
|
|
<sample time='82:18 min' depth='0.224 m' />
|
|
|
|
<sample time='82:20 min' depth='0.235 m' />
|
|
|
|
<sample time='82:22 min' depth='0.224 m' />
|
|
|
|
<sample time='82:24 min' depth='0.214 m' />
|
|
|
|
<sample time='82:26 min' depth='0.235 m' />
|
|
|
|
<sample time='82:28 min' depth='0.235 m' />
|
|
|
|
<sample time='82:30 min' depth='0.235 m' />
|
|
|
|
<sample time='82:32 min' depth='0.224 m' />
|
|
|
|
<sample time='82:34 min' depth='0.224 m' />
|
|
|
|
<sample time='82:36 min' depth='0.235 m' temp='9.8 C' />
|
|
|
|
<sample time='82:38 min' depth='0.224 m' />
|
|
|
|
<sample time='82:40 min' depth='0.214 m' />
|
|
|
|
<sample time='82:42 min' depth='0.214 m' />
|
|
|
|
<sample time='82:44 min' depth='0.224 m' />
|
|
|
|
<sample time='82:46 min' depth='0.224 m' />
|
|
|
|
<sample time='82:48 min' depth='0.245 m' temp='9.7 C' />
|
|
|
|
<sample time='82:50 min' depth='0.235 m' ndl='0:00 min' stoptime='0:00 min' cns='0%' po2='0.0 bar' />
|
|
|
|
</divecomputer>
|
|
|
|
</dive>
|
|
|
|
</dives>
|
|
|
|
</divelog>
|