mirror of https://github.com/ecmwf/eccodes.git
ECC-684: GRIB: Remove shortNames 'ocu' and 'ocv' from parameters 150133 and 150134
This commit is contained in:
parent
7056b2021c
commit
2b1281c311
|
@ -12240,12 +12240,12 @@
|
|||
indicatorOfParameter = 131 ;
|
||||
}
|
||||
#Ocean U wind component
|
||||
'ocu' = {
|
||||
'p133.150' = {
|
||||
table2Version = 150 ;
|
||||
indicatorOfParameter = 133 ;
|
||||
}
|
||||
#Ocean V wind component
|
||||
'ocv' = {
|
||||
'p134.150' = {
|
||||
table2Version = 150 ;
|
||||
indicatorOfParameter = 134 ;
|
||||
}
|
||||
|
|
|
@ -12240,12 +12240,12 @@
|
|||
indicatorOfParameter = 131 ;
|
||||
}
|
||||
#Ocean U wind component
|
||||
'ocu' = {
|
||||
'~' = {
|
||||
table2Version = 150 ;
|
||||
indicatorOfParameter = 133 ;
|
||||
}
|
||||
#Ocean V wind component
|
||||
'ocv' = {
|
||||
'~' = {
|
||||
table2Version = 150 ;
|
||||
indicatorOfParameter = 134 ;
|
||||
}
|
||||
|
|
|
@ -16076,13 +16076,13 @@
|
|||
parameterNumber = 131 ;
|
||||
}
|
||||
#Ocean U wind component
|
||||
'ocu' = {
|
||||
'p133.150' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 150 ;
|
||||
parameterNumber = 133 ;
|
||||
}
|
||||
#Ocean V wind component
|
||||
'ocv' = {
|
||||
'p134.150' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 150 ;
|
||||
parameterNumber = 134 ;
|
||||
|
|
|
@ -16076,13 +16076,13 @@
|
|||
parameterNumber = 131 ;
|
||||
}
|
||||
#Ocean U wind component
|
||||
'ocu' = {
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 150 ;
|
||||
parameterNumber = 133 ;
|
||||
}
|
||||
#Ocean V wind component
|
||||
'ocv' = {
|
||||
'~' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 150 ;
|
||||
parameterNumber = 134 ;
|
||||
|
|
Loading…
Reference in New Issue