Changes between Version 16 and Version 17 of BalticFaq
- Timestamp:
- 08/18/09 18:23:21 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BalticFaq
v16 v17 27 27 Now tap any level/decostop, and a action sheet will pop-up offering to show a bailout from this spot. 28 28 29 === Do a lost gas plan ? === 30 31 Make a plan, and at the bottom of the plan you'll find the gas consumption. Tap a deco gas and a action sheet will pop-up offering a lost gas plan for losing this gas. 32 29 33 === CCR Bailout and repetitive dives, how do I ... ? === 30 34 … … 37 41 === Altitude Correction, Fresh Water and Surface Pressure Correction === 38 42 39 When changing the altitude in Baltic, the generated plan is still computed assuming salt water and sealevel pressure when computing depths . This means that the plans are suitable for using gauge that's calibrated for ocean diving, not a gauge calibrated for fresh water and with a surface pressure of less than 1bar.43 When changing the altitude in Baltic, the generated plan is still computed assuming salt water and sealevel pressure when computing depths, just with a lower surface pressure. This means that the plans are suitable for using gauge that's calibrated for ocean diving, not a gauge calibrated for fresh water and with a surface pressure of less than 1bar. 40 44 41 === What tables/algorithm does Baltic use ? ===45 === What tables/algorithms does Baltic use ? === 42 46 43 Baltic implements VPM/B and ZHL16B with Gradient Factors, it is not based on table look-ups.47 Baltic implements VPM/B and ZHL16B with Gradient Factors, also known as "Bühlmann with GF". It is not based on table look-ups. 44 48 45 49 === What ZHL16 values are used ? === 46 50 47 The halftimes used (0.9 and upwards) are ;51 For ZHL16, the a and b coeffecients are the B table values (ZHL16B). The halftimes used (0.9 and upwards) are ; 48 52 * N,,2,,: 4, 8, 12.5, 18.5, 27, 38.3, 54.3, 77, 109, 146, 187, 239, 305, 390, 498, 635 49 53 * He: 1.88, 3.02, 4.72, 6.99, 10.21, 14.48, 20.53, 29.11, 41.20, 55.19, 70.69, 90.34, 115.29, 147.42, 188.24, 240.03 50 54 51 For ZHL16, the a and b coeffecients are the B table values. Prior to the public0.9 release, the 1b N,,2,, halftime of 5 minutes was used.55 Prior to the 0.9 release, the 1b N,,2,, halftime of 5 minutes was used. 52 56 53 57 === Where did the algorithm implementations come from ? === … … 55 59 Both were implemented for another project in 2007 and 2008 respectively. The ZHL16 implementation is based on available litterature, such as Dr. Bühlmann's ''Tauchmedizin'', Dr. Wienke's ''Technical Diving in Depth'' and Erik C. Bakers many papers on decompression calculations. 56 60 57 The VPM/B implementation is a reimplementation (no, not a f2c generated conversion) of Erik C. Baker's reference fortran implementation.61 The VPM/B implementation is a reimplementation of Erik C. Baker's reference fortran implementation. It is not a f2c generated version. 58 62