mirror of https://github.com/ecmwf/eccodes.git
ECC-1903: Removed parameter changes from this branch, which will now solely have the switch functionality.
This commit is contained in:
parent
d8b231873c
commit
fa0702523e
|
@ -6,6 +6,40 @@
|
||||||
parameterNumber = 0 ;
|
parameterNumber = 0 ;
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust since previous post-processing
|
||||||
|
'fg10' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 22 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 6 hours
|
||||||
|
'mx2t6' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 6 hours
|
||||||
|
'mn2t6' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#10 metre U wind component
|
#10 metre U wind component
|
||||||
'u10' = {
|
'u10' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -42,6 +76,26 @@
|
||||||
scaledValueOfFirstFixedSurface = 2 ;
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres since previous post-processing
|
||||||
|
'mx2t' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres since previous post-processing
|
||||||
|
'mn2t' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
}
|
||||||
#10 metre wind speed
|
#10 metre wind speed
|
||||||
'si10' = {
|
'si10' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -75,6 +129,18 @@
|
||||||
scaledValueOfFirstFixedSurface = 2 ;
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust in the last 3 hours
|
||||||
|
'fg310' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 22 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
#2 metre relative humidity with respect to water
|
#2 metre relative humidity with respect to water
|
||||||
'rhw2' = {
|
'rhw2' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
|
|
@ -5,6 +5,30 @@
|
||||||
parameterCategory = 128 ;
|
parameterCategory = 128 ;
|
||||||
parameterNumber = 31 ;
|
parameterNumber = 31 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 24 hours
|
||||||
|
'mx2t24' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 24 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 24 hours
|
||||||
|
'mn2t24' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 24 ;
|
||||||
|
}
|
||||||
#10 metre wind gust difference
|
#10 metre wind gust difference
|
||||||
'fgdiff10' = {
|
'fgdiff10' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -53,6 +77,30 @@
|
||||||
parameterCategory = 171 ;
|
parameterCategory = 171 ;
|
||||||
parameterNumber = 7 ;
|
parameterNumber = 7 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 3 hours
|
||||||
|
'mx2t3' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 3 hours
|
||||||
|
'mn2t3' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
#Maximum 10 metre wind gust in the last 3 hours
|
#Maximum 10 metre wind gust in the last 3 hours
|
||||||
'fg310' = {
|
'fg310' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
'cy50r2' = { generatingProcessIdentifier = 161; }
|
|
||||||
'cy50r1' = { generatingProcessIdentifier = 160; }
|
|
||||||
'cy49r2' = { generatingProcessIdentifier = 159; }
|
|
||||||
'cy49r1' = { generatingProcessIdentifier = 158; }
|
|
||||||
'cy48r3' = { generatingProcessIdentifier = 157; }
|
|
||||||
'climatedt' = { generatingProcessIdentifier = 156; }
|
|
||||||
'cy48r2' = { generatingProcessIdentifier = 155; }
|
|
||||||
'cy48r1' = { generatingProcessIdentifier = 154; }
|
|
||||||
'cy47r3' = { generatingProcessIdentifier = 153; }
|
|
||||||
'cy47r2' = { generatingProcessIdentifier = 152; }
|
|
||||||
'cy47r1' = { generatingProcessIdentifier = 151; }
|
|
||||||
'cy46r1' = { generatingProcessIdentifier = 150; }
|
|
||||||
'cy45r1' = { generatingProcessIdentifier = 149; }
|
|
||||||
'cy43r3' = { generatingProcessIdentifier = 148; }
|
|
||||||
'cy43r1' = { generatingProcessIdentifier = 147; }
|
|
||||||
'cy41r2' = { generatingProcessIdentifier = 146; }
|
|
|
@ -194,6 +194,30 @@
|
||||||
parameterCategory = 128 ;
|
parameterCategory = 128 ;
|
||||||
parameterNumber = 46 ;
|
parameterNumber = 46 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 24 hours
|
||||||
|
'Maximum temperature at 2 metres in the last 24 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 24 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 24 hours
|
||||||
|
'Minimum temperature at 2 metres in the last 24 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 24 ;
|
||||||
|
}
|
||||||
#Observation count
|
#Observation count
|
||||||
'Observation count' = {
|
'Observation count' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -476,6 +500,12 @@
|
||||||
parameterCategory = 128 ;
|
parameterCategory = 128 ;
|
||||||
parameterNumber = 120 ;
|
parameterNumber = 120 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust in the last 6 hours
|
||||||
|
'Maximum 10 metre wind gust in the last 6 hours' = {
|
||||||
|
discipline = 192 ;
|
||||||
|
parameterCategory = 128 ;
|
||||||
|
parameterNumber = 123 ;
|
||||||
|
}
|
||||||
#Vertically integrated total energy
|
#Vertically integrated total energy
|
||||||
'Vertically integrated total energy' = {
|
'Vertically integrated total energy' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -13555,6 +13585,30 @@
|
||||||
parameterCategory = 228 ;
|
parameterCategory = 228 ;
|
||||||
parameterNumber = 25 ;
|
parameterNumber = 25 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 3 hours
|
||||||
|
'Maximum temperature at 2 metres in the last 3 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 3 hours
|
||||||
|
'Minimum temperature at 2 metres in the last 3 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
#Soil wetness index in layer 1
|
#Soil wetness index in layer 1
|
||||||
'Soil wetness index in layer 1' = {
|
'Soil wetness index in layer 1' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -18865,6 +18919,12 @@
|
||||||
parameterCategory = 174 ;
|
parameterCategory = 174 ;
|
||||||
parameterNumber = 42 ;
|
parameterNumber = 42 ;
|
||||||
}
|
}
|
||||||
|
#10 metre wind gust in the last 24 hours
|
||||||
|
'10 metre wind gust in the last 24 hours' = {
|
||||||
|
discipline = 192 ;
|
||||||
|
parameterCategory = 174 ;
|
||||||
|
parameterNumber = 49 ;
|
||||||
|
}
|
||||||
#1.5m temperature - mean in the last 24 hours
|
#1.5m temperature - mean in the last 24 hours
|
||||||
'1.5m temperature - mean in the last 24 hours' = {
|
'1.5m temperature - mean in the last 24 hours' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
|
|
@ -194,6 +194,30 @@
|
||||||
parameterCategory = 128 ;
|
parameterCategory = 128 ;
|
||||||
parameterNumber = 46 ;
|
parameterNumber = 46 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 24 hours
|
||||||
|
'51' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 24 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 24 hours
|
||||||
|
'52' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 24 ;
|
||||||
|
}
|
||||||
#Observation count
|
#Observation count
|
||||||
'62' = {
|
'62' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -476,6 +500,12 @@
|
||||||
parameterCategory = 128 ;
|
parameterCategory = 128 ;
|
||||||
parameterNumber = 120 ;
|
parameterNumber = 120 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust in the last 6 hours
|
||||||
|
'123' = {
|
||||||
|
discipline = 192 ;
|
||||||
|
parameterCategory = 128 ;
|
||||||
|
parameterNumber = 123 ;
|
||||||
|
}
|
||||||
#Vertically integrated total energy
|
#Vertically integrated total energy
|
||||||
'125' = {
|
'125' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -13555,6 +13585,30 @@
|
||||||
parameterCategory = 228 ;
|
parameterCategory = 228 ;
|
||||||
parameterNumber = 25 ;
|
parameterNumber = 25 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 3 hours
|
||||||
|
'228026' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 3 hours
|
||||||
|
'228027' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
#Soil wetness index in layer 1
|
#Soil wetness index in layer 1
|
||||||
'228040' = {
|
'228040' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -18865,6 +18919,12 @@
|
||||||
parameterCategory = 174 ;
|
parameterCategory = 174 ;
|
||||||
parameterNumber = 42 ;
|
parameterNumber = 42 ;
|
||||||
}
|
}
|
||||||
|
#10 metre wind gust in the last 24 hours
|
||||||
|
'174049' = {
|
||||||
|
discipline = 192 ;
|
||||||
|
parameterCategory = 174 ;
|
||||||
|
parameterNumber = 49 ;
|
||||||
|
}
|
||||||
#1.5m temperature - mean in the last 24 hours
|
#1.5m temperature - mean in the last 24 hours
|
||||||
'174055' = {
|
'174055' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
|
|
@ -194,6 +194,30 @@
|
||||||
parameterCategory = 128 ;
|
parameterCategory = 128 ;
|
||||||
parameterNumber = 46 ;
|
parameterNumber = 46 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 24 hours
|
||||||
|
'mx2t24' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 24 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 24 hours
|
||||||
|
'mn2t24' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 24 ;
|
||||||
|
}
|
||||||
#Observation count
|
#Observation count
|
||||||
'obct' = {
|
'obct' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -476,6 +500,12 @@
|
||||||
parameterCategory = 128 ;
|
parameterCategory = 128 ;
|
||||||
parameterNumber = 120 ;
|
parameterNumber = 120 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust in the last 6 hours
|
||||||
|
'10fg6' = {
|
||||||
|
discipline = 192 ;
|
||||||
|
parameterCategory = 128 ;
|
||||||
|
parameterNumber = 123 ;
|
||||||
|
}
|
||||||
#Vertically integrated total energy
|
#Vertically integrated total energy
|
||||||
'vite' = {
|
'vite' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -13555,6 +13585,30 @@
|
||||||
parameterCategory = 228 ;
|
parameterCategory = 228 ;
|
||||||
parameterNumber = 25 ;
|
parameterNumber = 25 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 3 hours
|
||||||
|
'mx2t3' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 3 hours
|
||||||
|
'mn2t3' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
#Soil wetness index in layer 1
|
#Soil wetness index in layer 1
|
||||||
'swi1' = {
|
'swi1' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -18865,6 +18919,12 @@
|
||||||
parameterCategory = 174 ;
|
parameterCategory = 174 ;
|
||||||
parameterNumber = 42 ;
|
parameterNumber = 42 ;
|
||||||
}
|
}
|
||||||
|
#10 metre wind gust in the last 24 hours
|
||||||
|
'~' = {
|
||||||
|
discipline = 192 ;
|
||||||
|
parameterCategory = 174 ;
|
||||||
|
parameterNumber = 49 ;
|
||||||
|
}
|
||||||
#1.5m temperature - mean in the last 24 hours
|
#1.5m temperature - mean in the last 24 hours
|
||||||
'~' = {
|
'~' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
|
|
@ -194,6 +194,30 @@
|
||||||
parameterCategory = 128 ;
|
parameterCategory = 128 ;
|
||||||
parameterNumber = 46 ;
|
parameterNumber = 46 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 24 hours
|
||||||
|
'K' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 24 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 24 hours
|
||||||
|
'K' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 24 ;
|
||||||
|
}
|
||||||
#Observation count
|
#Observation count
|
||||||
'~' = {
|
'~' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -476,6 +500,12 @@
|
||||||
parameterCategory = 128 ;
|
parameterCategory = 128 ;
|
||||||
parameterNumber = 120 ;
|
parameterNumber = 120 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust in the last 6 hours
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 192 ;
|
||||||
|
parameterCategory = 128 ;
|
||||||
|
parameterNumber = 123 ;
|
||||||
|
}
|
||||||
#Vertically integrated total energy
|
#Vertically integrated total energy
|
||||||
'J m**-2' = {
|
'J m**-2' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -13555,6 +13585,30 @@
|
||||||
parameterCategory = 228 ;
|
parameterCategory = 228 ;
|
||||||
parameterNumber = 25 ;
|
parameterNumber = 25 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 3 hours
|
||||||
|
'K' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 3 hours
|
||||||
|
'K' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
#Soil wetness index in layer 1
|
#Soil wetness index in layer 1
|
||||||
'dimensionless' = {
|
'dimensionless' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
@ -18865,6 +18919,12 @@
|
||||||
parameterCategory = 174 ;
|
parameterCategory = 174 ;
|
||||||
parameterNumber = 42 ;
|
parameterNumber = 42 ;
|
||||||
}
|
}
|
||||||
|
#10 metre wind gust in the last 24 hours
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 192 ;
|
||||||
|
parameterCategory = 174 ;
|
||||||
|
parameterNumber = 49 ;
|
||||||
|
}
|
||||||
#1.5m temperature - mean in the last 24 hours
|
#1.5m temperature - mean in the last 24 hours
|
||||||
'K' = {
|
'K' = {
|
||||||
discipline = 192 ;
|
discipline = 192 ;
|
||||||
|
|
|
@ -254,6 +254,16 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfStatisticalProcessing = 1 ;
|
typeOfStatisticalProcessing = 1 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust since previous post-processing
|
||||||
|
'Maximum 10 metre wind gust since previous post-processing' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 22 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
#Large-scale precipitation fraction
|
#Large-scale precipitation fraction
|
||||||
'Large-scale precipitation fraction' = {
|
'Large-scale precipitation fraction' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -357,6 +367,30 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 6 hours
|
||||||
|
'Maximum temperature at 2 metres in the last 6 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 6 hours
|
||||||
|
'Minimum temperature at 2 metres in the last 6 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#Surface emissivity
|
#Surface emissivity
|
||||||
'Surface emissivity' = {
|
'Surface emissivity' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -681,6 +715,26 @@
|
||||||
parameterNumber = 23 ;
|
parameterNumber = 23 ;
|
||||||
typeOfStatisticalProcessing = 1 ;
|
typeOfStatisticalProcessing = 1 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres since previous post-processing
|
||||||
|
'Maximum temperature at 2 metres since previous post-processing' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres since previous post-processing
|
||||||
|
'Minimum temperature at 2 metres since previous post-processing' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
}
|
||||||
#Ozone mass mixing ratio
|
#Ozone mass mixing ratio
|
||||||
'Ozone mass mixing ratio' = {
|
'Ozone mass mixing ratio' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5289,6 +5343,18 @@
|
||||||
scaledValueOfFirstFixedSurface = 27315 ;
|
scaledValueOfFirstFixedSurface = 27315 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust in the last 3 hours
|
||||||
|
'Maximum 10 metre wind gust in the last 3 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 22 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
#Instantaneous 10 metre wind gust
|
#Instantaneous 10 metre wind gust
|
||||||
'Instantaneous 10 metre wind gust' = {
|
'Instantaneous 10 metre wind gust' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5322,6 +5388,28 @@
|
||||||
parameterCategory = 6 ;
|
parameterCategory = 6 ;
|
||||||
parameterNumber = 37 ;
|
parameterNumber = 37 ;
|
||||||
}
|
}
|
||||||
|
#Maximum CAPE in the last 6 hours
|
||||||
|
'Maximum CAPE in the last 6 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 7 ;
|
||||||
|
parameterNumber = 6 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Maximum CAPES in the last 6 hours
|
||||||
|
'Maximum CAPES in the last 6 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 7 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#2 metre relative humidity with respect to water
|
#2 metre relative humidity with respect to water
|
||||||
'2 metre relative humidity with respect to water' = {
|
'2 metre relative humidity with respect to water' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5379,6 +5467,17 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
}
|
}
|
||||||
|
#Averaged total lightning flash density in the last hour
|
||||||
|
'Averaged total lightning flash density in the last hour' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 4 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
#Instantaneous cloud-to-ground lightning flash density
|
#Instantaneous cloud-to-ground lightning flash density
|
||||||
'Instantaneous cloud-to-ground lightning flash density' = {
|
'Instantaneous cloud-to-ground lightning flash density' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5387,6 +5486,17 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
}
|
}
|
||||||
|
#Averaged cloud-to-ground lightning flash density in the last hour
|
||||||
|
'Averaged cloud-to-ground lightning flash density in the last hour' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
#Unbalanced component of specific humidity
|
#Unbalanced component of specific humidity
|
||||||
'Unbalanced component of specific humidity' = {
|
'Unbalanced component of specific humidity' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5405,6 +5515,50 @@
|
||||||
parameterCategory = 1 ;
|
parameterCategory = 1 ;
|
||||||
parameterNumber = 120 ;
|
parameterNumber = 120 ;
|
||||||
}
|
}
|
||||||
|
#Averaged total lightning flash density in the last 3 hours
|
||||||
|
'Averaged total lightning flash density in the last 3 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 4 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Averaged total lightning flash density in the last 6 hours
|
||||||
|
'Averaged total lightning flash density in the last 6 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 4 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Averaged cloud-to-ground lightning flash density in the last 3 hours
|
||||||
|
'Averaged cloud-to-ground lightning flash density in the last 3 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Averaged cloud-to-ground lightning flash density in the last 6 hours
|
||||||
|
'Averaged cloud-to-ground lightning flash density in the last 6 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#Soil moisture top 20 cm
|
#Soil moisture top 20 cm
|
||||||
'Soil moisture top 20 cm' = {
|
'Soil moisture top 20 cm' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -5567,6 +5721,22 @@
|
||||||
parameterNumber = 56 ;
|
parameterNumber = 56 ;
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
}
|
}
|
||||||
|
#Maximum total precipitation rate since previous post-processing
|
||||||
|
'Maximum total precipitation rate since previous post-processing' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 52 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#Minimum total precipitation rate since previous post-processing
|
||||||
|
'Minimum total precipitation rate since previous post-processing' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 52 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
}
|
||||||
#Mixed-layer CAPE in the lowest 50 hPa
|
#Mixed-layer CAPE in the lowest 50 hPa
|
||||||
'Mixed-layer CAPE in the lowest 50 hPa' = {
|
'Mixed-layer CAPE in the lowest 50 hPa' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -7851,15 +8021,6 @@
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Time-mean total cloud cover
|
|
||||||
'Time-mean total cloud cover' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 6 ;
|
|
||||||
parameterNumber = 1 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 0 ;
|
|
||||||
}
|
|
||||||
#Time-mean skin reservoir content
|
#Time-mean skin reservoir content
|
||||||
'Time-mean skin reservoir content' = {
|
'Time-mean skin reservoir content' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -8172,15 +8333,6 @@
|
||||||
parameterNumber = 45 ;
|
parameterNumber = 45 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Time-mean total lightning flash density
|
|
||||||
'Time-mean total lightning flash density' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 17 ;
|
|
||||||
parameterNumber = 4 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 0 ;
|
|
||||||
}
|
|
||||||
#Time-mean total column supercooled liquid water
|
#Time-mean total column supercooled liquid water
|
||||||
'Time-mean total column supercooled liquid water' = {
|
'Time-mean total column supercooled liquid water' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -8684,15 +8836,6 @@
|
||||||
parameterNumber = 51 ;
|
parameterNumber = 51 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Time-mean cloud-to-ground lightning flash density
|
|
||||||
'Time-mean cloud-to-ground lightning flash density' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 17 ;
|
|
||||||
parameterNumber = 2 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 0 ;
|
|
||||||
}
|
|
||||||
#Time-mean land surface heat net flux
|
#Time-mean land surface heat net flux
|
||||||
'Time-mean land surface heat net flux' = {
|
'Time-mean land surface heat net flux' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -9150,14 +9293,6 @@
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum total precipitation rate
|
|
||||||
'Time-maximum total precipitation rate' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 52 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum convective snowfall rate water equivalent
|
#Time-maximum convective snowfall rate water equivalent
|
||||||
'Time-maximum convective snowfall rate water equivalent' = {
|
'Time-maximum convective snowfall rate water equivalent' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -9600,16 +9735,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum 2 metre temperature
|
|
||||||
'Time-maximum 2 metre temperature' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 0 ;
|
|
||||||
parameterNumber = 0 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 2 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum 2 metre dewpoint temperature
|
#Time-maximum 2 metre dewpoint temperature
|
||||||
'Time-maximum 2 metre dewpoint temperature' = {
|
'Time-maximum 2 metre dewpoint temperature' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -9780,15 +9905,6 @@
|
||||||
parameterNumber = 6 ;
|
parameterNumber = 6 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum convective available potential energy
|
|
||||||
'Time-maximum convective available potential energy' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 7 ;
|
|
||||||
parameterNumber = 6 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum total cloud cover
|
#Time-maximum total cloud cover
|
||||||
'Time-maximum total cloud cover' = {
|
'Time-maximum total cloud cover' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -10044,16 +10160,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum 10 metre wind gust
|
|
||||||
'Time-maximum 10 metre wind gust' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 2 ;
|
|
||||||
parameterNumber = 22 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 10 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum relative humidity with respect to water
|
#Time-maximum relative humidity with respect to water
|
||||||
'Time-maximum relative humidity with respect to water' = {
|
'Time-maximum relative humidity with respect to water' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -10071,15 +10177,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum convective available potential energy shear
|
|
||||||
'Time-maximum convective available potential energy shear' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 7 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum tropopause pressure
|
#Time-maximum tropopause pressure
|
||||||
'Time-maximum tropopause pressure' = {
|
'Time-maximum tropopause pressure' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -10622,26 +10719,6 @@
|
||||||
parameterNumber = 51 ;
|
parameterNumber = 51 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum 10 metre eastward wind gust
|
|
||||||
'Time-maximum 10 metre eastward wind gust' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 2 ;
|
|
||||||
parameterNumber = 23 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 10 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum 10 metre northward wind gust
|
|
||||||
'Time-maximum 10 metre northward wind gust' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 2 ;
|
|
||||||
parameterNumber = 24 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 10 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum land surface heat net flux
|
#Time-maximum land surface heat net flux
|
||||||
'Time-maximum land surface heat net flux' = {
|
'Time-maximum land surface heat net flux' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -11083,14 +11160,6 @@
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
typeOfStatisticalProcessing = 3 ;
|
typeOfStatisticalProcessing = 3 ;
|
||||||
}
|
}
|
||||||
#Time-minimum total precipitation rate
|
|
||||||
'Time-minimum total precipitation rate' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 52 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfStatisticalProcessing = 3 ;
|
|
||||||
}
|
|
||||||
#Time-minimum convective snowfall rate water equivalent
|
#Time-minimum convective snowfall rate water equivalent
|
||||||
'Time-minimum convective snowfall rate water equivalent' = {
|
'Time-minimum convective snowfall rate water equivalent' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -11533,16 +11602,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
typeOfStatisticalProcessing = 3 ;
|
typeOfStatisticalProcessing = 3 ;
|
||||||
}
|
}
|
||||||
#Time-minimum 2 metre temperature
|
|
||||||
'Time-minimum 2 metre temperature' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 0 ;
|
|
||||||
parameterNumber = 0 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 2 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 3 ;
|
|
||||||
}
|
|
||||||
#Time-minimum 2 metre dewpoint temperature
|
#Time-minimum 2 metre dewpoint temperature
|
||||||
'Time-minimum 2 metre dewpoint temperature' = {
|
'Time-minimum 2 metre dewpoint temperature' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -16167,6 +16226,60 @@
|
||||||
parameterCategory = 5 ;
|
parameterCategory = 5 ;
|
||||||
parameterNumber = 0 ;
|
parameterNumber = 0 ;
|
||||||
}
|
}
|
||||||
|
#Precipitation type (most severe) in the last 1 hour
|
||||||
|
'Precipitation type (most severe) in the last 1 hour' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 100 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most severe) in the last 3 hours
|
||||||
|
'Precipitation type (most severe) in the last 3 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 100 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most frequent) in the last 1 hour
|
||||||
|
'Precipitation type (most frequent) in the last 1 hour' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 101 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most frequent) in the last 3 hours
|
||||||
|
'Precipitation type (most frequent) in the last 3 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 101 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most severe) in the last 6 hours
|
||||||
|
'Precipitation type (most severe) in the last 6 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 100 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most frequent) in the last 6 hours
|
||||||
|
'Precipitation type (most frequent) in the last 6 hours' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 101 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#Soil temperature
|
#Soil temperature
|
||||||
'Soil temperature' = {
|
'Soil temperature' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -16505,6 +16618,28 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
typeOfStatisticalProcessing = 1 ;
|
typeOfStatisticalProcessing = 1 ;
|
||||||
}
|
}
|
||||||
|
#10 metre eastward wind gust since previous post-processing
|
||||||
|
'10 metre eastward wind gust since previous post-processing' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 23 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#10 metre northward wind gust since previous post-processing
|
||||||
|
'10 metre northward wind gust since previous post-processing' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 24 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
#Fog
|
#Fog
|
||||||
'Fog' = {
|
'Fog' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -16729,20 +16864,6 @@
|
||||||
parameterNumber = 67 ;
|
parameterNumber = 67 ;
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
}
|
}
|
||||||
#Time-severity precipitation type
|
|
||||||
'Time-severity precipitation type' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
typeOfStatisticalProcessing = 100 ;
|
|
||||||
}
|
|
||||||
#Time-mode precipitation type
|
|
||||||
'Time-mode precipitation type' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
typeOfStatisticalProcessing = 101 ;
|
|
||||||
}
|
|
||||||
#Land surface heat net flux
|
#Land surface heat net flux
|
||||||
'Land surface heat net flux' = {
|
'Land surface heat net flux' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
|
|
@ -254,6 +254,16 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfStatisticalProcessing = 1 ;
|
typeOfStatisticalProcessing = 1 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust since previous post-processing
|
||||||
|
'49' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 22 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
#Large-scale precipitation fraction
|
#Large-scale precipitation fraction
|
||||||
'50' = {
|
'50' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -357,6 +367,30 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 6 hours
|
||||||
|
'121' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 6 hours
|
||||||
|
'122' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#Surface emissivity
|
#Surface emissivity
|
||||||
'124' = {
|
'124' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -681,6 +715,26 @@
|
||||||
parameterNumber = 23 ;
|
parameterNumber = 23 ;
|
||||||
typeOfStatisticalProcessing = 1 ;
|
typeOfStatisticalProcessing = 1 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres since previous post-processing
|
||||||
|
'201' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres since previous post-processing
|
||||||
|
'202' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
}
|
||||||
#Ozone mass mixing ratio
|
#Ozone mass mixing ratio
|
||||||
'203' = {
|
'203' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5289,6 +5343,18 @@
|
||||||
scaledValueOfFirstFixedSurface = 27315 ;
|
scaledValueOfFirstFixedSurface = 27315 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust in the last 3 hours
|
||||||
|
'228028' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 22 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
#Instantaneous 10 metre wind gust
|
#Instantaneous 10 metre wind gust
|
||||||
'228029' = {
|
'228029' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5322,6 +5388,28 @@
|
||||||
parameterCategory = 6 ;
|
parameterCategory = 6 ;
|
||||||
parameterNumber = 37 ;
|
parameterNumber = 37 ;
|
||||||
}
|
}
|
||||||
|
#Maximum CAPE in the last 6 hours
|
||||||
|
'228035' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 7 ;
|
||||||
|
parameterNumber = 6 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Maximum CAPES in the last 6 hours
|
||||||
|
'228036' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 7 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#2 metre relative humidity with respect to water
|
#2 metre relative humidity with respect to water
|
||||||
'228037' = {
|
'228037' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5379,6 +5467,17 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
}
|
}
|
||||||
|
#Averaged total lightning flash density in the last hour
|
||||||
|
'228051' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 4 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
#Instantaneous cloud-to-ground lightning flash density
|
#Instantaneous cloud-to-ground lightning flash density
|
||||||
'228052' = {
|
'228052' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5387,6 +5486,17 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
}
|
}
|
||||||
|
#Averaged cloud-to-ground lightning flash density in the last hour
|
||||||
|
'228053' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
#Unbalanced component of specific humidity
|
#Unbalanced component of specific humidity
|
||||||
'228054' = {
|
'228054' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5405,6 +5515,50 @@
|
||||||
parameterCategory = 1 ;
|
parameterCategory = 1 ;
|
||||||
parameterNumber = 120 ;
|
parameterNumber = 120 ;
|
||||||
}
|
}
|
||||||
|
#Averaged total lightning flash density in the last 3 hours
|
||||||
|
'228057' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 4 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Averaged total lightning flash density in the last 6 hours
|
||||||
|
'228058' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 4 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Averaged cloud-to-ground lightning flash density in the last 3 hours
|
||||||
|
'228059' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Averaged cloud-to-ground lightning flash density in the last 6 hours
|
||||||
|
'228060' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#Soil moisture top 20 cm
|
#Soil moisture top 20 cm
|
||||||
'228086' = {
|
'228086' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -5567,6 +5721,22 @@
|
||||||
parameterNumber = 56 ;
|
parameterNumber = 56 ;
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
}
|
}
|
||||||
|
#Maximum total precipitation rate since previous post-processing
|
||||||
|
'228226' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 52 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#Minimum total precipitation rate since previous post-processing
|
||||||
|
'228227' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 52 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
}
|
||||||
#Mixed-layer CAPE in the lowest 50 hPa
|
#Mixed-layer CAPE in the lowest 50 hPa
|
||||||
'228231' = {
|
'228231' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -7851,15 +8021,6 @@
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Time-mean total cloud cover
|
|
||||||
'235288' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 6 ;
|
|
||||||
parameterNumber = 1 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 0 ;
|
|
||||||
}
|
|
||||||
#Time-mean skin reservoir content
|
#Time-mean skin reservoir content
|
||||||
'235289' = {
|
'235289' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -8172,15 +8333,6 @@
|
||||||
parameterNumber = 45 ;
|
parameterNumber = 45 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Time-mean total lightning flash density
|
|
||||||
'235326' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 17 ;
|
|
||||||
parameterNumber = 4 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 0 ;
|
|
||||||
}
|
|
||||||
#Time-mean total column supercooled liquid water
|
#Time-mean total column supercooled liquid water
|
||||||
'235327' = {
|
'235327' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -8684,15 +8836,6 @@
|
||||||
parameterNumber = 51 ;
|
parameterNumber = 51 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Time-mean cloud-to-ground lightning flash density
|
|
||||||
'235383' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 17 ;
|
|
||||||
parameterNumber = 2 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 0 ;
|
|
||||||
}
|
|
||||||
#Time-mean land surface heat net flux
|
#Time-mean land surface heat net flux
|
||||||
'235386' = {
|
'235386' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -9150,14 +9293,6 @@
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum total precipitation rate
|
|
||||||
'237055' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 52 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum convective snowfall rate water equivalent
|
#Time-maximum convective snowfall rate water equivalent
|
||||||
'237056' = {
|
'237056' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -9600,16 +9735,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum 2 metre temperature
|
|
||||||
'237167' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 0 ;
|
|
||||||
parameterNumber = 0 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 2 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum 2 metre dewpoint temperature
|
#Time-maximum 2 metre dewpoint temperature
|
||||||
'237168' = {
|
'237168' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -9780,15 +9905,6 @@
|
||||||
parameterNumber = 6 ;
|
parameterNumber = 6 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum convective available potential energy
|
|
||||||
'237287' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 7 ;
|
|
||||||
parameterNumber = 6 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum total cloud cover
|
#Time-maximum total cloud cover
|
||||||
'237288' = {
|
'237288' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -10044,16 +10160,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum 10 metre wind gust
|
|
||||||
'237318' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 2 ;
|
|
||||||
parameterNumber = 22 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 10 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum relative humidity with respect to water
|
#Time-maximum relative humidity with respect to water
|
||||||
'237319' = {
|
'237319' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -10071,15 +10177,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum convective available potential energy shear
|
|
||||||
'237321' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 7 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum tropopause pressure
|
#Time-maximum tropopause pressure
|
||||||
'237322' = {
|
'237322' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -10622,26 +10719,6 @@
|
||||||
parameterNumber = 51 ;
|
parameterNumber = 51 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum 10 metre eastward wind gust
|
|
||||||
'237384' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 2 ;
|
|
||||||
parameterNumber = 23 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 10 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum 10 metre northward wind gust
|
|
||||||
'237385' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 2 ;
|
|
||||||
parameterNumber = 24 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 10 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum land surface heat net flux
|
#Time-maximum land surface heat net flux
|
||||||
'237386' = {
|
'237386' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -11083,14 +11160,6 @@
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
typeOfStatisticalProcessing = 3 ;
|
typeOfStatisticalProcessing = 3 ;
|
||||||
}
|
}
|
||||||
#Time-minimum total precipitation rate
|
|
||||||
'238055' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 52 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfStatisticalProcessing = 3 ;
|
|
||||||
}
|
|
||||||
#Time-minimum convective snowfall rate water equivalent
|
#Time-minimum convective snowfall rate water equivalent
|
||||||
'238056' = {
|
'238056' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -11533,16 +11602,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
typeOfStatisticalProcessing = 3 ;
|
typeOfStatisticalProcessing = 3 ;
|
||||||
}
|
}
|
||||||
#Time-minimum 2 metre temperature
|
|
||||||
'238167' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 0 ;
|
|
||||||
parameterNumber = 0 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 2 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 3 ;
|
|
||||||
}
|
|
||||||
#Time-minimum 2 metre dewpoint temperature
|
#Time-minimum 2 metre dewpoint temperature
|
||||||
'238168' = {
|
'238168' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -16167,6 +16226,60 @@
|
||||||
parameterCategory = 5 ;
|
parameterCategory = 5 ;
|
||||||
parameterNumber = 0 ;
|
parameterNumber = 0 ;
|
||||||
}
|
}
|
||||||
|
#Precipitation type (most severe) in the last 1 hour
|
||||||
|
'260318' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 100 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most severe) in the last 3 hours
|
||||||
|
'260319' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 100 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most frequent) in the last 1 hour
|
||||||
|
'260320' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 101 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most frequent) in the last 3 hours
|
||||||
|
'260321' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 101 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most severe) in the last 6 hours
|
||||||
|
'260338' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 100 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most frequent) in the last 6 hours
|
||||||
|
'260339' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 101 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#Soil temperature
|
#Soil temperature
|
||||||
'260360' = {
|
'260360' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -16505,6 +16618,28 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
typeOfStatisticalProcessing = 1 ;
|
typeOfStatisticalProcessing = 1 ;
|
||||||
}
|
}
|
||||||
|
#10 metre eastward wind gust since previous post-processing
|
||||||
|
'260646' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 23 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#10 metre northward wind gust since previous post-processing
|
||||||
|
'260647' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 24 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
#Fog
|
#Fog
|
||||||
'260648' = {
|
'260648' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -16729,20 +16864,6 @@
|
||||||
parameterNumber = 67 ;
|
parameterNumber = 67 ;
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
}
|
}
|
||||||
#Time-severity precipitation type
|
|
||||||
'260682' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
typeOfStatisticalProcessing = 100 ;
|
|
||||||
}
|
|
||||||
#Time-mode precipitation type
|
|
||||||
'260683' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
typeOfStatisticalProcessing = 101 ;
|
|
||||||
}
|
|
||||||
#Land surface heat net flux
|
#Land surface heat net flux
|
||||||
'260684' = {
|
'260684' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
|
|
@ -254,6 +254,16 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfStatisticalProcessing = 1 ;
|
typeOfStatisticalProcessing = 1 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust since previous post-processing
|
||||||
|
'10fg' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 22 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
#Large-scale precipitation fraction
|
#Large-scale precipitation fraction
|
||||||
'lspf' = {
|
'lspf' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -357,6 +367,30 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 6 hours
|
||||||
|
'mx2t6' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 6 hours
|
||||||
|
'mn2t6' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#Surface emissivity
|
#Surface emissivity
|
||||||
'emis' = {
|
'emis' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -681,6 +715,26 @@
|
||||||
parameterNumber = 23 ;
|
parameterNumber = 23 ;
|
||||||
typeOfStatisticalProcessing = 1 ;
|
typeOfStatisticalProcessing = 1 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres since previous post-processing
|
||||||
|
'mx2t' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres since previous post-processing
|
||||||
|
'mn2t' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
}
|
||||||
#Ozone mass mixing ratio
|
#Ozone mass mixing ratio
|
||||||
'o3' = {
|
'o3' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5289,6 +5343,18 @@
|
||||||
scaledValueOfFirstFixedSurface = 27315 ;
|
scaledValueOfFirstFixedSurface = 27315 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust in the last 3 hours
|
||||||
|
'10fg3' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 22 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
#Instantaneous 10 metre wind gust
|
#Instantaneous 10 metre wind gust
|
||||||
'i10fg' = {
|
'i10fg' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5322,6 +5388,28 @@
|
||||||
parameterCategory = 6 ;
|
parameterCategory = 6 ;
|
||||||
parameterNumber = 37 ;
|
parameterNumber = 37 ;
|
||||||
}
|
}
|
||||||
|
#Maximum CAPE in the last 6 hours
|
||||||
|
'mxcape6' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 7 ;
|
||||||
|
parameterNumber = 6 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Maximum CAPES in the last 6 hours
|
||||||
|
'mxcapes6' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 7 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#2 metre relative humidity with respect to water
|
#2 metre relative humidity with respect to water
|
||||||
'2rhw' = {
|
'2rhw' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5379,6 +5467,17 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
}
|
}
|
||||||
|
#Averaged total lightning flash density in the last hour
|
||||||
|
'litota1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 4 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
#Instantaneous cloud-to-ground lightning flash density
|
#Instantaneous cloud-to-ground lightning flash density
|
||||||
'licgi' = {
|
'licgi' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5387,6 +5486,17 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
}
|
}
|
||||||
|
#Averaged cloud-to-ground lightning flash density in the last hour
|
||||||
|
'licga1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
#Unbalanced component of specific humidity
|
#Unbalanced component of specific humidity
|
||||||
'ucq' = {
|
'ucq' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5405,6 +5515,50 @@
|
||||||
parameterCategory = 1 ;
|
parameterCategory = 1 ;
|
||||||
parameterNumber = 120 ;
|
parameterNumber = 120 ;
|
||||||
}
|
}
|
||||||
|
#Averaged total lightning flash density in the last 3 hours
|
||||||
|
'litota3' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 4 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Averaged total lightning flash density in the last 6 hours
|
||||||
|
'litota6' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 4 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Averaged cloud-to-ground lightning flash density in the last 3 hours
|
||||||
|
'licga3' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Averaged cloud-to-ground lightning flash density in the last 6 hours
|
||||||
|
'licga6' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#Soil moisture top 20 cm
|
#Soil moisture top 20 cm
|
||||||
'sm20' = {
|
'sm20' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -5567,6 +5721,22 @@
|
||||||
parameterNumber = 56 ;
|
parameterNumber = 56 ;
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
}
|
}
|
||||||
|
#Maximum total precipitation rate since previous post-processing
|
||||||
|
'mxtpr' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 52 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#Minimum total precipitation rate since previous post-processing
|
||||||
|
'mntpr' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 52 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
}
|
||||||
#Mixed-layer CAPE in the lowest 50 hPa
|
#Mixed-layer CAPE in the lowest 50 hPa
|
||||||
'mlcape50' = {
|
'mlcape50' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -7851,15 +8021,6 @@
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Time-mean total cloud cover
|
|
||||||
'avg_tcc' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 6 ;
|
|
||||||
parameterNumber = 1 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 0 ;
|
|
||||||
}
|
|
||||||
#Time-mean skin reservoir content
|
#Time-mean skin reservoir content
|
||||||
'avg_srcon' = {
|
'avg_srcon' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -8172,15 +8333,6 @@
|
||||||
parameterNumber = 45 ;
|
parameterNumber = 45 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Time-mean total lightning flash density
|
|
||||||
'avg_litoti' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 17 ;
|
|
||||||
parameterNumber = 4 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 0 ;
|
|
||||||
}
|
|
||||||
#Time-mean total column supercooled liquid water
|
#Time-mean total column supercooled liquid water
|
||||||
'avg_tcslw' = {
|
'avg_tcslw' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -8684,15 +8836,6 @@
|
||||||
parameterNumber = 51 ;
|
parameterNumber = 51 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Time-mean cloud-to-ground lightning flash density
|
|
||||||
'avg_licgi' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 17 ;
|
|
||||||
parameterNumber = 2 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 0 ;
|
|
||||||
}
|
|
||||||
#Time-mean land surface heat net flux
|
#Time-mean land surface heat net flux
|
||||||
'avg_lshnf' = {
|
'avg_lshnf' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -9150,14 +9293,6 @@
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum total precipitation rate
|
|
||||||
'max_tprate' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 52 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum convective snowfall rate water equivalent
|
#Time-maximum convective snowfall rate water equivalent
|
||||||
'max_csfr' = {
|
'max_csfr' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -9600,16 +9735,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum 2 metre temperature
|
|
||||||
'max_2t' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 0 ;
|
|
||||||
parameterNumber = 0 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 2 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum 2 metre dewpoint temperature
|
#Time-maximum 2 metre dewpoint temperature
|
||||||
'max_2d' = {
|
'max_2d' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -9780,15 +9905,6 @@
|
||||||
parameterNumber = 6 ;
|
parameterNumber = 6 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum convective available potential energy
|
|
||||||
'max_cape' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 7 ;
|
|
||||||
parameterNumber = 6 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum total cloud cover
|
#Time-maximum total cloud cover
|
||||||
'max_tcc' = {
|
'max_tcc' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -10044,16 +10160,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum 10 metre wind gust
|
|
||||||
'max_i10fg' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 2 ;
|
|
||||||
parameterNumber = 22 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 10 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum relative humidity with respect to water
|
#Time-maximum relative humidity with respect to water
|
||||||
'max_rhw' = {
|
'max_rhw' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -10071,15 +10177,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum convective available potential energy shear
|
|
||||||
'max_capes' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 7 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum tropopause pressure
|
#Time-maximum tropopause pressure
|
||||||
'max_trpp' = {
|
'max_trpp' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -10622,26 +10719,6 @@
|
||||||
parameterNumber = 51 ;
|
parameterNumber = 51 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum 10 metre eastward wind gust
|
|
||||||
'max_10efg' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 2 ;
|
|
||||||
parameterNumber = 23 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 10 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum 10 metre northward wind gust
|
|
||||||
'max_10nfg' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 2 ;
|
|
||||||
parameterNumber = 24 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 10 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum land surface heat net flux
|
#Time-maximum land surface heat net flux
|
||||||
'max_lshnf' = {
|
'max_lshnf' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -11083,14 +11160,6 @@
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
typeOfStatisticalProcessing = 3 ;
|
typeOfStatisticalProcessing = 3 ;
|
||||||
}
|
}
|
||||||
#Time-minimum total precipitation rate
|
|
||||||
'min_tprate' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 52 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfStatisticalProcessing = 3 ;
|
|
||||||
}
|
|
||||||
#Time-minimum convective snowfall rate water equivalent
|
#Time-minimum convective snowfall rate water equivalent
|
||||||
'min_csfr' = {
|
'min_csfr' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -11533,16 +11602,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
typeOfStatisticalProcessing = 3 ;
|
typeOfStatisticalProcessing = 3 ;
|
||||||
}
|
}
|
||||||
#Time-minimum 2 metre temperature
|
|
||||||
'min_2t' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 0 ;
|
|
||||||
parameterNumber = 0 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 2 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 3 ;
|
|
||||||
}
|
|
||||||
#Time-minimum 2 metre dewpoint temperature
|
#Time-minimum 2 metre dewpoint temperature
|
||||||
'min_2d' = {
|
'min_2d' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -16167,6 +16226,60 @@
|
||||||
parameterCategory = 5 ;
|
parameterCategory = 5 ;
|
||||||
parameterNumber = 0 ;
|
parameterNumber = 0 ;
|
||||||
}
|
}
|
||||||
|
#Precipitation type (most severe) in the last 1 hour
|
||||||
|
'ptype_sev1h' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 100 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most severe) in the last 3 hours
|
||||||
|
'ptype_sev3h' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 100 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most frequent) in the last 1 hour
|
||||||
|
'ptype_freq1h' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 101 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most frequent) in the last 3 hours
|
||||||
|
'ptype_freq3h' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 101 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most severe) in the last 6 hours
|
||||||
|
'ptype_sev6h' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 100 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most frequent) in the last 6 hours
|
||||||
|
'ptype_freq6h' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 101 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#Soil temperature
|
#Soil temperature
|
||||||
'sot' = {
|
'sot' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -16505,6 +16618,28 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
typeOfStatisticalProcessing = 1 ;
|
typeOfStatisticalProcessing = 1 ;
|
||||||
}
|
}
|
||||||
|
#10 metre eastward wind gust since previous post-processing
|
||||||
|
'10efg' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 23 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#10 metre northward wind gust since previous post-processing
|
||||||
|
'10nfg' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 24 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
#Fog
|
#Fog
|
||||||
'fog' = {
|
'fog' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -16729,20 +16864,6 @@
|
||||||
parameterNumber = 67 ;
|
parameterNumber = 67 ;
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
}
|
}
|
||||||
#Time-severity precipitation type
|
|
||||||
'sev_ptype' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
typeOfStatisticalProcessing = 100 ;
|
|
||||||
}
|
|
||||||
#Time-mode precipitation type
|
|
||||||
'freq_ptype' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
typeOfStatisticalProcessing = 101 ;
|
|
||||||
}
|
|
||||||
#Land surface heat net flux
|
#Land surface heat net flux
|
||||||
'lshnf' = {
|
'lshnf' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
|
|
@ -254,6 +254,16 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfStatisticalProcessing = 1 ;
|
typeOfStatisticalProcessing = 1 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust since previous post-processing
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 22 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
#Large-scale precipitation fraction
|
#Large-scale precipitation fraction
|
||||||
's' = {
|
's' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -357,6 +367,30 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres in the last 6 hours
|
||||||
|
'K' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres in the last 6 hours
|
||||||
|
'K' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#Surface emissivity
|
#Surface emissivity
|
||||||
'Proportion' = {
|
'Proportion' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -681,6 +715,26 @@
|
||||||
parameterNumber = 23 ;
|
parameterNumber = 23 ;
|
||||||
typeOfStatisticalProcessing = 1 ;
|
typeOfStatisticalProcessing = 1 ;
|
||||||
}
|
}
|
||||||
|
#Maximum temperature at 2 metres since previous post-processing
|
||||||
|
'K' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#Minimum temperature at 2 metres since previous post-processing
|
||||||
|
'K' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 0 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 2 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
}
|
||||||
#Ozone mass mixing ratio
|
#Ozone mass mixing ratio
|
||||||
'kg kg**-1' = {
|
'kg kg**-1' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5289,6 +5343,18 @@
|
||||||
scaledValueOfFirstFixedSurface = 27315 ;
|
scaledValueOfFirstFixedSurface = 27315 ;
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
}
|
}
|
||||||
|
#Maximum 10 metre wind gust in the last 3 hours
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 22 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
#Instantaneous 10 metre wind gust
|
#Instantaneous 10 metre wind gust
|
||||||
'm s**-1' = {
|
'm s**-1' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5322,6 +5388,28 @@
|
||||||
parameterCategory = 6 ;
|
parameterCategory = 6 ;
|
||||||
parameterNumber = 37 ;
|
parameterNumber = 37 ;
|
||||||
}
|
}
|
||||||
|
#Maximum CAPE in the last 6 hours
|
||||||
|
'J kg**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 7 ;
|
||||||
|
parameterNumber = 6 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Maximum CAPES in the last 6 hours
|
||||||
|
'm**2 s**-2' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 7 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#2 metre relative humidity with respect to water
|
#2 metre relative humidity with respect to water
|
||||||
'%' = {
|
'%' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5379,6 +5467,17 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
}
|
}
|
||||||
|
#Averaged total lightning flash density in the last hour
|
||||||
|
'km**-2 day**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 4 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
#Instantaneous cloud-to-ground lightning flash density
|
#Instantaneous cloud-to-ground lightning flash density
|
||||||
'km**-2 day**-1' = {
|
'km**-2 day**-1' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5387,6 +5486,17 @@
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
}
|
}
|
||||||
|
#Averaged cloud-to-ground lightning flash density in the last hour
|
||||||
|
'km**-2 day**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
#Unbalanced component of specific humidity
|
#Unbalanced component of specific humidity
|
||||||
'kg kg**-1' = {
|
'kg kg**-1' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -5405,6 +5515,50 @@
|
||||||
parameterCategory = 1 ;
|
parameterCategory = 1 ;
|
||||||
parameterNumber = 120 ;
|
parameterNumber = 120 ;
|
||||||
}
|
}
|
||||||
|
#Averaged total lightning flash density in the last 3 hours
|
||||||
|
'km**-2 day**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 4 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Averaged total lightning flash density in the last 6 hours
|
||||||
|
'km**-2 day**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 4 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Averaged cloud-to-ground lightning flash density in the last 3 hours
|
||||||
|
'km**-2 day**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Averaged cloud-to-ground lightning flash density in the last 6 hours
|
||||||
|
'km**-2 day**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 17 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#Soil moisture top 20 cm
|
#Soil moisture top 20 cm
|
||||||
'kg m**-3' = {
|
'kg m**-3' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -5567,6 +5721,22 @@
|
||||||
parameterNumber = 56 ;
|
parameterNumber = 56 ;
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
}
|
}
|
||||||
|
#Maximum total precipitation rate since previous post-processing
|
||||||
|
'kg m**-2 s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 52 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#Minimum total precipitation rate since previous post-processing
|
||||||
|
'kg m**-2 s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 52 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 3 ;
|
||||||
|
}
|
||||||
#Mixed-layer CAPE in the lowest 50 hPa
|
#Mixed-layer CAPE in the lowest 50 hPa
|
||||||
'J kg**-1' = {
|
'J kg**-1' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -7851,15 +8021,6 @@
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Time-mean total cloud cover
|
|
||||||
'%' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 6 ;
|
|
||||||
parameterNumber = 1 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 0 ;
|
|
||||||
}
|
|
||||||
#Time-mean skin reservoir content
|
#Time-mean skin reservoir content
|
||||||
'kg m**-2' = {
|
'kg m**-2' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -8172,15 +8333,6 @@
|
||||||
parameterNumber = 45 ;
|
parameterNumber = 45 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Time-mean total lightning flash density
|
|
||||||
'km**-2 day**-1' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 17 ;
|
|
||||||
parameterNumber = 4 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 0 ;
|
|
||||||
}
|
|
||||||
#Time-mean total column supercooled liquid water
|
#Time-mean total column supercooled liquid water
|
||||||
'kg m**-2' = {
|
'kg m**-2' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -8684,15 +8836,6 @@
|
||||||
parameterNumber = 51 ;
|
parameterNumber = 51 ;
|
||||||
typeOfStatisticalProcessing = 0 ;
|
typeOfStatisticalProcessing = 0 ;
|
||||||
}
|
}
|
||||||
#Time-mean cloud-to-ground lightning flash density
|
|
||||||
'km**-2 day**-1' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 17 ;
|
|
||||||
parameterNumber = 2 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 0 ;
|
|
||||||
}
|
|
||||||
#Time-mean land surface heat net flux
|
#Time-mean land surface heat net flux
|
||||||
'W m**-2' = {
|
'W m**-2' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -9150,14 +9293,6 @@
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum total precipitation rate
|
|
||||||
'kg m**-2 s**-1' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 52 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum convective snowfall rate water equivalent
|
#Time-maximum convective snowfall rate water equivalent
|
||||||
'kg m**-2 s**-1' = {
|
'kg m**-2 s**-1' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -9600,16 +9735,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum 2 metre temperature
|
|
||||||
'K' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 0 ;
|
|
||||||
parameterNumber = 0 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 2 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum 2 metre dewpoint temperature
|
#Time-maximum 2 metre dewpoint temperature
|
||||||
'K' = {
|
'K' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -9780,15 +9905,6 @@
|
||||||
parameterNumber = 6 ;
|
parameterNumber = 6 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum convective available potential energy
|
|
||||||
'J kg**-1' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 7 ;
|
|
||||||
parameterNumber = 6 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum total cloud cover
|
#Time-maximum total cloud cover
|
||||||
'%' = {
|
'%' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -10044,16 +10160,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 2 ;
|
scaleFactorOfFirstFixedSurface = 2 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum 10 metre wind gust
|
|
||||||
'm s**-1' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 2 ;
|
|
||||||
parameterNumber = 22 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 10 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum relative humidity with respect to water
|
#Time-maximum relative humidity with respect to water
|
||||||
'%' = {
|
'%' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -10071,15 +10177,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum convective available potential energy shear
|
|
||||||
'm**2 s**-2' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 7 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfSecondFixedSurface = 8 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum tropopause pressure
|
#Time-maximum tropopause pressure
|
||||||
'Pa' = {
|
'Pa' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -10622,26 +10719,6 @@
|
||||||
parameterNumber = 51 ;
|
parameterNumber = 51 ;
|
||||||
typeOfStatisticalProcessing = 2 ;
|
typeOfStatisticalProcessing = 2 ;
|
||||||
}
|
}
|
||||||
#Time-maximum 10 metre eastward wind gust
|
|
||||||
'm s**-1' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 2 ;
|
|
||||||
parameterNumber = 23 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 10 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum 10 metre northward wind gust
|
|
||||||
'm s**-1' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 2 ;
|
|
||||||
parameterNumber = 24 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 10 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 2 ;
|
|
||||||
}
|
|
||||||
#Time-maximum land surface heat net flux
|
#Time-maximum land surface heat net flux
|
||||||
'W m**-2' = {
|
'W m**-2' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -11083,14 +11160,6 @@
|
||||||
typeOfSecondFixedSurface = 8 ;
|
typeOfSecondFixedSurface = 8 ;
|
||||||
typeOfStatisticalProcessing = 3 ;
|
typeOfStatisticalProcessing = 3 ;
|
||||||
}
|
}
|
||||||
#Time-minimum total precipitation rate
|
|
||||||
'kg m**-2 s**-1' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 52 ;
|
|
||||||
typeOfFirstFixedSurface = 1 ;
|
|
||||||
typeOfStatisticalProcessing = 3 ;
|
|
||||||
}
|
|
||||||
#Time-minimum convective snowfall rate water equivalent
|
#Time-minimum convective snowfall rate water equivalent
|
||||||
'kg m**-2 s**-1' = {
|
'kg m**-2 s**-1' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -11533,16 +11602,6 @@
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
typeOfStatisticalProcessing = 3 ;
|
typeOfStatisticalProcessing = 3 ;
|
||||||
}
|
}
|
||||||
#Time-minimum 2 metre temperature
|
|
||||||
'K' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 0 ;
|
|
||||||
parameterNumber = 0 ;
|
|
||||||
typeOfFirstFixedSurface = 103 ;
|
|
||||||
scaledValueOfFirstFixedSurface = 2 ;
|
|
||||||
scaleFactorOfFirstFixedSurface = 0 ;
|
|
||||||
typeOfStatisticalProcessing = 3 ;
|
|
||||||
}
|
|
||||||
#Time-minimum 2 metre dewpoint temperature
|
#Time-minimum 2 metre dewpoint temperature
|
||||||
'K' = {
|
'K' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -16167,6 +16226,60 @@
|
||||||
parameterCategory = 5 ;
|
parameterCategory = 5 ;
|
||||||
parameterNumber = 0 ;
|
parameterNumber = 0 ;
|
||||||
}
|
}
|
||||||
|
#Precipitation type (most severe) in the last 1 hour
|
||||||
|
'(Code table 4.201)' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 100 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most severe) in the last 3 hours
|
||||||
|
'(Code table 4.201)' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 100 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most frequent) in the last 1 hour
|
||||||
|
'(Code table 4.201)' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 101 ;
|
||||||
|
lengthOfTimeRange = 1 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most frequent) in the last 3 hours
|
||||||
|
'(Code table 4.201)' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 101 ;
|
||||||
|
lengthOfTimeRange = 3 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most severe) in the last 6 hours
|
||||||
|
'(Code table 4.201)' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 100 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
|
#Precipitation type (most frequent) in the last 6 hours
|
||||||
|
'(Code table 4.201)' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 19 ;
|
||||||
|
indicatorOfUnitForTimeRange = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 101 ;
|
||||||
|
lengthOfTimeRange = 6 ;
|
||||||
|
}
|
||||||
#Soil temperature
|
#Soil temperature
|
||||||
'K' = {
|
'K' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
@ -16505,6 +16618,28 @@
|
||||||
typeOfSecondFixedSurface = 255 ;
|
typeOfSecondFixedSurface = 255 ;
|
||||||
typeOfStatisticalProcessing = 1 ;
|
typeOfStatisticalProcessing = 1 ;
|
||||||
}
|
}
|
||||||
|
#10 metre eastward wind gust since previous post-processing
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 23 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
|
#10 metre northward wind gust since previous post-processing
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 24 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 10 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 2 ;
|
||||||
|
}
|
||||||
#Fog
|
#Fog
|
||||||
'%' = {
|
'%' = {
|
||||||
discipline = 0 ;
|
discipline = 0 ;
|
||||||
|
@ -16729,20 +16864,6 @@
|
||||||
parameterNumber = 67 ;
|
parameterNumber = 67 ;
|
||||||
typeOfFirstFixedSurface = 1 ;
|
typeOfFirstFixedSurface = 1 ;
|
||||||
}
|
}
|
||||||
#Time-severity precipitation type
|
|
||||||
'(Code table 4.201)' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
typeOfStatisticalProcessing = 100 ;
|
|
||||||
}
|
|
||||||
#Time-mode precipitation type
|
|
||||||
'(Code table 4.201)' = {
|
|
||||||
discipline = 0 ;
|
|
||||||
parameterCategory = 1 ;
|
|
||||||
parameterNumber = 19 ;
|
|
||||||
typeOfStatisticalProcessing = 101 ;
|
|
||||||
}
|
|
||||||
#Land surface heat net flux
|
#Land surface heat net flux
|
||||||
'W m**-2' = {
|
'W m**-2' = {
|
||||||
discipline = 2 ;
|
discipline = 2 ;
|
||||||
|
|
Loading…
Reference in New Issue