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/test47.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/test47.xml')
-rw-r--r-- | dives/test47.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dives/test47.xml b/dives/test47.xml index 0b93f1142..1936d1c97 100644 --- a/dives/test47.xml +++ b/dives/test47.xml @@ -2,11 +2,11 @@ <settings> </settings> <divesites> -<site uuid='15ae02d0' name='Test dive'> +<site uuid='15ae02d1' name='Test dive'> </site> </divesites> <dives> -<dive number='1' divesiteid='15ae02d0' date='2015-10-01' time='08:00:25' duration='46:00 min'> +<dive number='1' cns='2%' 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' /> |