Nominal (aka 0) conservatism for VPM-B is generally considered aggressive. We don't want to be aggressive, especially as some users might assume the default is the correct value. Our default Buhlmann gradient factors are 30/75. The most similar VPM-B conservatism level is probably +3, at least for dives in the 40-50 metre, 50-70 minute range.
Signed-off-by: Rick Walsh <[email protected]> --- subsurfacestartup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 18d00d3..fd5df09 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -76,7 +76,7 @@ struct preferences default_prefs = { .category = { 0 } }, .deco_mode = BUEHLMANN, - .conservatism_level = 0 + .conservatism_level = 3 }; int run_survey; -- 2.4.3 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
