Skip to content

Commit

Permalink
New wind variables at surface (#75)
Browse files Browse the repository at this point in the history
This adds two pairs of wind variables for winds at the surface layer.
  • Loading branch information
svahl991 authored Oct 1, 2024
1 parent ecfbfb0 commit 583a379
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Metadata-standard-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi
* `real(kind=kind_phys)`: units = m s-1
* `northward_wind_at_10m`: Wind vector component at 10m, positive when directed northward
* `real(kind=kind_phys)`: units = m s-1
* `eastward_wind_at_surface`: Wind vector component closest to surface, positive when directed eastward
* `real(kind=kind_phys)`: units = m s-1
* `northward_wind_at_surface`: Wind vector component closest to surface, positive when directed northward
* `real(kind=kind_phys)`: units = m s-1
* `wind_speed_at_surface`: Scalar wind speed closest to surface
* `real(kind=kind_phys)`: units = m s-1
* `wind_from_direction_at_surface`: Direction, from north, of wind speed closest to surface
* `real(kind=kind_phys)`: units = degrees
* `dry_static_energy`: Dry static energy Content of Atmosphere Layer
* `real(kind=kind_phys)`: units = J kg-1
* `do_lagrangian_vertical_coordinate`: flag indicating if vertical coordinate is lagrangian
Expand Down
16 changes: 16 additions & 0 deletions standard_names.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,22 @@
long_name="Wind vector component at 10m, positive when directed northward">
<type kind="kind_phys" units="m s-1">real</type>
</standard_name>
<standard_name name="eastward_wind_at_surface"
long_name="Wind vector component closest to surface, positive when directed eastward">
<type kind="kind_phys" units="m s-1">real</type>
</standard_name>
<standard_name name="northward_wind_at_surface"
long_name="Wind vector component closest to surface, positive when directed northward">
<type kind="kind_phys" units="m s-1">real</type>
</standard_name>
<standard_name name="wind_speed_at_surface"
long_name="Scalar wind speed closest to surface">
<type kind="kind_phys" units="m s-1">real</type>
</standard_name>
<standard_name name="wind_from_direction_at_surface"
long_name="Direction, from north, of wind speed closest to surface">
<type kind="kind_phys" units="degrees">real</type>
</standard_name>
<standard_name name="dry_static_energy"
long_name="Dry static energy Content of Atmosphere Layer">
<type kind="kind_phys" units="J kg-1">real</type>
Expand Down

0 comments on commit 583a379

Please sign in to comment.