Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wind derivative/integral names #78

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Metadata-standard-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,13 +231,13 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi
* `real(kind=kind_phys)`: units = m s-2
* `tendency_of_northward_wind_due_to_model_physics`: Total change in northward wind from a physics suite
* `real(kind=kind_phys)`: units = m s-2
* `atmosphere_horizontal_streamfunction`: Scalar function describing the stream lines of the wind
* `air_horizontal_streamfunction`: Scalar function describing the stream lines of the wind
* `real(kind=kind_phys)`: units = m2 s-1
* `atmosphere_horizontal_velocity_potential`: Scalar potential of the wind
* `air_horizontal_velocity_potential`: Scalar potential of the wind
* `real(kind=kind_phys)`: units = m2 s-1
* `atmosphere_upward_absolute_vorticity`: The curl of the vector wind field
* `air_upward_absolute_vorticity`: The upward (kth) component of the curl of the vector wind field
* `real(kind=kind_phys)`: units = s-1
* `divergence_of_wind`: The (horizontal) divergence of the 2-D vector wind field
* `air_horizontal_divergence`: The (horizontal) divergence of the 2-D vector wind field
* `real(kind=kind_phys)`: units = s-1
* `surface_upward_heat_flux_in_air`: Surface upward heat flux in air
* `real(kind=kind_phys)`: units = W m-2
Expand Down
10 changes: 5 additions & 5 deletions standard_names.xml
Original file line number Diff line number Diff line change
Expand Up @@ -368,19 +368,19 @@
long_name="Total change in northward wind from a physics suite">
<type kind="kind_phys" units="m s-2">real</type>
</standard_name>
<standard_name name="atmosphere_horizontal_streamfunction"
<standard_name name="air_horizontal_streamfunction"
long_name="Scalar function describing the stream lines of the wind">
<type kind="kind_phys" units="m2 s-1">real</type>
</standard_name>
<standard_name name="atmosphere_horizontal_velocity_potential"
<standard_name name="air_horizontal_velocity_potential"
long_name="Scalar potential of the wind">
<type kind="kind_phys" units="m2 s-1">real</type>
</standard_name>
<standard_name name="atmosphere_upward_absolute_vorticity"
long_name="The curl of the vector wind field">
<standard_name name="air_upward_absolute_vorticity"
long_name="The upward (kth) component of the curl of the vector wind field">
<type kind="kind_phys" units="s-1">real</type>
</standard_name>
<standard_name name="divergence_of_wind"
<standard_name name="air_horizontal_divergence"
long_name="The (horizontal) divergence of the 2-D vector wind field">
<type kind="kind_phys" units="s-1">real</type>
</standard_name>
Expand Down
Loading