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

Updating gravity and fixing typos #45

Merged
merged 4 commits into from
Aug 28, 2023
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
14 changes: 8 additions & 6 deletions Metadata-standard-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ Currently, the only dimension which supports all six dimension types is horizont
* `real(kind=kind_phys)`: units = kg m-3
* `ratio_of_water_vapor_to_dry_air_gas_constants_minus_one`: (Rwv / Rdair) - 1.0
* `real(kind=kind_phys)`: units = 1
* `standard_gravitational_acceleration`: scalar constant representing gravitiational acceleration
* `real(kind=kind_phys)`: units = m s-2
## coordinates
* `latitude`: Latitude
* `real(kind=kind_phys)`: units = degree_north
* `longitude`: Longitude
* `real(kind=kind_phys)`: units = degree_east
* `gravitational_acceleration`: Gravitational acceleration
* `real(kind=kind_phys)`: units = m s-2
* `cell_area`: Cell area
* `real(kind=kind_phys)`: units = m2
* `cell_weight`: Cell weight
Expand All @@ -115,9 +115,9 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi
* `real(kind=kind_phys)`: units = K
* `air_temperature_on_previous_timestep`: Air temperature on previous timestep
* `real(kind=kind_phys)`: units = K
* `x_wind`: Horizontal wind in a direction perdendicular to y_wind
* `x_wind`: Horizontal wind in a direction perpendicular to y_wind
* `real(kind=kind_phys)`: units = m s-1
* `y_wind`: Horizontal wind in a direction perdendicular to x_wind
* `y_wind`: Horizontal wind in a direction perpendicular to x_wind
* `real(kind=kind_phys)`: units = m s-1
* `eastward_wind`: Wind vector component, positive when directed eastward
* `real(kind=kind_phys)`: units = m s-1
Expand Down Expand Up @@ -215,9 +215,9 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi
* `real(kind=kind_phys)`: units = K
* `virtual_temperature`: virtual temperature
* `real(kind=kind_phys)`: units = K
* `pressure_dependent_gas_constant_of_dry_air`: Pressure dependent gas constant of dry air
* `composition_dependent_gas_constant_of_dry_air`: Composition dependent gas constant of dry air
* `real(kind=kind_phys)`: units = J kg-1 K-1
* `pressure_dependent_ratio_of_dry_air_to_water_vapor_gas_constants_minus_one`: (Rwv / Rdair) - 1.0
* `ratio_of_water_vapor_gas_constant_to_composition_dependent_dry_air_gas_constant_minus_one`: (Rwv / Rdair) - 1.0
* `real(kind=kind_phys)`: units = 1
* `mass_content_of_cloud_ice_in_atmosphere_layer`: Mass content of cloud ice in atmosphere layer
* `real(kind=kind_phys)`: units = kg m-2
Expand All @@ -227,6 +227,8 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi
* `real(kind=kind_phys)`: units = 1
* `relative_humidity`: Relative humidity
* `real(kind=kind_phys)`: units = 1
* `gravitational_acceleration`: Gravitational acceleration
* `real(kind=kind_phys)`: units = m s-2
## diagnostics
* `total_precipitation_rate_at_surface`: Total precipitation rate at surface
* `real(kind=kind_phys)`: units = m s-1
Expand Down
19 changes: 12 additions & 7 deletions standard_names.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
long_name="(Rwv / Rdair) - 1.0">
<type kind="kind_phys" units="1">real</type>
</standard_name>
<standard_name
name="standard_gravitational_acceleration"
long_name="scalar constant representing gravitiational acceleration">
<type kind="kind_phys" units="m s-2">real</type>
</standard_name>
</section>
<section name="coordinates">
<standard_name name="latitude">
Expand All @@ -121,9 +126,6 @@
<standard_name name="longitude">
<type kind="kind_phys" units="degree_east">real</type>
</standard_name>
<standard_name name="gravitational_acceleration">
<type kind="kind_phys" units="m s-2">real</type>
</standard_name>
<standard_name name="cell_area">
<type kind="kind_phys" units="m2">real</type>
</standard_name>
Expand Down Expand Up @@ -164,11 +166,11 @@
<type kind="kind_phys" units="K">real</type>
</standard_name>
<standard_name name="x_wind"
long_name="Horizontal wind in a direction perdendicular to y_wind">
long_name="Horizontal wind in a direction perpendicular to y_wind">
<type kind="kind_phys" units="m s-1">real</type>
</standard_name>
<standard_name name="y_wind"
long_name="Horizontal wind in a direction perdendicular to x_wind">
long_name="Horizontal wind in a direction perpendicular to x_wind">
<type kind="kind_phys" units="m s-1">real</type>
</standard_name>
<standard_name name="eastward_wind"
Expand Down Expand Up @@ -340,11 +342,11 @@
long_name="virtual temperature">
<type kind="kind_phys" units="K">real</type>
</standard_name>
<standard_name name="pressure_dependent_gas_constant_of_dry_air">
<standard_name name="composition_dependent_gas_constant_of_dry_air">
<type kind="kind_phys" units="J kg-1 K-1">real</type>
</standard_name>
<standard_name
name="pressure_dependent_ratio_of_dry_air_to_water_vapor_gas_constants_minus_one"
name="ratio_of_water_vapor_gas_constant_to_composition_dependent_dry_air_gas_constant_minus_one"
long_name="(Rwv / Rdair) - 1.0">
<type kind="kind_phys" units="1">real</type>
</standard_name>
Expand All @@ -362,6 +364,9 @@
<standard_name name="relative_humidity">
<type kind="kind_phys" units="1">real</type>
</standard_name>
<standard_name name="gravitational_acceleration">
<type kind="kind_phys" units="m s-2">real</type>
</standard_name>
</section>
<section name="diagnostics">
<standard_name name="total_precipitation_rate_at_surface">
Expand Down