mirror of https://github.com/ecmwf/eccodes.git
Fix cfVarName mappings
This commit is contained in:
parent
c971122fcc
commit
7b40a63dfa
|
@ -274,7 +274,7 @@
|
|||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean 10 metre wind direction
|
||||
'avg_2rhw' = {
|
||||
'avg_10wdir' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 2 ;
|
||||
parameterNumber = 0 ;
|
||||
|
@ -283,6 +283,16 @@
|
|||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean 2 metre relative humidity with respect to water
|
||||
'avg_2rhw' = {
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 93 ;
|
||||
typeOfFirstFixedSurface = 103 ;
|
||||
scaledValueOfFirstFixedSurface = 2 ;
|
||||
scaleFactorOfFirstFixedSurface = 0 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-maximum sea ice area fraction
|
||||
'max_ci' = {
|
||||
discipline = 10 ;
|
||||
|
|
Loading…
Reference in New Issue