From f7fd6babd5e15b3ee1ec838882f6246c0ac11d35 Mon Sep 17 00:00:00 2001 From: svahl991 Date: Wed, 31 Dec 2025 11:05:13 -0700 Subject: [PATCH 1/6] Add some marine variables --- standard_names.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/standard_names.xml b/standard_names.xml index 6390bea..b42c20b 100644 --- a/standard_names.xml +++ b/standard_names.xml @@ -1000,6 +1000,24 @@ real +
+ + real + + + real + + + real + + + real + +
real From 2cfaeb5544389e6c722ddb6eb6f693bad7bd37bb Mon Sep 17 00:00:00 2001 From: svahl991 Date: Wed, 31 Dec 2025 11:47:06 -0700 Subject: [PATCH 2/6] Update md file --- Metadata-standard-names.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Metadata-standard-names.md b/Metadata-standard-names.md index 346defa..8536177 100644 --- a/Metadata-standard-names.md +++ b/Metadata-standard-names.md @@ -6,6 +6,7 @@ * [coordinates](#coordinates) * [state_variables](#state_variables) * [land_surface](#land_surface) +* [marine](#marine) * [diagnostics](#diagnostics) * [atmospheric_composition](#atmospheric_composition) * [atmospheric_composition: GOCART aerosols](#atmospheric_composition-gocart-aerosols) @@ -544,6 +545,15 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi * `real`: units = m3 m-3 * `volume_fraction_of_liquid_water_in_soil_at_wilting_point`: volume fraction of water in liquid phase in soil at wilting point * `real`: units = m3 m-3 +## marine +* `potential_temperature_of_sea_water`: sea water potential temperature + * `real`: units = K +* `sea_water_depth`: The depth below the surface of the sea + * `real`: units = m +* `sea_water_salinity`: The salinity of sea water + * `real`: units = ppt m +* `sea_water_temperature`: The temperature of sea water + * `real`: units = K ## diagnostics * `total_precipitation_rate_at_surface`: Total precipitation rate at surface * `real`: units = m s-1 From 7c9475d8f7fd3d43002a7553d0497a2ff9a4d6ff Mon Sep 17 00:00:00 2001 From: svahl991 Date: Fri, 2 Jan 2026 10:52:38 -0700 Subject: [PATCH 3/6] Differentiate between practical and absolute salinity --- standard_names.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/standard_names.xml b/standard_names.xml index b42c20b..639c109 100644 --- a/standard_names.xml +++ b/standard_names.xml @@ -1009,9 +1009,13 @@ description="The depth below the surface of the sea"> real - - real + + real + + + real From 36f43b1635adf1446250a281c75aece2b42f22cb Mon Sep 17 00:00:00 2001 From: svahl991 Date: Fri, 2 Jan 2026 10:55:31 -0700 Subject: [PATCH 4/6] update md file with script --- Metadata-standard-names.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Metadata-standard-names.md b/Metadata-standard-names.md index 8536177..c245643 100644 --- a/Metadata-standard-names.md +++ b/Metadata-standard-names.md @@ -550,8 +550,10 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi * `real`: units = K * `sea_water_depth`: The depth below the surface of the sea * `real`: units = m -* `sea_water_salinity`: The salinity of sea water - * `real`: units = ppt m +* `sea_water_practical_salinity`: The practical salinity of sea water + * `real`: units = PSU +* `sea_water_absolute_salinity`: The absolute salinity of sea water + * `real`: units = g kg-1 * `sea_water_temperature`: The temperature of sea water * `real`: units = K ## diagnostics From bd83e9bf9a2156bcb9ad653687ab6f04066aca25 Mon Sep 17 00:00:00 2001 From: svahl991 Date: Fri, 2 Jan 2026 12:10:19 -0700 Subject: [PATCH 5/6] Conform to CF naming --- standard_names.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard_names.xml b/standard_names.xml index 639c109..4065702 100644 --- a/standard_names.xml +++ b/standard_names.xml @@ -1009,7 +1009,7 @@ description="The depth below the surface of the sea"> real - real From c5f139eb8437a64d566de4bc4f625596f9e2ee46 Mon Sep 17 00:00:00 2001 From: svahl991 Date: Fri, 2 Jan 2026 12:10:57 -0700 Subject: [PATCH 6/6] Update md file with script --- 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 c245643..20d51b7 100644 --- a/Metadata-standard-names.md +++ b/Metadata-standard-names.md @@ -550,7 +550,7 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi * `real`: units = K * `sea_water_depth`: The depth below the surface of the sea * `real`: units = m -* `sea_water_practical_salinity`: The practical salinity of sea water +* `sea_water_salinity`: The practical salinity of sea water * `real`: units = PSU * `sea_water_absolute_salinity`: The absolute salinity of sea water * `real`: units = g kg-1