diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2011-12-11 16:00:47 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2011-12-11 16:00:47 -0800 |
commit | bb09b67182187be284ae1f80fc7174da0dcd9ee3 (patch) | |
tree | 041aa52d1e459074690f67805406340fac8219c8 /dives/test15.xml | |
parent | 8cca5404440960ba14ed870e77c6eb6537f4aa2e (diff) | |
download | subsurface-bb09b67182187be284ae1f80fc7174da0dcd9ee3.tar.gz |
Add trimix test dive
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dives/test15.xml')
-rw-r--r-- | dives/test15.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dives/test15.xml b/dives/test15.xml new file mode 100644 index 000000000..999e81083 --- /dev/null +++ b/dives/test15.xml @@ -0,0 +1,12 @@ +<dives> +<program name='subsurface' version='1'></program> +<dive number='15' date='2011-12-01' time='10:00:00' duration='30:00 min'> + <depth max='70.0 m' mean='25.0 m' /> + <temperature air='2.0 C' water='6.0 C' /> + <location>15th test dive - trimix</location> + <notes>Nothing of value, just getting something for the divelist</notes> + <cylinder size='15.0 l' workpressure='232.009 bar' description='15L 232 bar' o2='15.0%' he='50.0%' start='227.527 bar' end='75.842 bar' /> + <cylinder size='6.9 l' workpressure='206.843 bar' description='AL50' o2='70.0%' start='206.843 bar' end='68.948 bar' /> + <cylinder size='15.0 l' workpressure='232.009 bar' description='15L 232 bar' start='227.527 bar' end='96.527 bar' /> +</dive> +</dives> |