Merge branch 'develop' of ssh://software.ecmwf.int:7999/eccodes/eccodes into develop

This commit is contained in:
Enrico Fucile 2015-06-08 15:13:25 +01:00
commit 2ddcabe7f5
60 changed files with 1832 additions and 4 deletions

1
README
View File

@ -1,5 +1,4 @@
ecCodes is the ECMWF encoding/decoding software for GRIB and BUFR.
--
Documentation can be found here:
https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home

View File

@ -7050,6 +7050,7 @@ dist_definitionsgrib1_DATA = \
grib1/2.98.220.table\
grib1/2.98.228.table\
grib1/2.98.230.table\
grib1/2.98.235.table\
grib1/2.table\
grib1/3.233.table\
grib1/3.82.table\

View File

@ -0,0 +1,49 @@
# This file was automatically generated by ./param.pl
20 20 - Mean surface runoff rate (kg m**-2 s**-1)
21 21 - Mean sub-surface runoff rate (kg m**-2 s**-1)
22 22 - Mean surface photosynthetically active radiation flux, clear sky (W m**-2)
23 23 - Mean snow evaporation rate (kg m**-2 s**-1)
24 24 - Mean snowmelt rate (kg m**-2 s**-1)
25 25 - Mean magnitude of surface stress (N m**-2)
26 26 - Mean large-scale precipitation fraction (Proportion)
27 27 - Mean surface downward UV radiation flux (W m**-2)
28 28 - Mean surface photosynthetically active radiation flux (W m**-2)
29 29 - Mean large-scale precipitation rate (kg m**-2 s**-1)
30 30 - Mean convective precipitation rate (kg m**-2 s**-1)
31 31 - Mean snowfall rate (kg m**-2 s**-1)
32 32 - Mean boundary layer dissipation (W m**-2)
33 33 - Mean surface sensible heat flux (W m**-2)
34 34 - Mean surface latent heat flux (W m**-2)
35 35 - Mean surface downward short-wave radiation flux (W m**-2)
36 36 - Mean surface downward long-wave radiation flux (W m**-2)
37 37 - Mean surface net short-wave radiation flux (W m**-2)
38 38 - Mean surface net long-wave radiation flux (W m**-2)
39 39 - Mean top net short-wave radiation flux (W m**-2)
40 40 - Mean top net long-wave radiation flux (W m**-2)
41 41 - Mean eastward turbulent surface stress (N m**-2)
42 42 - Mean northward turbulent surface stress (N m**-2)
43 43 - Mean evaporation rate (kg m**-2 s**-1)
44 44 - Sunshine duration fraction (Proportion)
45 45 - Mean eastward gravity wave surface stress (N m**-2)
46 46 - Mean northward gravity wave surface stress (N m**-2)
47 47 - Mean gravity wave dissipation (W m**-2)
48 48 - Mean runoff rate (kg m**-2 s**-1)
49 49 - Mean top net short-wave radiation flux, clear sky (W m**-2)
50 50 - Mean top net long-wave radiation flux, clear sky (W m**-2)
51 51 - Mean surface net short-wave radiation flux, clear sky (W m**-2)
52 52 - Mean surface net long-wave radiation flux, clear sky (W m**-2)
53 53 - Mean top downward short-wave radiation flux (W m**-2)
54 54 - Mean vertically integrated moisture divergence (kg m**-2 s**-1)
55 55 - Mean total precipitation rate (kg m**-2 s**-1)
56 56 - Mean convective snowfall rate (kg m**-2 s**-1)
57 57 - Mean large-scale snowfall rate (kg m**-2 s**-1)
58 58 - Mean surface direct short-wave radiation flux (W m**-2)
59 59 - Mean surface direct short-wave radiation flux, clear sky (W m**-2)
60 60 - Mean surface diffuse short-wave radiation flux (W m**-2)
61 61 - Mean surface diffuse short-wave radiation flux, clear sky (W m**-2)
62 62 - Mean carbon dioxide net ecosystem exchange flux (kg m**-2 s**-1)
63 63 - Mean carbon dioxide gross primary production flux (kg m**-2 s**-1)
64 64 - Mean carbon dioxide ecosystem respiration flux (kg m**-2 s**-1)
65 65 - Mean rain rate (kg m**-2 s**-1)
66 66 - Mean convective rain rate (kg m**-2 s**-1)
67 67 - Mean large-scale rain rate (kg m**-2 s**-1)

View File

