mirror of https://github.com/ecmwf/eccodes.git
ECC-1788: GRIB2: Add mean parameters for ECMWF and CERISE (Part 1)
This commit is contained in:
parent
c7e802b850
commit
0945dec141
|
@ -152,6 +152,64 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Time-mean snow depth
|
||||
'msd_m' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 254 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean low cloud cover
|
||||
'mlcc_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean medium cloud cover
|
||||
'mmcc_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 194 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean high cloud cover
|
||||
'mhcc_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean forecast albedo
|
||||
'mfal_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'mlsprt' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 196 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'cprate' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total snowfall rate
|
||||
'mtsfr' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -170,6 +228,15 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'mrort' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 201 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total precipitation rate
|
||||
'tprate' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -178,4 +245,14 @@
|
|||
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 ;
|
||||
}
|
||||
|
|
|
@ -152,6 +152,64 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Time-mean forecast albedo
|
||||
'Time-mean forecast albedo' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'Mean large-scale precipitation rate' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 196 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'Mean convective precipitation rate' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total snowfall rate
|
||||
'Mean total snowfall rate' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -170,6 +228,15 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'Mean runoff rate' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 201 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total precipitation rate
|
||||
'Mean total precipitation rate' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -178,4 +245,14 @@
|
|||
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 ;
|
||||
}
|
||||
|
|
|
@ -152,6 +152,64 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Time-mean forecast albedo
|
||||
'235243' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'172142' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 196 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'172143' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total snowfall rate
|
||||
'172144' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -170,6 +228,15 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'172205' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 201 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total precipitation rate
|
||||
'172228' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -178,4 +245,14 @@
|
|||
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 ;
|
||||
}
|
||||
|
|
|
@ -152,6 +152,64 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Time-mean snow depth
|
||||
'msd_m' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 254 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean low cloud cover
|
||||
'mlcc_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean medium cloud cover
|
||||
'mmcc_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 194 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean high cloud cover
|
||||
'mhcc_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean forecast albedo
|
||||
'mfal_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'mlsprt' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 196 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'cprate' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total snowfall rate
|
||||
'mtsfr' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -170,6 +228,15 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'mrort' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 201 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total precipitation rate
|
||||
'tprate' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -178,4 +245,14 @@
|
|||
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 ;
|
||||
}
|
||||
|
|
|
@ -152,6 +152,64 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Time-mean forecast albedo
|
||||
'(0 - 1)' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'm s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 196 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'm s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total snowfall rate
|
||||
'm of water equivalent s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -170,6 +228,15 @@
|
|||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'm s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 201 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total precipitation rate
|
||||
'm s**-1' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -178,4 +245,14 @@
|
|||
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 ;
|
||||
}
|
||||
|
|
|
@ -2579,6 +2579,24 @@
|
|||
parameterCategory = 171 ;
|
||||
parameterNumber = 122 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Volcanic ash aerosol mixing ratio
|
||||
'aermr13' = {
|
||||
discipline = 192 ;
|
||||
|
@ -13825,6 +13843,46 @@
|
|||
typeOfSecondFixedSurface = 255 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Time-mean snow depth
|
||||
'msd_m' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 254 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean low cloud cover
|
||||
'mlcc_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean medium cloud cover
|
||||
'mmcc_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 194 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean high cloud cover
|
||||
'mhcc_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean forecast albedo
|
||||
'mfal_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Covariance between 2-metre temperature and volumetric soil water layer 1
|
||||
'covar_t2m_swvl1' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -18987,21 +19045,30 @@
|
|||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'mlsprt' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 142 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 196 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'cprate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 143 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total snowfall rate
|
||||
'mtsfr' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 144 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 198 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
'bldrate' = {
|
||||
|
@ -19083,9 +19150,12 @@
|
|||
}
|
||||
#Evaporation
|
||||
'erate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 182 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 199 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean sunshine duration rate
|
||||
'msdr' = {
|
||||
|
@ -19113,9 +19183,12 @@
|
|||
}
|
||||
#Mean runoff rate
|
||||
'mrort' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 205 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 201 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Top net solar radiation, clear sky
|
||||
'p208.172' = {
|
||||
|
@ -19149,9 +19222,12 @@
|
|||
}
|
||||
#Mean total precipitation rate
|
||||
'tprate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 228 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Convective snowfall
|
||||
'p239.172' = {
|
||||
|
@ -21849,9 +21925,13 @@
|
|||
}
|
||||
#Mean total cloud cover
|
||||
'meantcc' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 228 ;
|
||||
parameterNumber = 6 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Surface temperature significance
|
||||
'sts' = {
|
||||
|
|
|
@ -1369,3 +1369,27 @@
|
|||
parameterCategory = 172 ;
|
||||
parameterNumber = 228 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'mlsprt' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 142 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'cprate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 143 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'mrort' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 205 ;
|
||||
}
|
||||
#Mean total cloud cover
|
||||
'meantcc' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 228 ;
|
||||
parameterNumber = 6 ;
|
||||
}
|
||||
|
|
|
@ -2579,6 +2579,24 @@
|
|||
parameterCategory = 171 ;
|
||||
parameterNumber = 122 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Volcanic ash aerosol mixing ratio
|
||||
'Volcanic ash aerosol mixing ratio' = {
|
||||
discipline = 192 ;
|
||||
|
@ -13825,6 +13843,46 @@
|
|||
typeOfSecondFixedSurface = 255 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Time-mean forecast albedo
|
||||
'Time-mean forecast albedo' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Covariance between 2-metre temperature and volumetric soil water layer 1
|
||||
'Covariance between 2-metre temperature and volumetric soil water layer 1' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -18987,21 +19045,30 @@
|
|||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'Mean large-scale precipitation rate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 142 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 196 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'Mean convective precipitation rate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 143 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total snowfall rate
|
||||
'Mean total snowfall rate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 144 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 198 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
'Boundary layer dissipation' = {
|
||||
|
@ -19083,9 +19150,12 @@
|
|||
}
|
||||
#Evaporation
|
||||
'Evaporation' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 182 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 199 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean sunshine duration rate
|
||||
'Mean sunshine duration rate' = {
|
||||
|
@ -19113,9 +19183,12 @@
|
|||
}
|
||||
#Mean runoff rate
|
||||
'Mean runoff rate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 205 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 201 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Top net solar radiation, clear sky
|
||||
'Top net solar radiation, clear sky' = {
|
||||
|
@ -19149,9 +19222,12 @@
|
|||
}
|
||||
#Mean total precipitation rate
|
||||
'Mean total precipitation rate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 228 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Convective snowfall
|
||||
'Convective snowfall' = {
|
||||
|
@ -21849,9 +21925,13 @@
|
|||
}
|
||||
#Mean total cloud cover
|
||||
'Mean total cloud cover' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 228 ;
|
||||
parameterNumber = 6 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Surface temperature significance
|
||||
'Surface temperature significance' = {
|
||||
|
|
|
@ -1369,3 +1369,27 @@
|
|||
parameterCategory = 172 ;
|
||||
parameterNumber = 228 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'Mean large-scale precipitation rate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 142 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'Mean convective precipitation rate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 143 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'Mean runoff rate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 205 ;
|
||||
}
|
||||
#Mean total cloud cover
|
||||
'Mean total cloud cover' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 228 ;
|
||||
parameterNumber = 6 ;
|
||||
}
|
||||
|
|
|
@ -2579,6 +2579,24 @@
|
|||
parameterCategory = 171 ;
|
||||
parameterNumber = 122 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Volcanic ash aerosol mixing ratio
|
||||
'210013' = {
|
||||
discipline = 192 ;
|
||||
|
@ -13825,6 +13843,46 @@
|
|||
typeOfSecondFixedSurface = 255 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Time-mean forecast albedo
|
||||
'235243' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Covariance between 2-metre temperature and volumetric soil water layer 1
|
||||
'254001' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -18987,21 +19045,30 @@
|
|||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'172142' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 142 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 196 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'172143' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 143 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total snowfall rate
|
||||
'172144' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 144 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 198 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
'172145' = {
|
||||
|
@ -19083,9 +19150,12 @@
|
|||
}
|
||||
#Evaporation
|
||||
'172182' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 182 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 199 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean sunshine duration rate
|
||||
'172189' = {
|
||||
|
@ -19113,9 +19183,12 @@
|
|||
}
|
||||
#Mean runoff rate
|
||||
'172205' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 205 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 201 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Top net solar radiation, clear sky
|
||||
'172208' = {
|
||||
|
@ -19149,9 +19222,12 @@
|
|||
}
|
||||
#Mean total precipitation rate
|
||||
'172228' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 228 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Convective snowfall
|
||||
'172239' = {
|
||||
|
@ -21849,9 +21925,13 @@
|
|||
}
|
||||
#Mean total cloud cover
|
||||
'228006' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 228 ;
|
||||
parameterNumber = 6 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Surface temperature significance
|
||||
'234139' = {
|
||||
|
|
|
@ -1369,3 +1369,27 @@
|
|||
parameterCategory = 172 ;
|
||||
parameterNumber = 228 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'172142' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 142 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'172143' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 143 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'172205' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 205 ;
|
||||
}
|
||||
#Mean total cloud cover
|
||||
'228006' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 228 ;
|
||||
parameterNumber = 6 ;
|
||||
}
|
||||
|
|
|
@ -2579,6 +2579,24 @@
|
|||
parameterCategory = 171 ;
|
||||
parameterNumber = 122 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Volcanic ash aerosol mixing ratio
|
||||
'aermr13' = {
|
||||
discipline = 192 ;
|
||||
|
@ -13825,6 +13843,46 @@
|
|||
typeOfSecondFixedSurface = 255 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#Time-mean snow depth
|
||||
'msd_m' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 254 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean low cloud cover
|
||||
'mlcc_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean medium cloud cover
|
||||
'mmcc_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 194 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean high cloud cover
|
||||
'mhcc_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Time-mean forecast albedo
|
||||
'mfal_frac' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Covariance between 2-metre temperature and volumetric soil water layer 1
|
||||
'covar_t2m_swvl1' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -18987,21 +19045,30 @@
|
|||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'mlsprt' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 142 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 196 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'cprate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 143 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total snowfall rate
|
||||
'mtsfr' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 144 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 198 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
'bldrate' = {
|
||||
|
@ -19083,9 +19150,12 @@
|
|||
}
|
||||
#Evaporation
|
||||
'erate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 182 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 199 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean sunshine duration rate
|
||||
'msdr' = {
|
||||
|
@ -19113,9 +19183,12 @@
|
|||
}
|
||||
#Mean runoff rate
|
||||
'mrort' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 205 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 201 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Top net solar radiation, clear sky
|
||||
'~' = {
|
||||
|
@ -19149,9 +19222,12 @@
|
|||
}
|
||||
#Mean total precipitation rate
|
||||
'tprate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 228 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Convective snowfall
|
||||
'~' = {
|
||||
|
@ -21849,9 +21925,13 @@
|
|||
}
|
||||
#Mean total cloud cover
|
||||
'meantcc' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 228 ;
|
||||
parameterNumber = 6 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Surface temperature significance
|
||||
'sts' = {
|
||||
|
|
|
@ -1369,3 +1369,27 @@
|
|||
parameterCategory = 172 ;
|
||||
parameterNumber = 228 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'mlsprt' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 142 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'cprate' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 143 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'mrort' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 205 ;
|
||||
}
|
||||
#Mean total cloud cover
|
||||
'meantcc' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 228 ;
|
||||
parameterNumber = 6 ;
|
||||
}
|
||||
|
|
|
@ -2579,6 +2579,24 @@
|
|||
parameterCategory = 171 ;
|
||||
parameterNumber = 122 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Volcanic ash aerosol mixing ratio
|
||||
'kg kg**-1' = {
|
||||
discipline = 192 ;
|
||||
|
@ -13825,6 +13843,46 @@
|
|||
typeOfSecondFixedSurface = 255 ;
|
||||
typeOfStatisticalProcessing = 1 ;
|
||||
}
|
||||
#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 ;
|
||||
}
|
||||
#Time-mean forecast albedo
|
||||
'(0 - 1)' = {
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 19 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Covariance between 2-metre temperature and volumetric soil water layer 1
|
||||
'K m**3 m**-3' = {
|
||||
localTablesVersion = 1 ;
|
||||
|
@ -18987,21 +19045,30 @@
|
|||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'm s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 142 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 196 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'm s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 143 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 195 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean total snowfall rate
|
||||
'm of water equivalent s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 144 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 198 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Boundary layer dissipation
|
||||
'W m**-2' = {
|
||||
|
@ -19083,9 +19150,12 @@
|
|||
}
|
||||
#Evaporation
|
||||
'm of water equivalent s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 182 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 199 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Mean sunshine duration rate
|
||||
's s**-1' = {
|
||||
|
@ -19113,9 +19183,12 @@
|
|||
}
|
||||
#Mean runoff rate
|
||||
'm s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 205 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 2 ;
|
||||
parameterCategory = 0 ;
|
||||
parameterNumber = 201 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Top net solar radiation, clear sky
|
||||
'W m**-2' = {
|
||||
|
@ -19149,9 +19222,12 @@
|
|||
}
|
||||
#Mean total precipitation rate
|
||||
'm s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 228 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 1 ;
|
||||
parameterNumber = 193 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Convective snowfall
|
||||
'm of water equivalent s**-1' = {
|
||||
|
@ -21849,9 +21925,13 @@
|
|||
}
|
||||
#Mean total cloud cover
|
||||
'(0 - 1)' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 228 ;
|
||||
parameterNumber = 6 ;
|
||||
localTablesVersion = 1 ;
|
||||
discipline = 0 ;
|
||||
parameterCategory = 6 ;
|
||||
parameterNumber = 192 ;
|
||||
typeOfFirstFixedSurface = 1 ;
|
||||
typeOfSecondFixedSurface = 8 ;
|
||||
typeOfStatisticalProcessing = 0 ;
|
||||
}
|
||||
#Surface temperature significance
|
||||
'%' = {
|
||||
|
|
|
@ -1369,3 +1369,27 @@
|
|||
parameterCategory = 172 ;
|
||||
parameterNumber = 228 ;
|
||||
}
|
||||
#Mean large-scale precipitation rate
|
||||
'm s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 142 ;
|
||||
}
|
||||
#Mean convective precipitation rate
|
||||
'm s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 143 ;
|
||||
}
|
||||
#Mean runoff rate
|
||||
'm s**-1' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 172 ;
|
||||
parameterNumber = 205 ;
|
||||
}
|
||||
#Mean total cloud cover
|
||||
'(0 - 1)' = {
|
||||
discipline = 192 ;
|
||||
parameterCategory = 228 ;
|
||||
parameterNumber = 6 ;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue