mirror of https://github.com/ecmwf/eccodes.git
ECC-1971: GRIB2: Add support for pseudocentre NextGEMS
This commit is contained in:
parent
7d1f7f8920
commit
508674e0dc
|
@ -0,0 +1,71 @@
|
||||||
|
# Automatically generated by ./create_def.pl, do not edit
|
||||||
|
#U component of wind
|
||||||
|
'eastward_wind' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#U component of wind
|
||||||
|
'eastward_wind' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#V component of wind
|
||||||
|
'northward_wind' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#V component of wind
|
||||||
|
'northward_wind' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#Snow depth
|
||||||
|
'lwe_thickness_of_surface_snow_amount' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
}
|
||||||
|
#Snowfall
|
||||||
|
'lwe_thickness_of_snowfall_amount' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Total cloud cover
|
||||||
|
'cloud_area_fraction' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'lwe_thickness_of_water_evaporation_amount' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
|
@ -0,0 +1,312 @@
|
||||||
|
# Automatically generated by ./create_def.pl, do not edit
|
||||||
|
#Surface runoff
|
||||||
|
'Surface runoff' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Sub-surface runoff
|
||||||
|
'Sub-surface runoff' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 204 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Wind speed
|
||||||
|
'Wind speed' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#Wind speed
|
||||||
|
'Wind speed' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#U component of wind
|
||||||
|
'U component of wind' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#U component of wind
|
||||||
|
'U component of wind' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#V component of wind
|
||||||
|
'V component of wind' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#V component of wind
|
||||||
|
'V component of wind' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#Snow depth
|
||||||
|
'Snow depth' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
}
|
||||||
|
#Snowfall
|
||||||
|
'Snowfall' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Total cloud cover
|
||||||
|
'Total cloud cover' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'Evaporation' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Low cloud cover
|
||||||
|
'Low cloud cover' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
}
|
||||||
|
#Medium cloud cover
|
||||||
|
'Medium cloud cover' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
}
|
||||||
|
#High cloud cover
|
||||||
|
'High cloud cover' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
}
|
||||||
|
#Total precipitation
|
||||||
|
'Total precipitation' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Mean surface runoff rate
|
||||||
|
'Mean surface runoff rate' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean sub-surface runoff rate
|
||||||
|
'Mean sub-surface runoff rate' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 204 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean wind speed
|
||||||
|
'Time-mean wind speed' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean wind speed
|
||||||
|
'Time-mean wind speed' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean U component of wind
|
||||||
|
'Time-mean U component of wind' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean U component of wind
|
||||||
|
'Time-mean U component of wind' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean V component of wind
|
||||||
|
'Time-mean V component of wind' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean V component of wind
|
||||||
|
'Time-mean V component of wind' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean snow depth
|
||||||
|
'Time-mean snow depth' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean low cloud cover
|
||||||
|
'Time-mean low cloud cover' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean medium cloud cover
|
||||||
|
'Time-mean medium cloud cover' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean high cloud cover
|
||||||
|
'Time-mean high cloud cover' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Snow thickness over sea ice
|
||||||
|
'Snow thickness over sea ice' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
scaledValueOfFirstFixedSurface = missing() ;
|
||||||
|
scaleFactorOfFirstFixedSurface = missing() ;
|
||||||
|
scaledValueOfSecondFixedSurface = missing() ;
|
||||||
|
scaleFactorOfSecondFixedSurface = missing() ;
|
||||||
|
}
|
||||||
|
#Time-mean snow thickness over sea ice
|
||||||
|
'Time-mean snow thickness over sea ice' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
scaledValueOfFirstFixedSurface = missing() ;
|
||||||
|
scaleFactorOfFirstFixedSurface = missing() ;
|
||||||
|
scaledValueOfSecondFixedSurface = missing() ;
|
||||||
|
scaleFactorOfSecondFixedSurface = missing() ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean total snowfall rate
|
||||||
|
'Mean total snowfall rate' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'Evaporation' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean total precipitation rate
|
||||||
|
'Mean total precipitation rate' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean total cloud cover
|
||||||
|
'Mean total cloud cover' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
|
@ -0,0 +1,312 @@
|
||||||
|
# Automatically generated by ./create_def.pl, do not edit
|
||||||
|
#Surface runoff
|
||||||
|
'8' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Sub-surface runoff
|
||||||
|
'9' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 204 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Wind speed
|
||||||
|
'10' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#Wind speed
|
||||||
|
'10' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#U component of wind
|
||||||
|
'131' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#U component of wind
|
||||||
|
'131' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#V component of wind
|
||||||
|
'132' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#V component of wind
|
||||||
|
'132' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#Snow depth
|
||||||
|
'141' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
}
|
||||||
|
#Snowfall
|
||||||
|
'144' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Total cloud cover
|
||||||
|
'164' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'182' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Low cloud cover
|
||||||
|
'186' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
}
|
||||||
|
#Medium cloud cover
|
||||||
|
'187' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
}
|
||||||
|
#High cloud cover
|
||||||
|
'188' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
}
|
||||||
|
#Total precipitation
|
||||||
|
'228' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Mean surface runoff rate
|
||||||
|
'172008' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean sub-surface runoff rate
|
||||||
|
'172009' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 204 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean wind speed
|
||||||
|
'235097' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean wind speed
|
||||||
|
'235097' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean U component of wind
|
||||||
|
'235131' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean U component of wind
|
||||||
|
'235131' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean V component of wind
|
||||||
|
'235132' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean V component of wind
|
||||||
|
'235132' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean snow depth
|
||||||
|
'235141' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean low cloud cover
|
||||||
|
'235186' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean medium cloud cover
|
||||||
|
'235187' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean high cloud cover
|
||||||
|
'235188' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Snow thickness over sea ice
|
||||||
|
'262002' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
scaledValueOfFirstFixedSurface = missing() ;
|
||||||
|
scaleFactorOfFirstFixedSurface = missing() ;
|
||||||
|
scaledValueOfSecondFixedSurface = missing() ;
|
||||||
|
scaleFactorOfSecondFixedSurface = missing() ;
|
||||||
|
}
|
||||||
|
#Time-mean snow thickness over sea ice
|
||||||
|
'263002' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
scaledValueOfFirstFixedSurface = missing() ;
|
||||||
|
scaleFactorOfFirstFixedSurface = missing() ;
|
||||||
|
scaledValueOfSecondFixedSurface = missing() ;
|
||||||
|
scaleFactorOfSecondFixedSurface = missing() ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean total snowfall rate
|
||||||
|
'172144' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'172182' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean total precipitation rate
|
||||||
|
'172228' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean total cloud cover
|
||||||
|
'228006' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
|
@ -0,0 +1,312 @@
|
||||||
|
# Automatically generated by ./create_def.pl, do not edit
|
||||||
|
#Surface runoff
|
||||||
|
'sro' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Sub-surface runoff
|
||||||
|
'ssro' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 204 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Wind speed
|
||||||
|
'ws' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#Wind speed
|
||||||
|
'ws' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#U component of wind
|
||||||
|
'u' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#U component of wind
|
||||||
|
'u' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#V component of wind
|
||||||
|
'v' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#V component of wind
|
||||||
|
'v' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#Snow depth
|
||||||
|
'sd' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
}
|
||||||
|
#Snowfall
|
||||||
|
'sf' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Total cloud cover
|
||||||
|
'tcc' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'e' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Low cloud cover
|
||||||
|
'lcc' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
}
|
||||||
|
#Medium cloud cover
|
||||||
|
'mcc' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
}
|
||||||
|
#High cloud cover
|
||||||
|
'hcc' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
}
|
||||||
|
#Total precipitation
|
||||||
|
'tp' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Mean surface runoff rate
|
||||||
|
'msror' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean sub-surface runoff rate
|
||||||
|
'mssror' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 204 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean wind speed
|
||||||
|
'avg_ws' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean wind speed
|
||||||
|
'avg_ws' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean U component of wind
|
||||||
|
'avg_u' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean U component of wind
|
||||||
|
'avg_u' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean V component of wind
|
||||||
|
'avg_v' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean V component of wind
|
||||||
|
'avg_v' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean snow depth
|
||||||
|
'avg_sd_m' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean low cloud cover
|
||||||
|
'avg_lcc_frac' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean medium cloud cover
|
||||||
|
'avg_mcc_frac' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean high cloud cover
|
||||||
|
'avg_hcc_frac' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Snow thickness over sea ice
|
||||||
|
'sisnthick' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
scaledValueOfFirstFixedSurface = missing() ;
|
||||||
|
scaleFactorOfFirstFixedSurface = missing() ;
|
||||||
|
scaledValueOfSecondFixedSurface = missing() ;
|
||||||
|
scaleFactorOfSecondFixedSurface = missing() ;
|
||||||
|
}
|
||||||
|
#Time-mean snow thickness over sea ice
|
||||||
|
'avg_sisnthick' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
scaledValueOfFirstFixedSurface = missing() ;
|
||||||
|
scaleFactorOfFirstFixedSurface = missing() ;
|
||||||
|
scaledValueOfSecondFixedSurface = missing() ;
|
||||||
|
scaleFactorOfSecondFixedSurface = missing() ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean total snowfall rate
|
||||||
|
'mtsfr' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'erate' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean total precipitation rate
|
||||||
|
'tprate' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean total cloud cover
|
||||||
|
'meantcc' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
|
@ -0,0 +1,312 @@
|
||||||
|
# Automatically generated by ./create_def.pl, do not edit
|
||||||
|
#Surface runoff
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Sub-surface runoff
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 204 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Wind speed
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#Wind speed
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#U component of wind
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#U component of wind
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#V component of wind
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#V component of wind
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
}
|
||||||
|
#Snow depth
|
||||||
|
'm of water equivalent' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
}
|
||||||
|
#Snowfall
|
||||||
|
'm of water equivalent' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Total cloud cover
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'm of water equivalent' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Low cloud cover
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
}
|
||||||
|
#Medium cloud cover
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
}
|
||||||
|
#High cloud cover
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
}
|
||||||
|
#Total precipitation
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 255 ;
|
||||||
|
typeOfStatisticalProcessing = 1 ;
|
||||||
|
}
|
||||||
|
#Mean surface runoff rate
|
||||||
|
'm s**-1' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 202 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean sub-surface runoff rate
|
||||||
|
'm s**-1' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 2 ;
|
||||||
|
parameterCategory = 0 ;
|
||||||
|
parameterNumber = 204 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean wind speed
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean wind speed
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 1 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean U component of wind
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean U component of wind
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 2 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean V component of wind
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 100 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean V component of wind
|
||||||
|
'm s**-1' = {
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 3 ;
|
||||||
|
typeOfFirstFixedSurface = 103 ;
|
||||||
|
scaledValueOfFirstFixedSurface = 200 ;
|
||||||
|
scaleFactorOfFirstFixedSurface = 0 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean snow depth
|
||||||
|
'm of water equivalent' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 254 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean low cloud cover
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean medium cloud cover
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 194 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Time-mean high cloud cover
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 195 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Snow thickness over sea ice
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
scaledValueOfFirstFixedSurface = missing() ;
|
||||||
|
scaleFactorOfFirstFixedSurface = missing() ;
|
||||||
|
scaledValueOfSecondFixedSurface = missing() ;
|
||||||
|
scaleFactorOfSecondFixedSurface = missing() ;
|
||||||
|
}
|
||||||
|
#Time-mean snow thickness over sea ice
|
||||||
|
'm' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 10 ;
|
||||||
|
parameterCategory = 2 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 173 ;
|
||||||
|
typeOfSecondFixedSurface = 175 ;
|
||||||
|
scaledValueOfFirstFixedSurface = missing() ;
|
||||||
|
scaleFactorOfFirstFixedSurface = missing() ;
|
||||||
|
scaledValueOfSecondFixedSurface = missing() ;
|
||||||
|
scaleFactorOfSecondFixedSurface = missing() ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean total snowfall rate
|
||||||
|
'm of water equivalent s**-1' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 198 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Evaporation
|
||||||
|
'm of water equivalent s**-1' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 199 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean total precipitation rate
|
||||||
|
'm s**-1' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 1 ;
|
||||||
|
parameterNumber = 193 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
||||||
|
#Mean total cloud cover
|
||||||
|
'(0 - 1)' = {
|
||||||
|
localTablesVersion = 1 ;
|
||||||
|
discipline = 0 ;
|
||||||
|
parameterCategory = 6 ;
|
||||||
|
parameterNumber = 192 ;
|
||||||
|
typeOfFirstFixedSurface = 1 ;
|
||||||
|
typeOfSecondFixedSurface = 8 ;
|
||||||
|
typeOfStatisticalProcessing = 0 ;
|
||||||
|
}
|
|
@ -68,7 +68,7 @@ set -e
|
||||||
# First check the GRIB2 paramId.def and shortName.def
|
# First check the GRIB2 paramId.def and shortName.def
|
||||||
# ----------------------------------------------------
|
# ----------------------------------------------------
|
||||||
$EXEC ${test_dir}/grib_check_param_concepts paramId $ECCODES_DEFINITION_PATH/grib2/paramId.def
|
$EXEC ${test_dir}/grib_check_param_concepts paramId $ECCODES_DEFINITION_PATH/grib2/paramId.def
|
||||||
datasets="ecmf uerra cerise hydro s2s tigge era6 destine era"
|
datasets="ecmf uerra cerise hydro s2s tigge era6 destine era nextgems"
|
||||||
for a_dataset in $datasets; do
|
for a_dataset in $datasets; do
|
||||||
$EXEC ${test_dir}/grib_check_param_concepts paramId $ECCODES_DEFINITION_PATH/grib2/localConcepts/$a_dataset/paramId.def
|
$EXEC ${test_dir}/grib_check_param_concepts paramId $ECCODES_DEFINITION_PATH/grib2/localConcepts/$a_dataset/paramId.def
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue