A general function used by HCR_ramp that adjusts the output (e.g., F) by a linear ramp based on the value of the OCP relative to target and limit values.
HCRlin(OCP_val, LOCP, TOCP, relF_min = 0, relF_max = 1)
The value of the operational control point (OCP).
Numeric, the limit value for the OCP in the HCR.
Numeric, the target value for the OCP in the HCR.
The relative maximum value (e.g. a multiple of FMSY) if OCP < LOCP
.
The relative maximum value (e.g. a multiple of FMSY) if OCP > TOCP
.
Numeric adjustment factor.