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/test48+47.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/test48+47.xml')
-rw-r--r-- | dives/test48+47.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dives/test48+47.xml b/dives/test48+47.xml index 862d4765e..c88d1aeef 100644 --- a/dives/test48+47.xml +++ b/dives/test48+47.xml @@ -6,7 +6,7 @@ </site> </divesites> <dives> -<dive number='1' tags='test' divesiteid='15ae02d1' date='2015-10-01' time='08:00:25' duration='46:00 min'> +<dive number='1' cns='2%' tags='test' divesiteid='15ae02d1' date='2015-10-01' time='08:00:25' duration='46:00 min'> <cylinder size='11.1 l' workpressure='207.0 bar' description='unknown' /> <divecomputer model='do not care' date='2015-10-05' time='08:45:25'> <depth max='13.716 m' mean='10.595 m' /> |