mirror of https://github.com/ecmwf/eccodes.git
GRIB-876 and GRIB-929: units syntax
This commit is contained in:
parent
25d6c82ee1
commit
dfe23d6531
|
@ -9025,22 +9025,22 @@
|
|||
indicatorOfParameter = 48 ;
|
||||
}
|
||||
#Instantaneous total lightning density
|
||||
'flashes/km2/day' = {
|
||||
'flashes km**-2 day**-1' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 50 ;
|
||||
}
|
||||
#Averaged total lightning density
|
||||
'flashes/km2/day' = {
|
||||
'flashes km**-2 day**-1' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 51 ;
|
||||
}
|
||||
#Instantaneous cloud-to-ground lightning density
|
||||
'flashes/km2/day' = {
|
||||
'flashes km**-2 day**-1' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 52 ;
|
||||
}
|
||||
#Averaged cloud-to-ground lightning density
|
||||
'flashes/km2/day' = {
|
||||
'flashes km**-2 day**-1' = {
|
||||
table2Version = 228 ;
|
||||
indicatorOfParameter = 53 ;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue