mirror of https://github.com/ecmwf/eccodes.git
Merge branch 'hotfix/2.33.1'
This commit is contained in:
commit
3fa9630e47
|
@ -1,5 +1,6 @@
|
|||
# Concept combinationOfAttributesOfTile
|
||||
|
||||
'UNDEF' = {attributeOfTile = [0];}
|
||||
'UNMOD' = {attributeOfTile = [1];}
|
||||
'SNOW' = {attributeOfTile = [2];}
|
||||
'FLOOD' = {attributeOfTile = [3];}
|
||||
|
@ -36,4 +37,5 @@
|
|||
'SNOW_ICE_ITCW_ITCS' = {attributeOfTile = [2,4,5,6];}
|
||||
'FLOOD_ICE_ITCW_ITCS' = {attributeOfTile = [3,4,5,6];}
|
||||
|
||||
'SNOW_FLOOD_ICE_ITCW_ITCS' = {attributeOfTile = [2,3,4,5,6];}
|
||||
'SNOW_FLOOD_ICE_ITCW_ITCS' = {attributeOfTile = [2,3,4,5,6];}
|
||||
|
||||
|
|
|
@ -61,6 +61,16 @@
|
|||
scaledValueOfFirstFixedSurface = 15 ;
|
||||
scaleFactorOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#2 metre temperature
|
||||
't2m' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Surface roughness (climatological)
|
||||
'sr' = {
|
||||
discipline = 2 ;
|
||||
|
|
|
@ -61,6 +61,16 @@
|
|||
scaledValueOfFirstFixedSurface = 15 ;
|
||||
scaleFactorOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#2 metre temperature
|
||||
'2 metre temperature' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Surface roughness (climatological)
|
||||
'Surface roughness (climatological)' = {
|
||||
discipline = 2 ;
|
||||
|
|
|
@ -61,6 +61,16 @@
|
|||
scaledValueOfFirstFixedSurface = 15 ;
|
||||
scaleFactorOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#2 metre temperature
|
||||
'167' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Surface roughness (climatological)
|
||||
'173' = {
|
||||
discipline = 2 ;
|
||||
|
|
|
@ -61,6 +61,16 @@
|
|||
scaledValueOfFirstFixedSurface = 15 ;
|
||||
scaleFactorOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#2 metre temperature
|
||||
'2t' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Surface roughness (climatological)
|
||||
'sr' = {
|
||||
discipline = 2 ;
|
||||
|
|
|
@ -61,6 +61,16 @@
|
|||
scaledValueOfFirstFixedSurface = 15 ;
|
||||
scaleFactorOfFirstFixedSurface = 1 ;
|
||||
}
|
||||
#2 metre temperature
|
||||
'K' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 0 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Surface roughness (climatological)
|
||||
'm' = {
|
||||
discipline = 2 ;
|
||||
|
|
Loading…
Reference in New Issue