This issue is somewhat related to R03 and R25:
When a float carries multiple sensors of the same type and thus generate multiple values for the same parameter, the current practice is to indicate the additional sensors/parameters by placing an integer "n" at the end of the char string. For example, if a float carries three oxygen sensors, then the three parameters are DOXY, DOXY2, DOXY3.
This practice is problematic when the char string ends in a numeral, e.g. DOWN_IRRADIANCE412.
What are the possible solutions? Many old files have already been written with the old practice.
This issue is somewhat related to R03 and R25:
When a float carries multiple sensors of the same type and thus generate multiple values for the same parameter, the current practice is to indicate the additional sensors/parameters by placing an integer "n" at the end of the char string. For example, if a float carries three oxygen sensors, then the three parameters are DOXY, DOXY2, DOXY3.
This practice is problematic when the char string ends in a numeral, e.g. DOWN_IRRADIANCE412.
What are the possible solutions? Many old files have already been written with the old practice.