mirror of https://github.com/ecmwf/eccodes.git
ECC-1232: GRIB: Add units to orography fields
This commit is contained in:
parent
418157db49
commit
6c9bbf946f
|
@ -90,8 +90,8 @@
|
||||||
157 ra Relative humidity anomaly (%)
|
157 ra Relative humidity anomaly (%)
|
||||||
158 tspa Tendency of surface pressure anomaly (Pa s**-1)
|
158 tspa Tendency of surface pressure anomaly (Pa s**-1)
|
||||||
159 blha Boundary layer height anomaly (m)
|
159 blha Boundary layer height anomaly (m)
|
||||||
160 sdora Standard deviation of orography anomaly (~)
|
160 sdora Standard deviation of orography anomaly (m)
|
||||||
161 isora Anisotropy of sub-gridscale orography anomaly (~)
|
161 isora Anisotropy of sub-gridscale orography anomaly (m)
|
||||||
162 anora Angle of sub-gridscale orography anomaly (radians)
|
162 anora Angle of sub-gridscale orography anomaly (radians)
|
||||||
163 slora Slope of sub-gridscale orography anomaly (~)
|
163 slora Slope of sub-gridscale orography anomaly (~)
|
||||||
164 tcca Total cloud cover anomaly ((0 - 1))
|
164 tcca Total cloud cover anomaly ((0 - 1))
|
||||||
|
|
|
@ -141,7 +141,7 @@
|
||||||
158 tspdiff Tendency of surface pressure difference (Pa s**-1)
|
158 tspdiff Tendency of surface pressure difference (Pa s**-1)
|
||||||
159 blhdiff Boundary layer height difference (m)
|
159 blhdiff Boundary layer height difference (m)
|
||||||
160 sdordiff Standard deviation of orography difference (~)
|
160 sdordiff Standard deviation of orography difference (~)
|
||||||
161 isordiff Anisotropy of sub-gridscale orography difference (~)
|
161 isordiff Anisotropy of sub-gridscale orography difference (m)
|
||||||
162 anordiff Angle of sub-gridscale orography difference (radians)
|
162 anordiff Angle of sub-gridscale orography difference (radians)
|
||||||
163 slordiff Slope of sub-gridscale orography difference (~)
|
163 slordiff Slope of sub-gridscale orography difference (~)
|
||||||
164 tccdiff Total cloud cover difference ((0 - 1))
|
164 tccdiff Total cloud cover difference ((0 - 1))
|
||||||
|
|
|
@ -2805,7 +2805,7 @@
|
||||||
indicatorOfParameter = 160 ;
|
indicatorOfParameter = 160 ;
|
||||||
}
|
}
|
||||||
#Anisotropy of sub-gridscale orography difference
|
#Anisotropy of sub-gridscale orography difference
|
||||||
'~' = {
|
'm' = {
|
||||||
table2Version = 200 ;
|
table2Version = 200 ;
|
||||||
indicatorOfParameter = 161 ;
|
indicatorOfParameter = 161 ;
|
||||||
}
|
}
|
||||||
|
@ -14150,12 +14150,12 @@
|
||||||
indicatorOfParameter = 159 ;
|
indicatorOfParameter = 159 ;
|
||||||
}
|
}
|
||||||
#Standard deviation of orography anomaly
|
#Standard deviation of orography anomaly
|
||||||
'~' = {
|
'm' = {
|
||||||
table2Version = 171 ;
|
table2Version = 171 ;
|
||||||
indicatorOfParameter = 160 ;
|
indicatorOfParameter = 160 ;
|
||||||
}
|
}
|
||||||
#Anisotropy of sub-gridscale orography anomaly
|
#Anisotropy of sub-gridscale orography anomaly
|
||||||
'~' = {
|
'm' = {
|
||||||
table2Version = 171 ;
|
table2Version = 171 ;
|
||||||
indicatorOfParameter = 161 ;
|
indicatorOfParameter = 161 ;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2028,7 +2028,7 @@
|
||||||
parameterNumber = 160 ;
|
parameterNumber = 160 ;
|
||||||
}
|
}
|
||||||
#Anisotropy of sub-gridscale orography difference
|
#Anisotropy of sub-gridscale orography difference
|
||||||
'~' = {
|
'm' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
parameterCategory = 200 ;
|
parameterCategory = 200 ;
|
||||||
parameterNumber = 161 ;
|
parameterNumber = 161 ;
|
||||||
|
@ -18438,13 +18438,13 @@
|
||||||
parameterNumber = 159 ;
|
parameterNumber = 159 ;
|
||||||
}
|
}
|
||||||
#Standard deviation of orography anomaly
|
#Standard deviation of orography anomaly
|
||||||
'~' = {
|
'm' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
parameterCategory = 171 ;
|
parameterCategory = 171 ;
|
||||||
parameterNumber = 160 ;
|
parameterNumber = 160 ;
|
||||||
}
|
}
|
||||||
#Anisotropy of sub-gridscale orography anomaly
|
#Anisotropy of sub-gridscale orography anomaly
|
||||||
'~' = {
|
'm' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
parameterCategory = 171 ;
|
parameterCategory = 171 ;
|
||||||
parameterNumber = 161 ;
|
parameterNumber = 161 ;
|
||||||
|
|
Loading…
Reference in New Issue