%
var totalGasMass = json.totalGasMass ? new app.units.Unit(json.totalGasMass).as('kg') : new app.units.Unit({value: 0, unit: 'kg'});
%>
Consider adding an amount of diving weight in the range below in order to get started with a pre-dive buoyancy check.
<%=new app.units.Unit(Math.max(0, json.weight.total.min()),'kg').as(config.units['mass']).format(1)%> | <%=new app.units.Unit(Math.max(0, json.weight.total.max()),'kg').as(config.units['mass']).format(1)%> |
From the range above, choose an amount of diving weight depending on the buoyancy of your underwear. |
|
This result does not consider gears other than Cylinders and Suits. |
Steps for a pre-dive weight check
Get in the water with all the gears selected plus <%=new app.units.Unit(Math.max(0, json.weight.total.min()),'kg').as(config.units['mass']).format(1)%> of diving weight
Add/remove diving weight until floating at eye level at the surface with an empty BCD and while holding a normal breath
Add <%=totalGasMass.as(config.units['mass']).format(1)%> of diving weight for the gas you will use during the dive
Enjoy the dive
Weight compensation for diver fitness <%=new app.units.Unit(json.weight.fitnessOffset,'kg').as(config.units['mass']).format(1)%>.
Lean divers may need less diving weight, heavy divers may need more diving weight.
Weight compensation for diver and suits min <%=new app.units.Unit(json.weight.suit.min(),'kg').as(config.units['mass']).format(1)%> to max <%=new app.units.Unit(json.weight.suit.max(),'kg').as(config.units['mass']).format(1)%>
Weight compensation for all cylinders <%=new app.units.Unit(json.weight.cylinders,'kg').as(config.units['mass']).format(1)%>