From a4cf238912706b50961a03bf573b98e57830a54b Mon Sep 17 00:00:00 2001 From: Jesse Nusbaumer Date: Thu, 10 Aug 2023 14:15:07 -0600 Subject: [PATCH 1/4] Fix standard name problems as detailed in Github issue #11. --- standard_names.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/standard_names.xml b/standard_names.xml index f6b2abd..7ce1e18 100644 --- a/standard_names.xml +++ b/standard_names.xml @@ -164,11 +164,11 @@ real + long_name="Horizontal wind in a direction perpendicular to y_wind"> real + long_name="Horizontal wind in a direction perpendicular to x_wind"> real real - + real real From 31faaf34f5519134c3cda375760785c7116e6344 Mon Sep 17 00:00:00 2001 From: Jesse Nusbaumer Date: Fri, 11 Aug 2023 13:56:06 -0600 Subject: [PATCH 2/4] Add new scalar grav. acceleration, and move variable grav. acceleration to 'state_variables'. --- Metadata-standard-names.md | 14 ++++++++------ standard_names.xml | 11 ++++++++--- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/Metadata-standard-names.md b/Metadata-standard-names.md index d434ab3..58b2348 100644 --- a/Metadata-standard-names.md +++ b/Metadata-standard-names.md @@ -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 epresenting 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 @@ -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 @@ -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 @@ -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 diff --git a/standard_names.xml b/standard_names.xml index 7ce1e18..f31ec8c 100644 --- a/standard_names.xml +++ b/standard_names.xml @@ -113,6 +113,11 @@ long_name="(Rwv / Rdair) - 1.0"> real + + real +
@@ -121,9 +126,6 @@ real - - real - real @@ -362,6 +364,9 @@ real + + real +
From cc2cd5d8b55e5061cd34db844bf8fd6c273155d3 Mon Sep 17 00:00:00 2001 From: Jesse Nusbaumer Date: Fri, 11 Aug 2023 13:59:55 -0600 Subject: [PATCH 3/4] Fix typo in long name. --- standard_names.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard_names.xml b/standard_names.xml index f31ec8c..093fcd2 100644 --- a/standard_names.xml +++ b/standard_names.xml @@ -115,7 +115,7 @@ + long_name="scalar constant representing gravitiational acceleration"> real
From dfb7044f04a0ed893ac91ecf7cae48ea369cc8aa Mon Sep 17 00:00:00 2001 From: Jesse Nusbaumer Date: Fri, 11 Aug 2023 14:00:29 -0600 Subject: [PATCH 4/4] Update markdown file. --- Metadata-standard-names.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Metadata-standard-names.md b/Metadata-standard-names.md index 58b2348..ed223bc 100644 --- a/Metadata-standard-names.md +++ b/Metadata-standard-names.md @@ -82,7 +82,7 @@ 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 epresenting gravitiational acceleration +* `standard_gravitational_acceleration`: scalar constant representing gravitiational acceleration * `real(kind=kind_phys)`: units = m s-2 ## coordinates * `latitude`: Latitude