diff options
author | Robert C. Helling <helling@atdotde.de> | 2021-02-23 11:36:00 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-02-26 08:42:30 -0800 |
commit | 2064ce06cc02b6fc390fdf9bbe05fb60babc0d4b (patch) | |
tree | 9e33721846be96159bde91de8ba4d86a97c6dda0 /dives/TestDiveDM5.xml | |
parent | 6b8a07f0d93b09021490b6c4c7595e3cb0ea17c2 (diff) | |
download | subsurface-2064ce06cc02b6fc390fdf9bbe05fb60babc0d4b.tar.gz |
Fix pO2 for CCR at shallow depths
Even when diving a CCR, the pO2 cannot exceed ambient
pressure. This only makes a difference at shallow depths.
Fix this in the calculation of OTUs and CNS.
This affects some tests that now have slightly different CNS and OTU values.
Suggested-by: Justin Ashworth
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'dives/TestDiveDM5.xml')
-rw-r--r-- | dives/TestDiveDM5.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dives/TestDiveDM5.xml b/dives/TestDiveDM5.xml index c5eee2aaa..fdbcd6393 100644 --- a/dives/TestDiveDM5.xml +++ b/dives/TestDiveDM5.xml @@ -5,7 +5,7 @@ <divesites> </divesites> <dives> -<dive number='1' sac='11.046 l/min' otu='45' cns='15%' date='2013-02-02' time='16:14:08' duration='59:20 min'> +<dive number='1' sac='11.046 l/min' otu='46' cns='15%' date='2013-02-02' time='16:14:08' duration='59:20 min'> <notes>Notes are here</notes> <cylinder size='12.0 l' o2='33.0%' start='205.11 bar' /> <divecomputer model='Vyper Air' deviceid='013749e4'> @@ -194,7 +194,7 @@ <sample time='59:20 min' depth='1.88 m' pressure='53.87 bar' /> </divecomputer> </dive> -<dive number='2' sac='11.298 l/min' otu='32' cns='11%' tags='boat, photography, tag' date='2013-02-02' time='13:44:21' duration='61:00 min'> +<dive number='2' sac='11.298 l/min' otu='33' cns='12%' tags='boat, photography, tag' date='2013-02-02' time='13:44:21' duration='61:00 min'> <notes>Testing notes</notes> <cylinder size='12.0 l' o2='33.0%' start='209.04 bar' /> <divecomputer model='Vyper Air' deviceid='013749e4'> @@ -388,7 +388,7 @@ <sample time='61:00 min' depth='1.67 m' pressure='72.34 bar' /> </divecomputer> </dive> -<dive number='3' sac='10.109 l/min' otu='41' cns='15%' date='2013-02-02' time='10:53:54' duration='66:00 min'> +<dive number='3' sac='10.109 l/min' otu='42' cns='15%' date='2013-02-02' time='10:53:54' duration='66:00 min'> <notes>Dive notes</notes> <cylinder size='12.0 l' o2='33.0%' start='212.74 bar' /> <divecomputer model='Vyper Air' deviceid='013749e4'> @@ -597,7 +597,7 @@ <sample time='66:00 min' depth='2.43 m' /> </divecomputer> </dive> -<dive number='4' sac='10.260 l/min' otu='48' cns='17%' date='2013-02-02' time='08:21:50' duration='60:40 min'> +<dive number='4' sac='10.260 l/min' otu='49' cns='18%' date='2013-02-02' time='08:21:50' duration='60:40 min'> <notes>Notes test</notes> <cylinder size='12.0 l' o2='33.0%' start='194.74 bar' /> <divecomputer model='Vyper Air' deviceid='013749e4'> |