Skip to content

Commit

Permalink
Merge branch 'hotfix/2.33.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Jan 11, 2024
2 parents 4f6b02b + 2b0d8b0 commit 3fa9630
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.33.0
2.33.1
4 changes: 3 additions & 1 deletion definitions/grib2/combinationOfAttributesOfTileConcept.def
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Concept combinationOfAttributesOfTile

'UNDEF' = {attributeOfTile = [0];}
'UNMOD' = {attributeOfTile = [1];}
'SNOW' = {attributeOfTile = [2];}
'FLOOD' = {attributeOfTile = [3];}
Expand Down Expand Up @@ -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];}

10 changes: 10 additions & 0 deletions definitions/grib2/localConcepts/uerra/cfVarName.def
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down
10 changes: 10 additions & 0 deletions definitions/grib2/localConcepts/uerra/name.def
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down
10 changes: 10 additions & 0 deletions definitions/grib2/localConcepts/uerra/paramId.def
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down
10 changes: 10 additions & 0 deletions definitions/grib2/localConcepts/uerra/shortName.def
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down
10 changes: 10 additions & 0 deletions definitions/grib2/localConcepts/uerra/units.def
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down

0 comments on commit 3fa9630

Please sign in to comment.