@ -3314,6 +3314,16 @@
table2Version = 131 ;
indicatorOfParameter = 97 ;
}
#Convective available potential energy shear index
'capesi' = {
table2Version = 132 ;
indicatorOfParameter = 44 ;
}
#Convective available potential energy index
'capei' = {
table2Version = 132 ;
indicatorOfParameter = 59 ;
}
#Maximum of significant wave height index
'maxswhi' = {
table2Version = 132 ;
@ -8989,6 +8999,11 @@
table2Version = 228 ;
indicatorOfParameter = 43 ;
}
#Convective available potential energy shear
'capes' = {
table2Version = 228 ;
indicatorOfParameter = 44 ;
}
#GPP coefficient from Biogenic Flux Adjustment System
'gppbfas' = {
table2Version = 228 ;
@ -9274,6 +9289,248 @@
table2Version = 230 ;
indicatorOfParameter = 251 ;
}
#Mean surface runoff rate
'p235020' = {
table2Version = 235 ;
indicatorOfParameter = 20 ;
}
#Mean sub-surface runoff rate
'p235021' = {
table2Version = 235 ;
indicatorOfParameter = 21 ;
}
#Mean surface photosynthetically active radiation flux, clear sky
'p235022' = {
table2Version = 235 ;
indicatorOfParameter = 22 ;
}
#Mean snow evaporation rate
'p235023' = {
table2Version = 235 ;
indicatorOfParameter = 23 ;
}
#Mean snowmelt rate
'p235024' = {
table2Version = 235 ;
indicatorOfParameter = 24 ;
}
#Mean magnitude of surface stress
'p235025' = {
table2Version = 235 ;
indicatorOfParameter = 25 ;
}
#Mean large-scale precipitation fraction
'p235026' = {
table2Version = 235 ;
indicatorOfParameter = 26 ;
}
#Mean surface downward UV radiation flux
'p235027' = {
table2Version = 235 ;
indicatorOfParameter = 27 ;
}
#Mean surface photosynthetically active radiation flux
'p235028' = {
table2Version = 235 ;
indicatorOfParameter = 28 ;
}
#Mean large-scale precipitation rate
'p235029' = {
table2Version = 235 ;
indicatorOfParameter = 29 ;
}
#Mean convective precipitation rate
'p235030' = {
table2Version = 235 ;
indicatorOfParameter = 30 ;
}
#Mean snowfall rate
'p235031' = {
table2Version = 235 ;
indicatorOfParameter = 31 ;
}
#Mean boundary layer dissipation
'p235032' = {
table2Version = 235 ;
indicatorOfParameter = 32 ;
}
#Mean surface sensible heat flux
'p235033' = {
table2Version = 235 ;
indicatorOfParameter = 33 ;
}
#Mean surface latent heat flux
'p235034' = {
table2Version = 235 ;
indicatorOfParameter = 34 ;
}
#Mean surface downward short-wave radiation flux
'p235035' = {
table2Version = 235 ;
indicatorOfParameter = 35 ;
}
#Mean surface downward long-wave radiation flux
'p235036' = {
table2Version = 235 ;
indicatorOfParameter = 36 ;
}
#Mean surface net short-wave radiation flux
'p235037' = {
table2Version = 235 ;
indicatorOfParameter = 37 ;
}
#Mean surface net long-wave radiation flux
'p235038' = {
table2Version = 235 ;
indicatorOfParameter = 38 ;
}
#Mean top net short-wave radiation flux
'p235039' = {
table2Version = 235 ;
indicatorOfParameter = 39 ;
}
#Mean top net long-wave radiation flux
'p235040' = {
table2Version = 235 ;
indicatorOfParameter = 40 ;
}
#Mean eastward turbulent surface stress
'p235041' = {
table2Version = 235 ;
indicatorOfParameter = 41 ;
}
#Mean northward turbulent surface stress
'p235042' = {
table2Version = 235 ;
indicatorOfParameter = 42 ;
}
#Mean evaporation rate
'p235043' = {
table2Version = 235 ;
indicatorOfParameter = 43 ;
}
#Sunshine duration fraction
'p235044' = {
table2Version = 235 ;
indicatorOfParameter = 44 ;
}
#Mean eastward gravity wave surface stress
'p235045' = {
table2Version = 235 ;
indicatorOfParameter = 45 ;
}
#Mean northward gravity wave surface stress
'p235046' = {
table2Version = 235 ;
indicatorOfParameter = 46 ;
}
#Mean gravity wave dissipation
'p235047' = {
table2Version = 235 ;
indicatorOfParameter = 47 ;
}
#Mean runoff rate
'p235048' = {
table2Version = 235 ;
indicatorOfParameter = 48 ;
}
#Mean top net short-wave radiation flux, clear sky
'p235049' = {
table2Version = 235 ;
indicatorOfParameter = 49 ;
}
#Mean top net long-wave radiation flux, clear sky
'p235050' = {
table2Version = 235 ;
indicatorOfParameter = 50 ;
}
#Mean surface net short-wave radiation flux, clear sky
'p235051' = {
table2Version = 235 ;
indicatorOfParameter = 51 ;
}
#Mean surface net long-wave radiation flux, clear sky
'p235052' = {
table2Version = 235 ;
indicatorOfParameter = 52 ;
}
#Mean top downward short-wave radiation flux
'p235053' = {
table2Version = 235 ;
indicatorOfParameter = 53 ;
}
#Mean vertically integrated moisture divergence
'p235054' = {
table2Version = 235 ;
indicatorOfParameter = 54 ;
}
#Mean total precipitation rate
'p235055' = {
table2Version = 235 ;
indicatorOfParameter = 55 ;
}
#Mean convective snowfall rate
'p235056' = {
table2Version = 235 ;
indicatorOfParameter = 56 ;
}
#Mean large-scale snowfall rate
'p235057' = {
table2Version = 235 ;
indicatorOfParameter = 57 ;
}
#Mean surface direct short-wave radiation flux
'p235058' = {
table2Version = 235 ;
indicatorOfParameter = 58 ;
}
#Mean surface direct short-wave radiation flux, clear sky
'p235059' = {
table2Version = 235 ;
indicatorOfParameter = 59 ;
}
#Mean surface diffuse short-wave radiation flux
'p235060' = {
table2Version = 235 ;
indicatorOfParameter = 60 ;
}
#Mean surface diffuse short-wave radiation flux, clear sky
'p235061' = {
table2Version = 235 ;
indicatorOfParameter = 61 ;
}
#Mean carbon dioxide net ecosystem exchange flux
'p235062' = {
table2Version = 235 ;
indicatorOfParameter = 62 ;
}
#Mean carbon dioxide gross primary production flux
'p235063' = {
table2Version = 235 ;
indicatorOfParameter = 63 ;
}
#Mean carbon dioxide ecosystem respiration flux
'p235064' = {
table2Version = 235 ;
indicatorOfParameter = 64 ;
}
#Mean rain rate
'p235065' = {
table2Version = 235 ;
indicatorOfParameter = 65 ;
}
#Mean convective rain rate
'p235066' = {
table2Version = 235 ;
indicatorOfParameter = 66 ;
}
#Mean large-scale rain rate
'p235067' = {
table2Version = 235 ;
indicatorOfParameter = 67 ;
}
#K index
'kx' = {
table2Version = 228 ;

View File

@ -3314,6 +3314,16 @@
table2Version = 131 ;
indicatorOfParameter = 97 ;
}
#Convective available potential energy shear index
'Convective available potential energy shear index' = {
table2Version = 132 ;
indicatorOfParameter = 44 ;
}
#Convective available potential energy index
'Convective available potential energy index' = {
table2Version = 132 ;
indicatorOfParameter = 59 ;
}
#Maximum of significant wave height index
'Maximum of significant wave height index' = {
table2Version = 132 ;
@ -8989,6 +8999,11 @@
table2Version = 228 ;
indicatorOfParameter = 43 ;
}
#Convective available potential energy shear
'Convective available potential energy shear' = {
table2Version = 228 ;
indicatorOfParameter = 44 ;
}
#GPP coefficient from Biogenic Flux Adjustment System
'GPP coefficient from Biogenic Flux Adjustment System' = {
table2Version = 228 ;
@ -9274,6 +9289,246 @@
table2Version = 230 ;
indicatorOfParameter = 251 ;
}
#Mean surface runoff rate
'Mean surface runoff rate' = {
table2Version = 235 ;
indicatorOfParameter = 20 ;
}
#Mean sub-surface runoff rate
'Mean sub-surface runoff rate' = {
table2Version = 235 ;
indicatorOfParameter = 21 ;
}
#Mean surface photosynthetically active radiation flux, clear sky
'Mean surface photosynthetically active radiation flux, clear sky' = {
table2Version = 235 ;
indicatorOfParameter = 22 ;
}
#Mean snow evaporation rate
'Mean snow evaporation rate' = {
table2Version = 235 ;
indicatorOfParameter = 23 ;
}
#Mean snowmelt rate
'Mean snowmelt rate' = {
table2Version = 235 ;
indicatorOfParameter = 24 ;
}
#Mean magnitude of surface stress
'Mean magnitude of surface stress' = {
table2Version = 235 ;
indicatorOfParameter = 25 ;
}
#Mean large-scale precipitation fraction
'Mean large-scale precipitation fraction' = {
table2Version = 235 ;
indicatorOfParameter = 26 ;
}
#Mean surface downward UV radiation flux
'Mean surface downward UV radiation flux' = {
table2Version = 235 ;
indicatorOfParameter = 27 ;
}
#Mean surface photosynthetically active radiation flux
'Mean surface photosynthetically active radiation flux' = {
table2Version = 235 ;
indicatorOfParameter = 28 ;
}
#Mean large-scale precipitation rate
'Mean large-scale precipitation rate' = {
table2Version = 235 ;
indicatorOfParameter = 29 ;
}
#Mean convective precipitation rate
'Mean convective precipitation rate' = {
table2Version = 235 ;
indicatorOfParameter = 30 ;
}
#Mean snowfall rate
'Mean snowfall rate' = {
table2Version = 235 ;
indicatorOfParameter = 31 ;
}
#Mean boundary layer dissipation
'Mean boundary layer dissipation' = {
table2Version = 235 ;
indicatorOfParameter = 32 ;
}
#Mean surface sensible heat flux
'Mean surface sensible heat flux' = {
table2Version = 235 ;
indicatorOfParameter = 33 ;
}
#Mean surface latent heat flux
'Mean surface latent heat flux' = {
table2Version = 235 ;
indicatorOfParameter = 34 ;
}
#Mean surface downward short-wave radiation flux
'Mean surface downward short-wave radiation flux' = {
table2Version = 235 ;
indicatorOfParameter = 35 ;
}
#Mean surface downward long-wave radiation flux
'Mean surface downward long-wave radiation flux' = {
table2Version = 235 ;
indicatorOfParameter = 36 ;
}
#Mean surface net short-wave radiation flux
'Mean surface net short-wave radiation flux' = {
table2Version = 235 ;
indicatorOfParameter = 37 ;
}
#Mean surface net long-wave radiation flux
'Mean surface net long-wave radiation flux' = {
table2Version = 235 ;
indicatorOfParameter = 38 ;
}
#Mean top net short-wave radiation flux
'Mean top net short-wave radiation flux' = {
table2Version = 235 ;
indicatorOfParameter = 39 ;
}
#Mean top net long-wave radiation flux
'Mean top net long-wave radiation flux' = {
table2Version = 235 ;
indicatorOfParameter = 40 ;
}
#Mean eastward turbulent surface stress
'Mean eastward turbulent surface stress' = {
table2Version = 235 ;
indicatorOfParameter = 41 ;
}
#Mean northward turbulent surface stress
'Mean northward turbulent surface stress' = {
table2Version = 235 ;
indicatorOfParameter = 42 ;
}
#Mean evaporation rate
'Mean evaporation rate' = {
table2Version = 235 ;
indicatorOfParameter = 43 ;
}
#Sunshine duration fraction
'Sunshine duration fraction' = {
table2Version = 235 ;
indicatorOfParameter = 44 ;
}
#Mean eastward gravity wave surface stress
'Mean eastward gravity wave surface stress' = {
table2Version = 235 ;
indicatorOfParameter = 45 ;
}
#Mean northward gravity wave surface stress
'Mean northward gravity wave surface stress' = {
table2Version = 235 ;
indicatorOfParameter = 46 ;
}
#Mean gravity wave dissipation
'Mean gravity wave dissipation' = {
table2Version = 235 ;
indicatorOfParameter = 47 ;
}
#Mean runoff rate
'Mean runoff rate' = {
table2Version = 235 ;
indicatorOfParameter = 48 ;
}
#Mean top net short-wave radiation flux, clear sky
'Mean top net short-wave radiation flux, clear sky' = {
table2Version = 235 ;
indicatorOfParameter = 49 ;
}
#Mean top net long-wave radiation flux, clear sky
'Mean top net long-wave radiation flux, clear sky' = {
table2Version = 235 ;
indicatorOfParameter = 50 ;
}
#Mean surface net short-wave radiation flux, clear sky
'Mean surface net short-wave radiation flux, clear sky' = {
table2Version = 235 ;
indicatorOfParameter = 51 ;
}
#Mean surface net long-wave radiation flux, clear sky
'Mean surface net long-wave radiation flux, clear sky' = {
table2Version = 235 ;
indicatorOfParameter = 52 ;
}
#Mean top downward short-wave radiation flux
'Mean top downward short-wave radiation flux' = {
table2Version = 235 ;
indicatorOfParameter = 53 ;
}
#Mean vertically integrated moisture divergence
'Mean vertically integrated moisture divergence' = {
table2Version = 235 ;
indicatorOfParameter = 54 ;
}
#Mean total precipitation rate
'Mean total precipitation rate' = {
table2Version = 235 ;
indicatorOfParameter = 55 ;
}
#Mean convective snowfall rate
'Mean convective snowfall rate' = {
table2Version = 235 ;
indicatorOfParameter = 56 ;
}
#Mean large-scale snowfall rate
'Mean large-scale snowfall rate' = {
table2Version = 235 ;
indicatorOfParameter = 57 ;
}
#Mean surface direct short-wave radiation flux
'Mean surface direct short-wave radiation flux' = {
table2Version = 235 ;
indicatorOfParameter = 58 ;
}
#Mean surface direct short-wave radiation flux, clear sky
'Mean surface direct short-wave radiation flux, clear sky' = {
table2Version = 235 ;
indicatorOfParameter = 59 ;
}
#Mean surface diffuse short-wave radiation flux
'Mean surface diffuse short-wave radiation flux' = {
table2Version = 235 ;
indicatorOfParameter = 60 ;
}
#Mean surface diffuse short-wave radiation flux, clear sky
'Mean surface diffuse short-wave radiation flux, clear sky' = {
table2Version = 235 ;
indicatorOfParameter = 61 ;
}
#Mean carbon dioxide net ecosystem exchange flux
'Mean carbon dioxide net ecosystem exchange flux' = {
table2Version = 235 ;
indicatorOfParameter = 62 ;
}
#Mean carbon dioxide gross primary production flux
'Mean carbon dioxide gross primary production flux' = {
table2Version = 235 ;
indicatorOfParameter = 63 ;
}
#Mean carbon dioxide ecosystem respiration flux
'Mean carbon dioxide ecosystem respiration flux' = {
table2Version = 235 ;
indicatorOfParameter = 64 ;
}
#Mean rain rate
'Mean rain rate' = {
table2Version = 235 ;
indicatorOfParameter = 65 ;
}
#Mean convective rain rate
'Mean convective rain rate' = {
table2Version = 235 ;
indicatorOfParameter = 66 ;
}
#Mean large-scale rain rate
'Mean large-scale rain rate' = {
table2Version = 235 ;
indicatorOfParameter = 67 ;
}
#K index
'K index' = {
table2Version = 228 ;

View File

@ -3314,6 +3314,16 @@
table2Version = 131 ;
indicatorOfParameter = 97 ;
}
#Convective available potential energy shear index
'132044' = {
table2Version = 132 ;
indicatorOfParameter = 44 ;
}
#Convective available potential energy index
'132059' = {
table2Version = 132 ;
indicatorOfParameter = 59 ;
}
#Maximum of significant wave height index
'132216' = {
table2Version = 132 ;
@ -8989,6 +8999,11 @@
table2Version = 228 ;
indicatorOfParameter = 43 ;
}
#Convective available potential energy shear
'228044' = {
table2Version = 228 ;
indicatorOfParameter = 44 ;
}
#GPP coefficient from Biogenic Flux Adjustment System
'228078' = {
table2Version = 228 ;
@ -9274,6 +9289,246 @@
table2Version = 230 ;
indicatorOfParameter = 251 ;
}
#Mean surface runoff rate
'235020' = {
table2Version = 235 ;
indicatorOfParameter = 20 ;
}
#Mean sub-surface runoff rate
'235021' = {
table2Version = 235 ;
indicatorOfParameter = 21 ;
}
#Mean surface photosynthetically active radiation flux, clear sky
'235022' = {
table2Version = 235 ;
indicatorOfParameter = 22 ;
}
#Mean snow evaporation rate
'235023' = {
table2Version = 235 ;
indicatorOfParameter = 23 ;
}
#Mean snowmelt rate
'235024' = {
table2Version = 235 ;
indicatorOfParameter = 24 ;
}
#Mean magnitude of surface stress
'235025' = {
table2Version = 235 ;
indicatorOfParameter = 25 ;
}
#Mean large-scale precipitation fraction
'235026' = {
table2Version = 235 ;
indicatorOfParameter = 26 ;
}
#Mean surface downward UV radiation flux
'235027' = {
table2Version = 235 ;
indicatorOfParameter = 27 ;
}
#Mean surface photosynthetically active radiation flux
'235028' = {
table2Version = 235 ;
indicatorOfParameter = 28 ;
}
#Mean large-scale precipitation rate
'235029' = {
table2Version = 235 ;
indicatorOfParameter = 29 ;
}
#Mean convective precipitation rate
'235030' = {
table2Version = 235 ;
indicatorOfParameter = 30 ;
}
#Mean snowfall rate
'235031' = {
table2Version = 235 ;
indicatorOfParameter = 31 ;
}
#Mean boundary layer dissipation
'235032' = {
table2Version = 235 ;
indicatorOfParameter = 32 ;
}
#Mean surface sensible heat flux
'235033' = {
table2Version = 235 ;
indicatorOfParameter = 33 ;
}
#Mean surface latent heat flux
'235034' = {
table2Version = 235 ;
indicatorOfParameter = 34 ;
}
#Mean surface downward short-wave radiation flux
'235035' = {
table2Version = 235 ;
indicatorOfParameter = 35 ;
}
#Mean surface downward long-wave radiation flux
'235036' = {
table2Version = 235 ;
indicatorOfParameter = 36 ;
}
#Mean surface net short-wave radiation flux
'235037' = {
table2Version = 235 ;
indicatorOfParameter = 37 ;
}
#Mean surface net long-wave radiation flux
'235038' = {
table2Version = 235 ;
indicatorOfParameter = 38 ;
}
#Mean top net short-wave radiation flux
'235039' = {
table2Version = 235 ;
indicatorOfParameter = 39 ;
}
#Mean top net long-wave radiation flux
'235040' = {
table2Version = 235 ;
indicatorOfParameter = 40 ;
}
#Mean eastward turbulent surface stress
'235041' = {
table2Version = 235 ;
indicatorOfParameter = 41 ;
}
#Mean northward turbulent surface stress
'235042' = {
table2Version = 235 ;
indicatorOfParameter = 42 ;
}
#Mean evaporation rate
'235043' = {
table2Version = 235 ;
indicatorOfParameter = 43 ;
}
#Sunshine duration fraction
'235044' = {
table2Version = 235 ;
indicatorOfParameter = 44 ;
}
#Mean eastward gravity wave surface stress
'235045' = {
table2Version = 235 ;
indicatorOfParameter = 45 ;
}
#Mean northward gravity wave surface stress
'235046' = {
table2Version = 235 ;
indicatorOfParameter = 46 ;
}
#Mean gravity wave dissipation
'235047' = {
table2Version = 235 ;
indicatorOfParameter = 47 ;
}
#Mean runoff rate
'235048' = {
table2Version = 235 ;
indicatorOfParameter = 48 ;
}
#Mean top net short-wave radiation flux, clear sky
'235049' = {
table2Version = 235 ;
indicatorOfParameter = 49 ;
}
#Mean top net long-wave radiation flux, clear sky
'235050' = {
table2Version = 235 ;
indicatorOfParameter = 50 ;
}
#Mean surface net short-wave radiation flux, clear sky
'235051' = {
table2Version = 235 ;
indicatorOfParameter = 51 ;
}
#Mean surface net long-wave radiation flux, clear sky
'235052' = {
table2Version = 235 ;
indicatorOfParameter = 52 ;
}
#Mean top downward short-wave radiation flux
'235053' = {
table2Version = 235 ;
indicatorOfParameter = 53 ;
}
#Mean vertically integrated moisture divergence
'235054' = {
table2Version = 235 ;
indicatorOfParameter = 54 ;
}
#Mean total precipitation rate
'235055' = {
table2Version = 235 ;
indicatorOfParameter = 55 ;
}
#Mean convective snowfall rate
'235056' = {
table2Version = 235 ;
indicatorOfParameter = 56 ;
}
#Mean large-scale snowfall rate
'235057' = {
table2Version = 235 ;
indicatorOfParameter = 57 ;
}
#Mean surface direct short-wave radiation flux
'235058' = {
table2Version = 235 ;
indicatorOfParameter = 58 ;
}
#Mean surface direct short-wave radiation flux, clear sky
'235059' = {
table2Version = 235 ;
indicatorOfParameter = 59 ;
}
#Mean surface diffuse short-wave radiation flux
'235060' = {
table2Version = 235 ;
indicatorOfParameter = 60 ;
}
#Mean surface diffuse short-wave radiation flux, clear sky
'235061' = {
table2Version = 235 ;
indicatorOfParameter = 61 ;
}
#Mean carbon dioxide net ecosystem exchange flux
'235062' = {
table2Version = 235 ;
indicatorOfParameter = 62 ;
}
#Mean carbon dioxide gross primary production flux
'235063' = {
table2Version = 235 ;
indicatorOfParameter = 63 ;
}
#Mean carbon dioxide ecosystem respiration flux
'235064' = {
table2Version = 235 ;
indicatorOfParameter = 64 ;
}
#Mean rain rate
'235065' = {
table2Version = 235 ;
indicatorOfParameter = 65 ;
}
#Mean convective rain rate
'235066' = {
table2Version = 235 ;
indicatorOfParameter = 66 ;
}
#Mean large-scale rain rate
'235067' = {
table2Version = 235 ;
indicatorOfParameter = 67 ;
}
#K index
'260121' = {
table2Version = 228 ;

View File

@ -3314,6 +3314,16 @@
table2Version = 131 ;
indicatorOfParameter = 97 ;
}
#Convective available potential energy shear index
'capesi' = {
table2Version = 132 ;
indicatorOfParameter = 44 ;
}
#Convective available potential energy index
'capei' = {
table2Version = 132 ;
indicatorOfParameter = 59 ;
}
#Maximum of significant wave height index
'maxswhi' = {
table2Version = 132 ;
@ -8989,6 +8999,11 @@
table2Version = 228 ;
indicatorOfParameter = 43 ;
}
#Convective available potential energy shear
'capes' = {
table2Version = 228 ;
indicatorOfParameter = 44 ;
}
#GPP coefficient from Biogenic Flux Adjustment System
'gppbfas' = {
table2Version = 228 ;
@ -9274,6 +9289,246 @@
table2Version = 230 ;
indicatorOfParameter = 251 ;
}
#Mean surface runoff rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 20 ;
}
#Mean sub-surface runoff rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 21 ;
}
#Mean surface photosynthetically active radiation flux, clear sky
'~' = {
table2Version = 235 ;
indicatorOfParameter = 22 ;
}
#Mean snow evaporation rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 23 ;
}
#Mean snowmelt rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 24 ;
}
#Mean magnitude of surface stress
'~' = {
table2Version = 235 ;
indicatorOfParameter = 25 ;
}
#Mean large-scale precipitation fraction
'~' = {
table2Version = 235 ;
indicatorOfParameter = 26 ;
}
#Mean surface downward UV radiation flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 27 ;
}
#Mean surface photosynthetically active radiation flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 28 ;
}
#Mean large-scale precipitation rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 29 ;
}
#Mean convective precipitation rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 30 ;
}
#Mean snowfall rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 31 ;
}
#Mean boundary layer dissipation
'~' = {
table2Version = 235 ;
indicatorOfParameter = 32 ;
}
#Mean surface sensible heat flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 33 ;
}
#Mean surface latent heat flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 34 ;
}
#Mean surface downward short-wave radiation flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 35 ;
}
#Mean surface downward long-wave radiation flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 36 ;
}
#Mean surface net short-wave radiation flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 37 ;
}
#Mean surface net long-wave radiation flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 38 ;
}
#Mean top net short-wave radiation flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 39 ;
}
#Mean top net long-wave radiation flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 40 ;
}
#Mean eastward turbulent surface stress
'~' = {
table2Version = 235 ;
indicatorOfParameter = 41 ;
}
#Mean northward turbulent surface stress
'~' = {
table2Version = 235 ;
indicatorOfParameter = 42 ;
}
#Mean evaporation rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 43 ;
}
#Sunshine duration fraction
'~' = {
table2Version = 235 ;
indicatorOfParameter = 44 ;
}
#Mean eastward gravity wave surface stress
'~' = {
table2Version = 235 ;
indicatorOfParameter = 45 ;
}
#Mean northward gravity wave surface stress
'~' = {
table2Version = 235 ;
indicatorOfParameter = 46 ;
}
#Mean gravity wave dissipation
'~' = {
table2Version = 235 ;
indicatorOfParameter = 47 ;
}
#Mean runoff rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 48 ;
}
#Mean top net short-wave radiation flux, clear sky
'~' = {
table2Version = 235 ;
indicatorOfParameter = 49 ;
}
#Mean top net long-wave radiation flux, clear sky
'~' = {
table2Version = 235 ;
indicatorOfParameter = 50 ;
}
#Mean surface net short-wave radiation flux, clear sky
'~' = {
table2Version = 235 ;
indicatorOfParameter = 51 ;
}
#Mean surface net long-wave radiation flux, clear sky
'~' = {
table2Version = 235 ;
indicatorOfParameter = 52 ;
}
#Mean top downward short-wave radiation flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 53 ;
}
#Mean vertically integrated moisture divergence
'~' = {
table2Version = 235 ;
indicatorOfParameter = 54 ;
}
#Mean total precipitation rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 55 ;
}
#Mean convective snowfall rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 56 ;
}
#Mean large-scale snowfall rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 57 ;
}
#Mean surface direct short-wave radiation flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 58 ;
}
#Mean surface direct short-wave radiation flux, clear sky
'~' = {
table2Version = 235 ;
indicatorOfParameter = 59 ;
}
#Mean surface diffuse short-wave radiation flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 60 ;
}
#Mean surface diffuse short-wave radiation flux, clear sky
'~' = {
table2Version = 235 ;
indicatorOfParameter = 61 ;
}
#Mean carbon dioxide net ecosystem exchange flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 62 ;
}
#Mean carbon dioxide gross primary production flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 63 ;
}
#Mean carbon dioxide ecosystem respiration flux
'~' = {
table2Version = 235 ;
indicatorOfParameter = 64 ;
}
#Mean rain rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 65 ;
}
#Mean convective rain rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 66 ;
}
#Mean large-scale rain rate
'~' = {
table2Version = 235 ;
indicatorOfParameter = 67 ;
}
#K index
'kx' = {
table2Version = 228 ;

View File

@ -3314,6 +3314,16 @@
table2Version = 131 ;
indicatorOfParameter = 97 ;
}
#Convective available potential energy shear index
'(-1 to 1)' = {
table2Version = 132 ;
indicatorOfParameter = 44 ;
}
#Convective available potential energy index
'(-1 to 1)' = {
table2Version = 132 ;
indicatorOfParameter = 59 ;
}
#Maximum of significant wave height index
'(-1 to 1)' = {
table2Version = 132 ;
@ -8989,6 +8999,11 @@
table2Version = 228 ;
indicatorOfParameter = 43 ;
}
#Convective available potential energy shear
'm**2 s**-2' = {
table2Version = 228 ;
indicatorOfParameter = 44 ;
}
#GPP coefficient from Biogenic Flux Adjustment System
'dimensionless' = {
table2Version = 228 ;
@ -9274,6 +9289,246 @@
table2Version = 230 ;
indicatorOfParameter = 251 ;
}
#Mean surface runoff rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 20 ;
}
#Mean sub-surface runoff rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 21 ;
}
#Mean surface photosynthetically active radiation flux, clear sky
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 22 ;
}
#Mean snow evaporation rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 23 ;
}
#Mean snowmelt rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 24 ;
}
#Mean magnitude of surface stress
'N m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 25 ;
}
#Mean large-scale precipitation fraction
'Proportion' = {
table2Version = 235 ;
indicatorOfParameter = 26 ;
}
#Mean surface downward UV radiation flux
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 27 ;
}
#Mean surface photosynthetically active radiation flux
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 28 ;
}
#Mean large-scale precipitation rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 29 ;
}
#Mean convective precipitation rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 30 ;
}
#Mean snowfall rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 31 ;
}
#Mean boundary layer dissipation
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 32 ;
}
#Mean surface sensible heat flux
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 33 ;
}
#Mean surface latent heat flux
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 34 ;
}
#Mean surface downward short-wave radiation flux
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 35 ;
}
#Mean surface downward long-wave radiation flux
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 36 ;
}
#Mean surface net short-wave radiation flux
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 37 ;
}
#Mean surface net long-wave radiation flux
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 38 ;
}
#Mean top net short-wave radiation flux
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 39 ;
}
#Mean top net long-wave radiation flux
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 40 ;
}
#Mean eastward turbulent surface stress
'N m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 41 ;
}
#Mean northward turbulent surface stress
'N m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 42 ;
}
#Mean evaporation rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 43 ;
}
#Sunshine duration fraction
'Proportion' = {
table2Version = 235 ;
indicatorOfParameter = 44 ;
}
#Mean eastward gravity wave surface stress
'N m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 45 ;
}
#Mean northward gravity wave surface stress
'N m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 46 ;
}
#Mean gravity wave dissipation
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 47 ;
}
#Mean runoff rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 48 ;
}
#Mean top net short-wave radiation flux, clear sky
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 49 ;
}
#Mean top net long-wave radiation flux, clear sky
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 50 ;
}
#Mean surface net short-wave radiation flux, clear sky
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 51 ;
}
#Mean surface net long-wave radiation flux, clear sky
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 52 ;
}
#Mean top downward short-wave radiation flux
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 53 ;
}
#Mean vertically integrated moisture divergence
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 54 ;
}
#Mean total precipitation rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 55 ;
}
#Mean convective snowfall rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 56 ;
}
#Mean large-scale snowfall rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 57 ;
}
#Mean surface direct short-wave radiation flux
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 58 ;
}
#Mean surface direct short-wave radiation flux, clear sky
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 59 ;
}
#Mean surface diffuse short-wave radiation flux
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 60 ;
}
#Mean surface diffuse short-wave radiation flux, clear sky
'W m**-2' = {
table2Version = 235 ;
indicatorOfParameter = 61 ;
}
#Mean carbon dioxide net ecosystem exchange flux
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 62 ;
}
#Mean carbon dioxide gross primary production flux
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 63 ;
}
#Mean carbon dioxide ecosystem respiration flux
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 64 ;
}
#Mean rain rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 65 ;
}
#Mean convective rain rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 66 ;
}
#Mean large-scale rain rate
'kg m**-2 s**-1' = {
table2Version = 235 ;
indicatorOfParameter = 67 ;
}
#K index
'K' = {
table2Version = 228 ;

View File

@ -9239,6 +9239,104 @@
parameterCategory = 228 ;
parameterNumber = 255 ;
}
#Mean temperature tendency due to parametrized short-wave radiation
'ttsrm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 1 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized long-wave radiation
'tttrm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 2 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized short-wave radiation, clear sky
'ttsrcm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 3 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized long-wave radiation, clear sky
'tttrcm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 4 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrizations
'ttpmm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 5 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean specific humidity tendency due to parametrizations
'qtpmm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 6 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean eastward wind tendency due to parametrizations
'utpmm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 7 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean northward wind tendency due to parametrizations
'vtpmm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 8 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean updraught mass flux due to parametrized convection
'umfm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 9 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean downdraught mass flux due to parametrized convection
'dmfm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 10 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean updraught detrainment rate due to parametrized convection
'udrm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 11 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean downdraught detrainment rate due to parametrized convection
'ddrm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 12 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean total precipitation rate
'tprm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 13 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean turbulent diffusion coefficient for heat
'tdchm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 14 ;
typeOfStatisticalProcessing = 0 ;
}
#Flood alert levels
'p240010' = {
discipline = 192 ;

View File

@ -9239,6 +9239,104 @@
parameterCategory = 228 ;
parameterNumber = 255 ;
}
#Mean temperature tendency due to parametrized short-wave radiation
'Mean temperature tendency due to parametrized short-wave radiation' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 1 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized long-wave radiation
'Mean temperature tendency due to parametrized long-wave radiation' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 2 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized short-wave radiation, clear sky
'Mean temperature tendency due to parametrized short-wave radiation, clear sky' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 3 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized long-wave radiation, clear sky
'Mean temperature tendency due to parametrized long-wave radiation, clear sky' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 4 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrizations
'Mean temperature tendency due to parametrizations' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 5 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean specific humidity tendency due to parametrizations
'Mean specific humidity tendency due to parametrizations' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 6 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean eastward wind tendency due to parametrizations
'Mean eastward wind tendency due to parametrizations' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 7 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean northward wind tendency due to parametrizations
'Mean northward wind tendency due to parametrizations' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 8 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean updraught mass flux due to parametrized convection
'Mean updraught mass flux due to parametrized convection' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 9 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean downdraught mass flux due to parametrized convection
'Mean downdraught mass flux due to parametrized convection' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 10 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean updraught detrainment rate due to parametrized convection
'Mean updraught detrainment rate due to parametrized convection' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 11 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean downdraught detrainment rate due to parametrized convection
'Mean downdraught detrainment rate due to parametrized convection' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 12 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean total precipitation rate
'Mean total precipitation rate' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 13 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean turbulent diffusion coefficient for heat
'Mean turbulent diffusion coefficient for heat' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 14 ;
typeOfStatisticalProcessing = 0 ;
}
#Flood alert levels
'Flood alert levels' = {
discipline = 192 ;

View File

@ -9239,6 +9239,104 @@
parameterCategory = 228 ;
parameterNumber = 255 ;
}
#Mean temperature tendency due to parametrized short-wave radiation
'235001' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 1 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized long-wave radiation
'235002' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 2 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized short-wave radiation, clear sky
'235003' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 3 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized long-wave radiation, clear sky
'235004' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 4 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrizations
'235005' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 5 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean specific humidity tendency due to parametrizations
'235006' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 6 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean eastward wind tendency due to parametrizations
'235007' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 7 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean northward wind tendency due to parametrizations
'235008' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 8 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean updraught mass flux due to parametrized convection
'235009' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 9 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean downdraught mass flux due to parametrized convection
'235010' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 10 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean updraught detrainment rate due to parametrized convection
'235011' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 11 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean downdraught detrainment rate due to parametrized convection
'235012' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 12 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean total precipitation rate
'235013' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 13 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean turbulent diffusion coefficient for heat
'235014' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 14 ;
typeOfStatisticalProcessing = 0 ;
}
#Flood alert levels
'240010' = {
discipline = 192 ;

View File

@ -9239,6 +9239,104 @@
parameterCategory = 228 ;
parameterNumber = 255 ;
}
#Mean temperature tendency due to parametrized short-wave radiation
'ttsrm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 1 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized long-wave radiation
'tttrm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 2 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized short-wave radiation, clear sky
'ttsrcm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 3 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized long-wave radiation, clear sky
'tttrcm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 4 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrizations
'ttpmm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 5 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean specific humidity tendency due to parametrizations
'qtpmm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 6 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean eastward wind tendency due to parametrizations
'utpmm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 7 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean northward wind tendency due to parametrizations
'vtpmm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 8 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean updraught mass flux due to parametrized convection
'umfm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 9 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean downdraught mass flux due to parametrized convection
'dmfm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 10 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean updraught detrainment rate due to parametrized convection
'udrm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 11 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean downdraught detrainment rate due to parametrized convection
'ddrm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 12 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean total precipitation rate
'tprm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 13 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean turbulent diffusion coefficient for heat
'tdchm' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 14 ;
typeOfStatisticalProcessing = 0 ;
}
#Flood alert levels
'flal' = {
discipline = 192 ;

View File

@ -9239,6 +9239,104 @@
parameterCategory = 228 ;
parameterNumber = 255 ;
}
#Mean temperature tendency due to parametrized short-wave radiation
'K s**-1' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 1 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized long-wave radiation
'K s**-1' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 2 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized short-wave radiation, clear sky
'K s**-1' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 3 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrized long-wave radiation, clear sky
'K s**-1' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 4 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean temperature tendency due to parametrizations
'K s**-1' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 5 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean specific humidity tendency due to parametrizations
'kg kg**-1 s**-1' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 6 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean eastward wind tendency due to parametrizations
'm s**-2' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 7 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean northward wind tendency due to parametrizations
'm s**-2' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 8 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean updraught mass flux due to parametrized convection
'kg m**-2 s**-1' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 9 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean downdraught mass flux due to parametrized convection
'kg m**-2 s**-1' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 10 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean updraught detrainment rate due to parametrized convection
'kg m**-3 s**-1' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 11 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean downdraught detrainment rate due to parametrized convection
'kg m**-3 s**-1' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 12 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean total precipitation rate
'kg m**-2 s**-1' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 13 ;
typeOfStatisticalProcessing = 0 ;
}
#Mean turbulent diffusion coefficient for heat
'm**2 s**-1' = {
discipline = 192 ;
parameterCategory = 235 ;
parameterNumber = 14 ;
typeOfStatisticalProcessing = 0 ;
}
#Flood alert levels
'Integer' = {
discipline = 192 ;

View File

@ -1,3 +1,4 @@
integer, parameter,public :: CODES_OUT_OF_RANGE = -65
integer, parameter,public :: CODES_UNSUPPORTED_EDITION = -64
integer, parameter,public :: CODES_ATTRIBUTE_NOT_FOUND = -63
integer, parameter,public :: CODES_TOO_MANY_ATTRIBUTES = -62

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1250,6 +1250,8 @@ Error codes returned by the eccodes functions.
#define CODES_ATTRIBUTE_NOT_FOUND GRIB_ATTRIBUTE_NOT_FOUND
/** Edition not supported. */
#define CODES_UNSUPPORTED_EDITION GRIB_UNSUPPORTED_EDITION
/** Value out of coding range */
#define CODES_OUT_OF_RANGE GRIB_OUT_OF_RANGE
/*! @}*/

View File

@ -1334,8 +1334,8 @@ int grib_points_get_values(grib_handle* h, grib_points* points, double* val);
#define GRIB_UTIL_GRID_SPEC_REDUCED_LL 7
#define GRIB_UTIL_GRID_SPEC_POLAR_STEREOGRAPHIC 8
#define GRIB_UTIL_GRID_SPEC_OCTAHEDRAL_GG 9
#define GRIB_UTIL_GRID_SPEC_ROTATED_OCTAHEDRAL_GG 10
#define GRIB_UTIL_GRID_SPEC_REDUCED_ROTATED_GG 9
typedef struct grib_util_grid_spec {

View File

@ -622,6 +622,10 @@ grib_handle* grib_util_set_spec(grib_handle* h,
grid_type = "sh";
break;
case GRIB_UTIL_GRID_SPEC_REDUCED_ROTATED_GG:
grid_type = "reduced_rotated_gg";
break;
default:
*err = GRIB_NOT_IMPLEMENTED;
return NULL;
@ -638,6 +642,7 @@ grib_handle* grib_util_set_spec(grib_handle* h,
Assert(grib_get_string(h,"levelType",levtype,&n) == 0);
switch (spec->grid_type) {
case GRIB_UTIL_GRID_SPEC_REDUCED_GG:
case GRIB_UTIL_GRID_SPEC_REDUCED_ROTATED_GG:
sprintf(name, "%s_pl_%ld_grib%ld", grid_type,spec->N, editionNumber);
break;
default :
@ -739,6 +744,8 @@ grib_handle* grib_util_set_spec(grib_handle* h,
break;
case GRIB_UTIL_GRID_SPEC_REDUCED_GG:
case GRIB_UTIL_GRID_SPEC_REDUCED_ROTATED_GG:
COPY_SPEC_LONG (bitmapPresent);
if (spec->missingValue) COPY_SPEC_DOUBLE(missingValue);
SET_LONG_VALUE("ijDirectionIncrementGiven", 0);
@ -791,10 +798,12 @@ grib_handle* grib_util_set_spec(grib_handle* h,
/* Set rotation */
/* FIXME: Missing angleOfRotationInDegrees */
switch(spec->grid_type) {
case GRIB_UTIL_GRID_SPEC_ROTATED_LL:
case GRIB_UTIL_GRID_SPEC_ROTATED_GG:
case GRIB_UTIL_GRID_SPEC_REDUCED_ROTATED_GG:
COPY_SPEC_LONG(uvRelativeToGrid);
COPY_SPEC_DOUBLE(latitudeOfSouthernPoleInDegrees);
COPY_SPEC_DOUBLE(longitudeOfSouthernPoleInDegrees);
@ -921,7 +930,7 @@ grib_handle* grib_util_set_spec(grib_handle* h,
fprintf(stderr," %s %s\n",values[i].name,grib_get_error_message(values[i].error));
goto cleanup;
}
if (spec->pl_size!=0 && spec->grid_type==GRIB_UTIL_GRID_SPEC_REDUCED_GG) {
if (spec->pl_size!=0 && (spec->grid_type==GRIB_UTIL_GRID_SPEC_REDUCED_GG || spec->grid_type==GRIB_UTIL_GRID_SPEC_REDUCED_ROTATED_GG)) {
*err=grib_set_long_array(outh,"pl",spec->pl,spec->pl_size);
if (*err) {
fprintf(stderr,"SET_GRID_DATA_DESCRIPTION: Cannot set pl %s\n",grib_get_error_message(*err));