mirror of https://github.com/ecmwf/eccodes.git
GRIB-983: Parameter 248 (Cloud cover) should be renamed to 'Fraction of cloud cover'
This commit is contained in:
parent
43741651b3
commit
a26955cc11
|
@ -245,7 +245,7 @@
|
|||
245 245 FLSR Forecast log of surface roughness for heat - -
|
||||
246 246 CLWC Cloud liquid water content kg kg**-1 -
|
||||
247 247 CIWC Cloud ice water content kg kg**-1 -
|
||||
248 248 CC Cloud cover (0 - 1) -
|
||||
248 248 CC Fraction of cloud cover (0 - 1) -
|
||||
249 249 AIW Accumulated ice water tendency (-1 to 1) -
|
||||
250 250 ICE Ice age 1,0 0 first-year, 1 multi-year
|
||||
251 251 ATTE Adiabatic tendency of temperature K -
|
||||
|
|
|
@ -245,7 +245,7 @@
|
|||
245 flsr Forecast logarithm of surface roughness for heat ()
|
||||
246 clwc Cloud liquid water content (kg kg**-1)
|
||||
247 ciwc Cloud ice water content (kg kg**-1)
|
||||
248 cc Cloud cover ((0 - 1))
|
||||
248 cc Fraction of cloud cover ((0 - 1))
|
||||
249 aiw Accumulated ice water tendency ((-1 to 1))
|
||||
250 ice Ice age ((0 - 1))
|
||||
251 atte Adiabatic tendency of temperature (K)
|
||||
|
|
|
@ -2024,7 +2024,7 @@
|
|||
table2Version = 128 ;
|
||||
indicatorOfParameter = 247 ;
|
||||
}
|
||||
#Cloud cover
|
||||
#Fraction of cloud cover
|
||||
'cc' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 248 ;
|
||||
|
|
|
@ -2024,8 +2024,8 @@
|
|||
table2Version = 128 ;
|
||||
indicatorOfParameter = 247 ;
|
||||
}
|
||||
#Cloud cover
|
||||
'Cloud cover' = {
|
||||
#Fraction of cloud cover
|
||||
'Fraction of cloud cover' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 248 ;
|
||||
}
|
||||
|
|
|
@ -2024,7 +2024,7 @@
|
|||
table2Version = 128 ;
|
||||
indicatorOfParameter = 247 ;
|
||||
}
|
||||
#Cloud cover
|
||||
#Fraction of cloud cover
|
||||
'248' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 248 ;
|
||||
|
|
|
@ -2024,7 +2024,7 @@
|
|||
table2Version = 128 ;
|
||||
indicatorOfParameter = 247 ;
|
||||
}
|
||||
#Cloud cover
|
||||
#Fraction of cloud cover
|
||||
'cc' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 248 ;
|
||||
|
|
|
@ -2024,7 +2024,7 @@
|
|||
table2Version = 128 ;
|
||||
indicatorOfParameter = 247 ;
|
||||
}
|
||||
#Cloud cover
|
||||
#Fraction of cloud cover
|
||||
'(0 - 1)' = {
|
||||
table2Version = 128 ;
|
||||
indicatorOfParameter = 248 ;
|
||||
|
@ -11730,7 +11730,7 @@
|
|||
indicatorOfParameter = 229 ;
|
||||
}
|
||||
#Mean wave direction
|
||||
'degrees' = {
|
||||
'Degree true' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 230 ;
|
||||
}
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
parameterCategory = 1 ;
|
||||
parameterNumber = 84 ;
|
||||
}
|
||||
#Cloud cover
|
||||
#Fraction of cloud cover
|
||||
'cc' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
|
|
|
@ -88,8 +88,8 @@
|
|||
parameterCategory = 1 ;
|
||||
parameterNumber = 84 ;
|
||||
}
|
||||
#Cloud cover
|
||||
'Cloud cover' = {
|
||||
#Fraction of cloud cover
|
||||
'Fraction of cloud cover' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 32 ;
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
parameterCategory = 1 ;
|
||||
parameterNumber = 84 ;
|
||||
}
|
||||
#Cloud cover
|
||||
#Fraction of cloud cover
|
||||
'248' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
parameterCategory = 1 ;
|
||||
parameterNumber = 84 ;
|
||||
}
|
||||
#Cloud cover
|
||||
#Fraction of cloud cover
|
||||
'cc' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
parameterCategory = 1 ;
|
||||
parameterNumber = 84 ;
|
||||
}
|
||||
#Cloud cover
|
||||
#Fraction of cloud cover
|
||||
'(0 - 1)' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
|
|
Loading…
Reference in New Issue