mirror of https://github.com/ecmwf/eccodes.git
ECC-1227: GRIB2: Add new parameter 'Tropopause pressure'
This commit is contained in:
parent
8c726fc942
commit
2fc59e677b
|
@ -1166,6 +1166,14 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 23 ;
|
||||
}
|
||||
#Tropopause pressure
|
||||
'trpp' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfFirstFixedSurface = 7 ;
|
||||
typeOfSecondFixedSurface = missing() ;
|
||||
}
|
||||
#Height of convective cloud top
|
||||
'hcct' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -1166,6 +1166,14 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 23 ;
|
||||
}
|
||||
#Tropopause pressure
|
||||
'Tropopause pressure' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfFirstFixedSurface = 7 ;
|
||||
typeOfSecondFixedSurface = missing() ;
|
||||
}
|
||||
#Height of convective cloud top
|
||||
'Height of convective cloud top' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -1166,6 +1166,14 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 23 ;
|
||||
}
|
||||
#Tropopause pressure
|
||||
'228045' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfFirstFixedSurface = 7 ;
|
||||
typeOfSecondFixedSurface = missing() ;
|
||||
}
|
||||
#Height of convective cloud top
|
||||
'228046' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -1166,6 +1166,14 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 23 ;
|
||||
}
|
||||
#Tropopause pressure
|
||||
'trpp' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfFirstFixedSurface = 7 ;
|
||||
typeOfSecondFixedSurface = missing() ;
|
||||
}
|
||||
#Height of convective cloud top
|
||||
'hcct' = {
|
||||
discipline = 0 ;
|
||||
|
|
|
@ -1166,6 +1166,14 @@
|
|||
parameterCategory = 3 ;
|
||||
parameterNumber = 23 ;
|
||||
}
|
||||
#Tropopause pressure
|
||||
'Pa' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 3 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfFirstFixedSurface = 7 ;
|
||||
typeOfSecondFixedSurface = missing() ;
|
||||
}
|
||||
#Height of convective cloud top
|
||||
'm' = {
|
||||
discipline = 0 ;
|
||||
|
|
Loading…
Reference in New Issue