This is a basic function with no inputs. It prints to the console the units that can be used in the functions convert_DO(), convert_MR(), convert_rate(), and convert_rate.ft().
unit_args()
Returns
A print out to the console of accepted units
Details
Note that some oxygen unit conversions require temperature (t), salinity (S), and atmospheric pressure (P) to be specified.
Note the difference between percent air saturation (%Air), where air saturated water is ~100%, and percent oxygen saturation (%Oxy), where air saturated water is ~20.946% oxygen saturated. In other words, %Oxy = %Air x 0.20946.
For most units a fuzzy string matching algorithm is used to accept different formatting styles. For example, "mg/l", "mg/L", "mgL-1", "mg l-1", "mg.l-1" are all parsed the same.
convert_DO()
Oxygen concentration or pressure units for from and to:
Oxygen concentration units. Should use SI units (L or kg) for the denominator.