Skip to content

Commit a80aad5

Browse files
Distinguish Absolute Wind, in VerticalProfile message, between Average and Maximum.
1 parent 9dd21a2 commit a80aad5

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

IMC.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,14 +1412,20 @@
14121412
<value id="6" name="Turbidity" abbrev="TURBIDITY"/>
14131413
<value id="7" name="Current Velocity In x" abbrev="CURRENT_VELOCITY_U"/>
14141414
<value id="8" name="Current Velocity In y" abbrev="CURRENT_VELOCITY_V"/>
1415-
<value id="9" name="Absolute Wind" abbrev="ABSOLUTE_WIND">
1415+
<value id="9" name="Absolute Wind Average" abbrev="ABSOLUTE_WIND_AVG">
14161416
<description>
14171417
In this case, the Depth value of the ProfileSample message indicates
14181418
wind direction, in degrees.
14191419
</description>
14201420
</value>
1421-
<value id="10" name="Dissolved Organic Matter" abbrev="DISS_ORGANIC_MATTER"/>
1422-
<value id="11" name="Dissolved Oxygen" abbrev="DISS_OXYGEN"/>
1421+
<value id="10" name="Absolute Wind Maximum" abbrev="ABSOLUTE_WIND_MAX">
1422+
<description>
1423+
In this case, the Depth value of the ProfileSample message indicates
1424+
wind direction, in degrees.
1425+
</description>
1426+
</value>
1427+
<value id="11" name="Dissolved Organic Matter" abbrev="DISS_ORGANIC_MATTER"/>
1428+
<value id="12" name="Dissolved Oxygen" abbrev="DISS_OXYGEN"/>
14231429
</field>
14241430
<field name="Number of Samples" abbrev="numSamples" type="uint8_t"/>
14251431
<field name="Samples" abbrev="samples" type="message-list" message-type="ProfileSample"/>

0 commit comments

Comments
 (0)