Skip to content

Commit

Permalink
Update standard names based off code review discussion.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Jan 25, 2024
1 parent bef34eb commit 6590928
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Metadata-standard-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi
* `real(kind=kind_phys)`: units = kg m-2
* `vertically_integrated_total_water_of_current_state`: Vertically integrated total water of current state
* `real(kind=kind_phys)`: units = kg m-2
* `heating_rate`: heating rate
* `tendency_of_dry_air_enthalpy_at_constant_pressure`: Tendency of dry air enthalpy at constant pressure
* `real(kind=kind_phys)`: units = J kg-1 s-1
* `tendency_of_air_temperature`: Change in temperature from a parameterization
* `real(kind=kind_phys)`: units = K s-1
Expand Down Expand Up @@ -224,13 +224,13 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi
* `real(kind=kind_phys)`: units = W m-2
* `us_standard_air_pressure_at_sea_level`: US Standard Atmospheric pressure at sea level
* `real(kind=kind_phys)`: units = Pa
* `reference_pressure`: reference pressure used in definition of potential temperature, Exner function, etc.
* `surface_reference_pressure`: Reference pressure used in definition of potential temperature, Exner function, etc.
* `real(kind=kind_phys)`: units = Pa
* `reference_pressure_in_atmosphere_layer`: reference pressure in atmosphere layer
* `real(kind=kind_phys)`: units = Pa
* `reference_air_pressure_normalized_by_surface_air_pressure`: reference pressure normalized by surface pressure
* `real(kind=kind_phys)`: units = 1
* `reference_pressure_in_atmosphere_layer_normalized_by_reference_pressure`: reference pressure in atmosphere layer normalized by reference pressure
* `reference_pressure_in_atmosphere_layer_normalized_by_surface_reference_pressure`: Reference pressure in atmosphere layer normalized by surface reference pressure
* `real(kind=kind_phys)`: units = 1
* `dimensionless_exner_function`: exner function
* `real(kind=kind_phys)`: units = 1
Expand Down
12 changes: 6 additions & 6 deletions standard_names.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@
<standard_name name="vertically_integrated_total_water_of_current_state">
<type kind="kind_phys" units="kg m-2">real</type>
</standard_name>
<standard_name name="heating_rate"
long_name="heating rate">
<standard_name name="tendency_of_dry_air_enthalpy_at_constant_pressure"
long_name="Tendency of dry air enthalpy at constant pressure">
<type kind="kind_phys" units="J kg-1 s-1">real</type>
</standard_name>
<standard_name name="tendency_of_air_temperature"
Expand Down Expand Up @@ -352,8 +352,8 @@
long_name="US Standard Atmospheric pressure at sea level">
<type kind="kind_phys" units="Pa">real</type>
</standard_name>
<standard_name name="reference_pressure"
long_name="reference pressure used in definition of potential temperature, Exner function, etc.">
<standard_name name="surface_reference_pressure"
long_name="Reference pressure used in definition of potential temperature, Exner function, etc.">
<type kind="kind_phys" units="Pa">real</type>
</standard_name>
<standard_name name="reference_pressure_in_atmosphere_layer"
Expand All @@ -364,8 +364,8 @@
long_name="reference pressure normalized by surface pressure">
<type kind="kind_phys" units="1">real</type>
</standard_name>
<standard_name name="reference_pressure_in_atmosphere_layer_normalized_by_reference_pressure"
long_name="reference pressure in atmosphere layer normalized by reference pressure">
<standard_name name="reference_pressure_in_atmosphere_layer_normalized_by_surface_reference_pressure"
long_name="Reference pressure in atmosphere layer normalized by surface reference pressure">
<type kind="kind_phys" units="1">real</type>
</standard_name>
<standard_name name="dimensionless_exner_function"
Expand Down

0 comments on commit 6590928

Please sign in to comment.