Skip to content

Commit

Permalink
Merge branch 'main' into climbfuji-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji authored Nov 11, 2024
2 parents 671e151 + 702786a commit 9ee8c8a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Metadata-standard-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi
* `real(kind=kind_phys)`: units = m
* `geopotential_height_wrt_surface`: geopotential height w.r.t. local surface
* `real(kind=kind_phys)`: units = m
* `geopotential_height_wrt_surface_at_interface`: geopotential height w.r.t. local surface at interface
* `geopotential_height_wrt_surface_at_interfaces`: geopotential height w.r.t. local surface at interfaces
* `real(kind=kind_phys)`: units = m
* `potentially_advected_quantities`: Potentially advected quantities
* `real(kind=kind_phys)`: units = various
Expand Down 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
14 changes: 7 additions & 7 deletions standard_names.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@
long_name="geopotential height w.r.t. local surface">
<type kind="kind_phys" units="m">real</type>
</standard_name>
<standard_name name="geopotential_height_wrt_surface_at_interface"
long_name="geopotential height w.r.t. local surface at interface">
<standard_name name="geopotential_height_wrt_surface_at_interfaces"
long_name="geopotential height w.r.t. local surface at interfaces">
<type kind="kind_phys" units="m">real</type>
</standard_name>
<standard_name name="potentially_advected_quantities">
Expand Down 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

0 comments on commit 9ee8c8a

Please sign in to comment.