diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-09-28 23:21:30 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-09-29 01:02:55 +0300 |
commit | e903c6bd1ae0eb8dd07c4ea2ab7e6c4170d0b385 (patch) | |
tree | fb951791109914e6af90e8ef3c192178d26fb60d /Documentation/user-manual.txt | |
parent | 2a29d4a4ba0689b37e139a8096aaa5d2382010a7 (diff) | |
download | subsurface-e903c6bd1ae0eb8dd07c4ea2ab7e6c4170d0b385.tar.gz |
Paragraph in manual about off-gassing
The VPM-B model assumes off-gassing only happens during ascent
which for us are that part of the dive where dp->entered is
false. This is wrong for dives with manually entered waypoints
in the ascent, as discussed in
See #601.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r-- | Documentation/user-manual.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index e16e6f14d..0c277b886 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -3568,6 +3568,17 @@ dive durations than the Bühlmann model, albeit at the cost of higher tissue com When selecting one of these models, keep in mind they are NOT exact physiological models but only mathematical models that appear to work in practice. +Please note as well that there is an intrinsic assumption of the VPM-B +model that off-gassing only happens during the ascent phase of the +dive (which is the part controlled by the planner). Thus it is +possible to get misleading results if you manually enter waypoints +well in the decompression phase of your dive. This is particularly +relevant when editing a dive read from disk in the planner since that +will have waypoints up to the surface. Thus for those dives, first +delete all waypoints during the ascent phase. This is most easily done by +holding the Ctrl- or Command-key while clicking on the trash can icon +next to the first ascent waypoint in the table on the left hand side. + For more information external to this manual see: * link:http://www.tek-dive.com/portal/upload/M-Values.pdf[Understanding M-values by Erik Baker, _Immersed_ Vol. 3, No. 3.] |