Skip to content

Commit bfadf30

Browse files
svahl991mkavulich
authored andcommitted
Cherry-picked from main:
Add/modify skin temperature at surface variables. (ESCOMP#84) * Add JEDI skin temperature variables * Change sea to ocean
1 parent fbe2796 commit bfadf30

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

Metadata-standard-names.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,9 +1998,15 @@ Variables related to the compute environment
19981998
* `real(kind=kind_phys)`: units = cm
19991999
* `roughness_length_over_water`: surface roughness length over water
20002000
* `real(kind=kind_phys)`: units = cm
2001-
* `surface_skin_temperature`: Surface skin temperature
2001+
* `skin_temperature_at_surface`: Skin temperature at surface
20022002
* `real(kind=kind_phys)`: units = K
2003-
* `surface_skin_temperature_over_land`: Surface skin temperature over land
2003+
* `skin_temperature_at_surface_over_ice`: Skin temperature at surface over (or where) ice
2004+
* `real(kind=kind_phys)`: units = K
2005+
* `skin_temperature_at_surface_over_land`: Skin temperature at surface over (or where) land
2006+
* `real(kind=kind_phys)`: units = K
2007+
* `skin_temperature_at_surface_over_ocean`: Skin temperature at surface over (or where) ocean
2008+
* `real(kind=kind_phys)`: units = K
2009+
* `skin_temperature_at_surface_over_snow`: Skin temperature at surface over (or where) snow
20042010
* `real(kind=kind_phys)`: units = K
20052011
* `snow_area_fraction_at_surface_over_ice`: Snow area fraction at surface over ice
20062012
* `real(kind=kind_phys)`: units = fraction

standard_names.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3372,10 +3372,24 @@
33723372
long_name="surface roughness length over water">
33733373
<type kind="kind_phys" units="cm">real</type>
33743374
</standard_name>
3375-
<standard_name name="surface_skin_temperature">
3375+
<standard_name name="skin_temperature_at_surface"
3376+
long_name="Skin temperature at surface">
33763377
<type kind="kind_phys" units="K">real</type>
33773378
</standard_name>
3378-
<standard_name name="surface_skin_temperature_over_land">
3379+
<standard_name name="skin_temperature_at_surface_over_ice"
3380+
long_name="Skin temperature at surface over (or where) ice">
3381+
<type kind="kind_phys" units="K">real</type>
3382+
</standard_name>
3383+
<standard_name name="skin_temperature_at_surface_over_land"
3384+
long_name="Skin temperature at surface over (or where) land">
3385+
<type kind="kind_phys" units="K">real</type>
3386+
</standard_name>
3387+
<standard_name name="skin_temperature_at_surface_over_ocean"
3388+
long_name="Skin temperature at surface over (or where) ocean">
3389+
<type kind="kind_phys" units="K">real</type>
3390+
</standard_name>
3391+
<standard_name name="skin_temperature_at_surface_over_snow"
3392+
long_name="Skin temperature at surface over (or where) snow">
33793393
<type kind="kind_phys" units="K">real</type>
33803394
</standard_name>
33813395
<standard_name name="snow_area_fraction_at_surface_over_ice">

0 commit comments

Comments
 (0)