diff options
author | Robert C. Helling <helling@atdotde.de> | 2021-02-23 15:37:29 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-02-26 08:42:30 -0800 |
commit | fb11f8efa668dec74d104375c75c91675ac9b87f (patch) | |
tree | 4012d136fdca33b0876d1bc62a99264b2c5e57fa /Documentation | |
parent | 2064ce06cc02b6fc390fdf9bbe05fb60babc0d4b (diff) | |
download | subsurface-fb11f8efa668dec74d104375c75c91675ac9b87f.tar.gz |
Describe CCR changes in documentation
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index efce5bf43..a4ad4f206 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -4214,6 +4214,12 @@ CCR dive, add a one-minute dive segment to the end with a setpoint value of 0. T algorithm does not switch deco-gases automatically while in CCR mode (i.e. when a positive setpoint is specified) but this is calculated for bail out ascents. +If you want the setpoint to change during the planned ascent at a specified depth, you can do this +using a "fake" cylinder that you add to the gas list: Give that cylinder a name of "SP 1.4" (or use +a different number) and set the "Deco switch value" to the depth at which you want to set the new +setpoint. This will make the planner stop at the specified depth and use the new setpoint from +there on. + The dive profile for a CCR dive may look something like the image below. image::images/Planner_CCR.jpg["FIGURE: Planning a CCR dive: setup",align="center"] |