File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments