diff options
author | Rodrigo Severo <rodrigo@fabricadeideias.com> | 2014-01-01 09:48:15 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-01 09:48:15 -0800 |
commit | 2abd06e5fd61570e13c1b14eb0a4f6804743f6a1 (patch) | |
tree | 953ba52d9c5c36dc1917004fbb07ba8fcc6b2a8c | |
parent | 763c64d0da5642eb7067d669c742ca93859832d5 (diff) | |
download | subsurface-2abd06e5fd61570e13c1b14eb0a4f6804743f6a1.tar.gz |
Test dive for odd pressure profile
When near the surface the pressure doesn't change - and then there is a
sudden drop at the end.
Signed-off-by: Rodrigo Severo <rodrigo@fabricadeideias.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | dives/tank_pressure.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dives/tank_pressure.xml b/dives/tank_pressure.xml new file mode 100644 index 000000000..c4f8773f4 --- /dev/null +++ b/dives/tank_pressure.xml @@ -0,0 +1,24 @@ +<divelog program='subsurface' version='2'> +<settings> +</settings> +<dives> +<dive number='1' date='2013-12-27' time='08:43:03' duration='27:00 min'> + <location gps='-15.815569 -47.796887'/> + <cylinder size='11.094 l' workpressure='206.843 bar' description='AL80' start='200.0 bar' end='10.0 bar' /> + <cylinder size='11.094 l' workpressure='206.843 bar' description='AL80' o2='22.0%' start='200.0 bar' end='100.0 bar' /> + <divecomputer model='manually added dive'> + <depth max='110.0 m' mean='35.37 m' /> + <event time='3:00 min' type='25' value='22' name='gaschange' /> + <event time='13:00 min' type='25' value='21' name='gaschange' /> + <event time='15:00 min' type='25' value='22' name='gaschange' /> + <event time='25:00 min' type='25' value='21' name='gaschange' /> + <sample time='0:00 min' depth='0.0 m' /> + <sample time='3:00 min' depth='110.0 m' /> + <sample time='13:00 min' depth='20.0 m' /> + <sample time='15:00 min' depth='10.0 m' /> + <sample time='25:00 min' depth='10.0 m' /> + <sample time='27:00 min' depth='0.0 m' /> + </divecomputer> +</dive> +</dives> +</divelog> |