Skip to content

Commit d6562dd

Browse files
committed
ECC-1823: GRIB2: Add climatological albedo local ECMWF parameter to pseudocentre ERA6
1 parent 7382fb3 commit d6562dd

File tree

5 files changed

+40
-0
lines changed

5 files changed

+40
-0
lines changed

definitions/grib2/localConcepts/era6/cfName.def

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
typeOfFirstFixedSurface = 1 ;
4343
typeOfSecondFixedSurface = 8 ;
4444
}
45+
#Albedo (climatological)
46+
'surface_albedo' = {
47+
localTablesVersion = 1 ;
48+
discipline = 0 ;
49+
parameterCategory = 19 ;
50+
parameterNumber = 193 ;
51+
typeOfGeneratingProcess = 9 ;
52+
}
4553
#Evaporation
4654
'lwe_thickness_of_water_evaporation_amount' = {
4755
localTablesVersion = 1 ;

definitions/grib2/localConcepts/era6/name.def

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@
124124
typeOfFirstFixedSurface = 1 ;
125125
typeOfSecondFixedSurface = 8 ;
126126
}
127+
#Albedo (climatological)
128+
'Albedo (climatological)' = {
129+
localTablesVersion = 1 ;
130+
discipline = 0 ;
131+
parameterCategory = 19 ;
132+
parameterNumber = 193 ;
133+
typeOfGeneratingProcess = 9 ;
134+
}
127135
#Evaporation
128136
'Evaporation' = {
129137
localTablesVersion = 1 ;

definitions/grib2/localConcepts/era6/paramId.def

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@
124124
typeOfFirstFixedSurface = 1 ;
125125
typeOfSecondFixedSurface = 8 ;
126126
}
127+
#Albedo (climatological)
128+
'174' = {
129+
localTablesVersion = 1 ;
130+
discipline = 0 ;
131+
parameterCategory = 19 ;
132+
parameterNumber = 193 ;
133+
typeOfGeneratingProcess = 9 ;
134+
}
127135
#Evaporation
128136
'182' = {
129137
localTablesVersion = 1 ;

definitions/grib2/localConcepts/era6/shortName.def

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@
124124
typeOfFirstFixedSurface = 1 ;
125125
typeOfSecondFixedSurface = 8 ;
126126
}
127+
#Albedo (climatological)
128+
'al' = {
129+
localTablesVersion = 1 ;
130+
discipline = 0 ;
131+
parameterCategory = 19 ;
132+
parameterNumber = 193 ;
133+
typeOfGeneratingProcess = 9 ;
134+
}
127135
#Evaporation
128136
'e' = {
129137
localTablesVersion = 1 ;

definitions/grib2/localConcepts/era6/units.def

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@
124124
typeOfFirstFixedSurface = 1 ;
125125
typeOfSecondFixedSurface = 8 ;
126126
}
127+
#Albedo (climatological)
128+
'(0 - 1)' = {
129+
localTablesVersion = 1 ;
130+
discipline = 0 ;
131+
parameterCategory = 19 ;
132+
parameterNumber = 193 ;
133+
typeOfGeneratingProcess = 9 ;
134+
}
127135
#Evaporation
128136
'm of water equivalent' = {
129137
localTablesVersion = 1 ;

0 commit comments

Comments
 (0)