mirror of https://github.com/ecmwf/eccodes.git
ECC-1823: GRIB2: Add climatological albedo local ECMWF parameter to pseudocentre ERA6
This commit is contained in:
parent
7382fb3ab7
commit
d6562ddcd6
|
@ -42,6 +42,14 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Albedo (climatological)
|
||||
'surface_albedo' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfGeneratingProcess = 9 ;
|
||||
}
|
||||
#Evaporation
|
||||
'lwe_thickness_of_water_evaporation_amount' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
|
|
@ -124,6 +124,14 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Albedo (climatological)
|
||||
'Albedo (climatological)' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfGeneratingProcess = 9 ;
|
||||
}
|
||||
#Evaporation
|
||||
'Evaporation' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
|
|
@ -124,6 +124,14 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Albedo (climatological)
|
||||
'174' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfGeneratingProcess = 9 ;
|
||||
}
|
||||
#Evaporation
|
||||
'182' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
|
|
@ -124,6 +124,14 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Albedo (climatological)
|
||||
'al' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfGeneratingProcess = 9 ;
|
||||
}
|
||||
#Evaporation
|
||||
'e' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
|
|
@ -124,6 +124,14 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
}
|
||||
#Albedo (climatological)
|
||||
'(0 - 1)' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfGeneratingProcess = 9 ;
|
||||
}
|
||||
#Evaporation
|
||||
'm of water equivalent' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
|
Loading…
Reference in New Issue