Skip to content

Commit 8155d30

Browse files
authored
Add some marine variables (#131)
## Description We need some marine variables added to the ESM standard since we wish to use them in generic JEDI code for use with SOCA. I have attempted to follow the conventions used for the corresponding `air` variables. ## Issues Variables needed for JCSDA-internal/vader#208
1 parent e719551 commit 8155d30

3 files changed

Lines changed: 62 additions & 0 deletions

File tree

Metadata-standard-names.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* [coordinates](#coordinates)
77
* [state_variables](#state_variables)
88
* [land_surface](#land_surface)
9+
* [marine](#marine)
910
* [diagnostics](#diagnostics)
1011
* [atmospheric_composition](#atmospheric_composition)
1112
* [atmospheric_composition: GOCART aerosols](#atmospheric_composition-gocart-aerosols)
@@ -544,6 +545,17 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi
544545
* `real`: units = m3 m-3
545546
* `volume_fraction_of_liquid_water_in_soil_at_wilting_point`: volume fraction of water in liquid phase in soil at wilting point
546547
* `real`: units = m3 m-3
548+
## marine
549+
* `sea_water_potential_temperature`: sea water potential temperature
550+
* `real`: units = K
551+
* `sea_water_depth`: The depth below the surface of the sea
552+
* `real`: units = m
553+
* `sea_water_practical_salinity`: The practical salinity of sea water
554+
* `real`: units = PSU
555+
* `sea_water_absolute_salinity`: The absolute salinity of sea water
556+
* `real`: units = g kg-1
557+
* `sea_water_temperature`: The temperature of sea water
558+
* `real`: units = K
547559
## diagnostics
548560
* `total_precipitation_rate_at_surface`: Total precipitation rate at surface
549561
* `real`: units = m s-1

Metadata-standard-names.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,34 @@ section:
12641264
type: real
12651265
kind: null
12661266
units: m3 m-3
1267+
- name: marine
1268+
comment: null
1269+
standard_names:
1270+
- name: sea_water_potential_temperature
1271+
description: sea water potential temperature
1272+
type: real
1273+
kind: null
1274+
units: K
1275+
- name: sea_water_depth
1276+
description: The depth below the surface of the sea
1277+
type: real
1278+
kind: null
1279+
units: m
1280+
- name: sea_water_practical_salinity
1281+
description: The practical salinity of sea water
1282+
type: real
1283+
kind: null
1284+
units: PSU
1285+
- name: sea_water_absolute_salinity
1286+
description: The absolute salinity of sea water
1287+
type: real
1288+
kind: null
1289+
units: g kg-1
1290+
- name: sea_water_temperature
1291+
description: The temperature of sea water
1292+
type: real
1293+
kind: null
1294+
units: K
12671295
- name: diagnostics
12681296
comment: null
12691297
standard_names:

standard_names.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,28 @@
10001000
<type units="m3 m-3">real</type>
10011001
</standard_name>
10021002
</section>
1003+
<section name="marine">
1004+
<standard_name name="sea_water_potential_temperature"
1005+
description="sea water potential temperature">
1006+
<type units="K">real</type>
1007+
</standard_name>
1008+
<standard_name name="sea_water_depth"
1009+
description="The depth below the surface of the sea">
1010+
<type units="m">real</type>
1011+
</standard_name>
1012+
<standard_name name="sea_water_practical_salinity"
1013+
description="The practical salinity of sea water">
1014+
<type units="PSU">real</type>
1015+
</standard_name>
1016+
<standard_name name="sea_water_absolute_salinity"
1017+
description="The absolute salinity of sea water">
1018+
<type units="g kg-1">real</type>
1019+
</standard_name>
1020+
<standard_name name="sea_water_temperature"
1021+
description="The temperature of sea water">
1022+
<type units="K">real</type>
1023+
</standard_name>
1024+
</section>
10031025
<section name="diagnostics">
10041026
<standard_name name="total_precipitation_rate_at_surface">
10051027
<type units="m s-1">real</type>

0 commit comments

Comments
 (0)