OP
bernatrubio
New
I’m coding a dive computer algorithm using Bühlmann’s ZHL-16C model. So far, I’ve implemented it successfully without incorporating any conservatism. Now, I want to add Gradient Factors (GF). My main reference is Erik C. Baker’s article "Clearing Up the Confusion About 'Deep Stops'".
In the formula presented, I need to calculate the GF slope, which depends on GF_High, GF_Low, the First Stop Depth, and the Final Stop Depth. My question is: How should I calculate the Final Stop Depth and First Stop Depth while considering GF_High and GF_Low?
In the formula presented, I need to calculate the GF slope, which depends on GF_High, GF_Low, the First Stop Depth, and the Final Stop Depth. My question is: How should I calculate the Final Stop Depth and First Stop Depth while considering GF_High and GF_Low?