diff --git a/Metadata-standard-names.md b/Metadata-standard-names.md
index f1c9366..a4844a7 100644
--- a/Metadata-standard-names.md
+++ b/Metadata-standard-names.md
@@ -470,7 +470,7 @@ Variables defining or relating to timing, dates, calendar, and related concepts
* `real`: units = m s-1
* `eastward_wind_at_10m`: Wind vector component at 10 meters above surface, positive when directed eastward
* `real`: units = m s-1
-* `eastward_wind_at_surface`: Wind vector component closest to surface, positive when directed eastward
+* `eastward_wind_at_surface_adjacent_layer`: Wind vector component at layer closest to surface, positive when directed eastward
* `real`: units = m s-1
* `geopotential_at_interfaces`: Geopotential at interfaces
* `real`: units = m2 s-2
@@ -530,7 +530,7 @@ Variables defining or relating to timing, dates, calendar, and related concepts
* `real`: units = m s-1
* `northward_wind_at_10m`: Wind vector component at 10 meters above surface, positive when directed northward
* `real`: units = m s-1
-* `northward_wind_at_surface`: Wind vector component closest to surface, positive when directed northward
+* `northward_wind_at_surface_adjacent_layer`: Wind vector component at layer closest to surface, positive when directed northward
* `real`: units = m s-1
* `physics_state_due_to_dynamics`: Physics state due to dynamics
* `ddt`: units = none
@@ -601,14 +601,16 @@ Variables defining or relating to timing, dates, calendar, and related concepts
* `real`: units = kg kg-1
* `water_vapor_mixing_ratio_wrt_moist_air_two_timesteps_back`: Specific humidity (water vapor mass mixing ratio with respect to moist air) two timesteps back
* `real`: units = kg kg-1
-* `wind_from_direction_at_surface`: Direction, from north, of wind speed closest to surface
+* `wind_from_direction_at_surface_adjacent_layer`: Direction (clockwise from north) wind vector is pointing away from, at the layer closest to surface.
* `real`: units = degrees
-* `wind_speed_at_surface`: Scalar wind speed closest to surface
+* `wind_speed_at_surface_adjacent_layer`: Scalar wind speed at layer closest to surface
* `real`: units = m s-1
+* `wind_to_direction_at_surface_adjacent_layer`: Direction (clockwise from north) wind vector is pointing towards at the layer closest to surface.
+ * `real`: units = degrees
* `x_wind`: Horizontal wind in a direction perpendicular to y_wind
* Equivalent CF name: `x_wind`
* `real`: units = m s-1
-* `x_wind_at_surface_adjacent_layer`: X wind at surface adjacent layer
+* `x_wind_at_surface_adjacent_layer`: Wind vector component at layer closest to surface, perpendicular to y_wind
* `real`: units = m s-1
* `x_wind_of_new_state`: X wind of new state
* `real`: units = m s-1
@@ -617,7 +619,7 @@ Variables defining or relating to timing, dates, calendar, and related concepts
* `y_wind`: Horizontal wind in a direction perpendicular to x_wind
* Equivalent CF name: `y_wind`
* `real`: units = m s-1
-* `y_wind_at_surface_adjacent_layer`: Y wind at surface adjacent layer
+* `y_wind_at_surface_adjacent_layer`: Wind vector component at layer closest to surface, perpendicular to x_wind
* `real`: units = m s-1
* `y_wind_of_new_state`: Y wind of new state
* `real`: units = m s-1
diff --git a/Metadata-standard-names.yaml b/Metadata-standard-names.yaml
index 68a53ac..8672b08 100644
--- a/Metadata-standard-names.yaml
+++ b/Metadata-standard-names.yaml
@@ -901,9 +901,9 @@ section:
eastward
type: real
units: m s-1
- - name: eastward_wind_at_surface
- description: Wind vector component closest to surface, positive when directed
- eastward
+ - name: eastward_wind_at_surface_adjacent_layer
+ description: Wind vector component at layer closest to surface, positive when
+ directed eastward
type: real
units: m s-1
- name: geopotential_at_interfaces
@@ -1020,9 +1020,9 @@ section:
northward
type: real
units: m s-1
- - name: northward_wind_at_surface
- description: Wind vector component closest to surface, positive when directed
- northward
+ - name: northward_wind_at_surface_adjacent_layer
+ description: Wind vector component at layer closest to surface, positive when
+ directed northward
type: real
units: m s-1
- name: physics_state_due_to_dynamics
@@ -1170,21 +1170,28 @@ section:
moist air) two timesteps back
type: real
units: kg kg-1
- - name: wind_from_direction_at_surface
- description: Direction, from north, of wind speed closest to surface
+ - name: wind_from_direction_at_surface_adjacent_layer
+ description: Direction (clockwise from north) wind vector is pointing away from,
+ at the layer closest to surface.
type: real
units: degrees
- - name: wind_speed_at_surface
- description: Scalar wind speed closest to surface
+ - name: wind_speed_at_surface_adjacent_layer
+ description: Scalar wind speed at layer closest to surface
type: real
units: m s-1
+ - name: wind_to_direction_at_surface_adjacent_layer
+ description: Direction (clockwise from north) wind vector is pointing towards
+ at the layer closest to surface.
+ type: real
+ units: degrees
- name: x_wind
cfname: x_wind
description: Horizontal wind in a direction perpendicular to y_wind
type: real
units: m s-1
- name: x_wind_at_surface_adjacent_layer
- description: X wind at surface adjacent layer
+ description: Wind vector component at layer closest to surface, perpendicular
+ to y_wind
type: real
units: m s-1
- name: x_wind_of_new_state
@@ -1201,7 +1208,8 @@ section:
type: real
units: m s-1
- name: y_wind_at_surface_adjacent_layer
- description: Y wind at surface adjacent layer
+ description: Wind vector component at layer closest to surface, perpendicular
+ to x_wind
type: real
units: m s-1
- name: y_wind_of_new_state
diff --git a/StandardNamesRules.rst b/StandardNamesRules.rst
index 1484496..44e8d66 100644
--- a/StandardNamesRules.rst
+++ b/StandardNamesRules.rst
@@ -218,6 +218,7 @@ Terminology
| | | | vegetation categories |
+-------------------+-----------+---------------------------------+-------------------------------------------------------------+
+#. The ``direction`` of a vector, unless noted otherwise, is the geographical bearing measured in the positive clockwise direction from due north. For example, ``wind_to_direction = 90`` is the same as ``wind_from_direction = 270``, meaning wind blowing towards the east.
#. **Disallowed terms:** A few terms are disallowed as standard name components for various reasons; mostly due to
ambiguity.
diff --git a/standard_names.xml b/standard_names.xml
index 6952afe..1922980 100644
--- a/standard_names.xml
+++ b/standard_names.xml
@@ -669,7 +669,7 @@
real
-
+
real
@@ -757,7 +757,7 @@
real
-
+
real
@@ -862,17 +862,20 @@
real
-
+
real
-
+
real
+
+ real
+
x_wind
real
-
+
real
@@ -885,7 +888,7 @@
y_wind
real
-
+
real