mirror of https://github.com/ecmwf/eccodes.git
Merge remote-tracking branch 'origin/develop' into feature/ECC-1537-TileTemplate
This commit is contained in:
commit
665c81f4a9
|
@ -9,7 +9,7 @@
|
|||
|
||||
# This gets updated twice a year by WMO.
|
||||
# See https://community.wmo.int/activity-areas/wmo-codes/manual-codes/latest-version
|
||||
constant tablesVersionLatestOfficial = 31 : edition_specific;
|
||||
constant tablesVersionLatestOfficial = 32 : edition_specific;
|
||||
# If this is different from the official version, then it is the pre-operational version
|
||||
constant tablesVersionLatest = 32 : edition_specific;
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
29 29 Version implemented on 15 May 2022
|
||||
30 30 Version implemented on 15 November 2022
|
||||
31 31 Version implemented on 15 May 2023
|
||||
32 32 Pre-operational to be implemented by next amendment
|
||||
# 33-254 Future versions
|
||||
32 32 Version implemented on 30 November 2023
|
||||
33 33 Pre-operational to be implemented by next amendment
|
||||
# 34-254 Future versions
|
||||
255 255 Master tables not used. Local table entries and local templates may use the entire range of the table, not just those sections marked Reserved for local used.
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
29 29 Version implemented on 15 May 2022
|
||||
30 30 Version implemented on 15 November 2022
|
||||
31 31 Version implemented on 15 May 2023
|
||||
32 32 Pre-operational to be implemented by next amendment
|
||||
# 33-254 Future versions
|
||||
32 32 Version implemented on 30 November 2023
|
||||
33 33 Pre-operational to be implemented by next amendment
|
||||
# 34-254 Future versions
|
||||
255 255 Missing
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
9 9 Uncertainties in Ensembles of Regional ReAnalyses project test (UERRA)
|
||||
10 10 Copernicus regional reanalysis (CARRA/CERRA)
|
||||
11 11 Copernicus regional reanalysis test (CARRA/CERRA)
|
||||
# 12-191 Reserved
|
||||
12 12 Destination Earth
|
||||
13 13 Destination Earth test
|
||||
# 14-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -44,7 +44,9 @@
|
|||
120 120 Azimuth-range projection
|
||||
# 121-139 Reserved
|
||||
140 140 Lambert azimuthal equal area projection
|
||||
# 141-999 Reserved
|
||||
# 141-149 Reserved
|
||||
150 150 Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix)
|
||||
# 151-999 Reserved
|
||||
1000 1000 Cross-section grid with points equally spaced on the horizontal
|
||||
# 1001-1099 Reserved
|
||||
1100 1100 Hovmoller diagram grid with points equally spaced on the horizontal
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
# Code table 3.12 - HEALPix rhomboids or points ordering
|
||||
0 0 Ring ordering
|
||||
1 1 Nested ordering
|
||||
# 2-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
|
@ -0,0 +1,8 @@
|
|||
# Flag table 3.13 - HEALPix scanning mode
|
||||
1 0 Points scan in +i (+x) direction
|
||||
1 1 Points scan in -i (-x) direction
|
||||
2 0 Points scan in -j (-y) direction
|
||||
2 1 Points scan in +j (+y) direction
|
||||
3 0 Adjacent points in i (x) direction are consecutive
|
||||
3 1 Adjacent points in j (y) direction are consecutive
|
||||
# 4-8 Reserved
|
|
@ -4,7 +4,7 @@
|
|||
2 0 Points of first row or column scan in the -j (-y) direction
|
||||
2 1 Points of first row or column scan in the +j (+y) direction
|
||||
3 0 Adjacent points in i (x) direction are consecutive
|
||||
3 1 Adjacent points in j (y) direction is consecutive
|
||||
3 1 Adjacent points in j (y) direction are consecutive
|
||||
4 0 All rows scan in the same direction
|
||||
4 1 Adjacent rows scan in the opposite direction
|
||||
5 0 Points within odd rows are not offset in i (x) direction
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
0 0 Grid points at triangle vertices
|
||||
1 1 Grid points at centres of triangles
|
||||
2 2 Grid points at midpoints of triangle sides
|
||||
# 3-191 Reserved
|
||||
3 3 Grid points at shape vertices
|
||||
4 4 Grid points at centre of shapes
|
||||
5 5 Grid points at midpoints of shape sides
|
||||
# 6-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -71,12 +71,13 @@
|
|||
86 86 Quantile forecasts at a horizontal level or in a horizontal layer at a point in time
|
||||
87 87 Quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||
88 88 Analysis or forecast at a horizontal level or in a horizontal layer at a specified local time
|
||||
# 89-90 Reserved
|
||||
89 89 Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time
|
||||
90 90 Post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||
91 91 Categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||
92 92 Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time
|
||||
93 93 Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time
|
||||
94 94 Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time
|
||||
95 95 Average, accumulation, extreme values or other statiscally processed value at a horizontal level or in a horizontal layer at a specified local time
|
||||
95 95 Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a specified local time
|
||||
96 96 Average, accumulation, extreme values or other statistically processed values of an individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time
|
||||
97 97 Average, accumulation, extreme values or other statistically processed values of post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time
|
||||
98 98 Average, accumulation, extreme values or other statistically processed values of a post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time
|
||||
|
@ -94,11 +95,13 @@
|
|||
110 110 Average, accumulation, extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for generic optical products
|
||||
111 111 Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for generic optical products
|
||||
112 112 Anomalies, significance and other derived products as probability forecasts in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||
113 113 Generalised spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time
|
||||
114 114 Average, accumulation, and/or extreme values or other statistically processed values on generalised spatio-temporal changing tiles at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||
115 115 Individual ensemble forecast, control and perturbed on generalised spatio-temporal changing tiles at a horizontal level or in a horizontal layer at a point in time
|
||||
116 116 Individual ensemble forecast, control and perturbed on generalised spatio-temporal changing tiles at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||
# 117-253 Reserved
|
||||
113 113 Generalised tiles at a horizontal level or horizontal layer at a point in time
|
||||
114 114 Average, accumulation, and/or extreme values or other statistically processed values on generalised tiles at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||
115 115 Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time
|
||||
116 116 Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||
117 117 Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time
|
||||
118 118 Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval
|
||||
# 119-253 Reserved
|
||||
254 254 CCITT IA5 character string
|
||||
# 255-999 Reserved
|
||||
1000 1000 Cross-section of analysis and forecast at a point in time
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
0 0 Health indicators
|
||||
1 1 Epidemiology
|
||||
2 2 Socioeconomic indicators
|
||||
# 3-191 Reserved
|
||||
3 3 Renewable energy sector
|
||||
# 4-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -167,6 +167,8 @@
|
|||
165 165 Column integrated divergence of total water mass flux (kg m-2 s-1)
|
||||
166 166 Column integrated water vapour flux (kg m-2 s-1)
|
||||
167 167 Total column supercooled liquid water (kg m-2)
|
||||
# 168-191 Reserved
|
||||
168 168 Saturation specific humidity with respect to water (kg m-3)
|
||||
169 169 Total column integrated saturation specific humidity with respect to water (kg m-2)
|
||||
# 170-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -45,6 +45,10 @@
|
|||
43 43 Trapping layer top height (m)
|
||||
44 44 Mean vertical gradient of refractivity inside trapping layer (m-1)
|
||||
45 45 Minimum vertical gradient of refractivity inside trapping layer (m-1)
|
||||
# 46-191 Reserved
|
||||
46 46 Net radiation flux (W m-2)
|
||||
47 47 Global irradiance on tilted surfaces (W m-2)
|
||||
48 48 Top of persistent contrails (m)
|
||||
49 49 Base of persistent contrails (m)
|
||||
# 50-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
1 1 Geographical latitude (deg N)
|
||||
2 2 Geographical longitude (deg E)
|
||||
3 3 Days since last observation (d)
|
||||
# 4-191 Reserved
|
||||
4 4 Tropical cyclone density track (Numeric)
|
||||
# 5-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -58,6 +58,15 @@
|
|||
56 56 u-component of neutral wind (m s-1)
|
||||
57 57 v-component of neutral wind (m s-1)
|
||||
58 58 Magnitude of turbulent surface stress (N m-2)
|
||||
# 59-191 Reserved
|
||||
59 59 Vertical divergence (s-1)
|
||||
60 60 Drag thermal coefficient (Numeric)
|
||||
61 61 Drag evaporation coefficient (Numeric)
|
||||
62 62 Eastward turbulent surface stress (N m-2)
|
||||
63 63 Northward turbulent surface stress (N m-2)
|
||||
64 64 Eastward turbulent surface stress due to orographic form drag (N m-2)
|
||||
65 65 Northward turbulent surface stress due to orographic form drag (N m-2)
|
||||
66 66 Eastward turbulent surface stress due to surface roughness (N m-2)
|
||||
67 67 Northward turbulent surface stress due to surface roughness (N m-2)
|
||||
# 68-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
19 19 Column integrated eastward heat flux (W m-1)
|
||||
20 20 Column integrated northward heat flux (W m-1)
|
||||
21 21 Column integrated potential+internal+latent energy (J m-2)
|
||||
# 22-191 Reserved
|
||||
22 22 Eady growth rate (day-1)
|
||||
# 23-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
43 43 Column integrated divergence of geopotential flux (W m-2)
|
||||
44 44 Height of zero-degree wet-bulb temperature (m)
|
||||
45 45 Height of one-degree wet-bulb temperature (m)
|
||||
# 46-191 Reserved
|
||||
46 46 Pressure departure from hydrostatic state (Pa)
|
||||
# 47-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
14 14 Upstream accumulated precipitation (kg m-2)
|
||||
15 15 Upstream accumulated snow melt (kg m-2)
|
||||
16 16 Percolation rate (kg m-2 s-1)
|
||||
# 17-191 Reserved
|
||||
17 17 River outflow of water (m3 s-1)
|
||||
18 18 Floodplain outflow of water (m3 s-1)
|
||||
19 19 Floodpath outflow of water (m3 s-1)
|
||||
# 20-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
12 12 Salinity (kg/kg)
|
||||
13 13 Cross-sectional area of flow in channel (m2)
|
||||
14 14 Snow temperature (K)
|
||||
# 15-191 Reserved
|
||||
15 15 Lake depth (m)
|
||||
16 16 River depth (m)
|
||||
# 17-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -92,6 +92,11 @@
|
|||
90 90 u-component of surface momentum flux into ocean (N m-2)
|
||||
91 91 v-component of surface momentum flux into ocean (N m-2)
|
||||
92 92 Wave turbulent energy flux into ocean (W m-2)
|
||||
# 93-191 Reserved
|
||||
93 93 Envelop maximum individual wave height (m)
|
||||
94 94 Time domain maximum individual crest height (m)
|
||||
95 95 Time domain maximum individual wave height (m)
|
||||
96 96 Space time maximum individual crest height (m)
|
||||
97 97 Space time maximum individual wave height (m)
|
||||
# 98-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
21 21 Ice melt pond depth (m)
|
||||
22 22 Ice melt pond volume per unit area (m3 m-2)
|
||||
23 23 Sea ice fraction tendency due to parameterization (s-1)
|
||||
# 24-191 Reserved
|
||||
24 24 x-component of ice drift (m s-1)
|
||||
25 25 y-component of ice drift (m s-1)
|
||||
# 26-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
18 18 Heat flux correction (W m-2)
|
||||
19 19 Sea surface height tendency due to parameterization (m s-1)
|
||||
20 20 Deviation of sea level from mean with inverse barometer correction (m)
|
||||
# 21-191 Reserved
|
||||
21 21 Salinity (kg kg-1)
|
||||
# 22-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -35,10 +35,20 @@
|
|||
35 35 Sea water salinity tendency due to Newtonian relaxation (g kg-1 s-1)
|
||||
36 36 Sea water temperature tendency due to parameterization (K s-1)
|
||||
37 37 Sea water salinity tendency due to parameterization (g kg-1 s-1)
|
||||
38 38 Eastward sea water velocity tendency due to parameterization (m-2 s-1)
|
||||
39 39 Northward sea water velocity tendency due to parameterization (m-2 s-1)
|
||||
38 38 Eastward sea water velocity tendency due to parameterization (m s-2)
|
||||
39 39 Northward sea water velocity tendency due to parameterization (m s-2)
|
||||
40 40 Sea water temperature tendency due to direct bias correction (K s-1)
|
||||
41 41 Sea water salinity tendency due to direct bias correction (g kg-1 s-1)
|
||||
# 42-191 Reserved
|
||||
42 42 Sea water meridional volume transport (m3 m-2 s-1)
|
||||
43 43 Sea water zonal volume transport (m3 m-2 s-1)
|
||||
44 44 Sea water column integrated meridional volume transport (m3 m-1 s-1)
|
||||
45 45 Sea water column integrated zonal volume transport (m3 m-1 s-1)
|
||||
46 46 Sea water meridional mass transport (kg m-2 s-1)
|
||||
47 47 Sea water zonal mass transport (kg m-2 s-1)
|
||||
48 48 Sea water column integrated meridional mass transport (kg m-1 s-1)
|
||||
49 49 Sea water column integrated zonal mass transport (kg m-1 s-1)
|
||||
50 50 Sea water column integrated practical salinity (g kg-1 m)
|
||||
51 51 Sea water column integrated salinity (kg kg-1 m)
|
||||
# 52-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -61,6 +61,8 @@
|
|||
59 59 Net ecosystem exchange flux (kg m-2 s-1)
|
||||
60 60 Gross primary production flux (kg m-2 s-1)
|
||||
61 61 Ecosystem respiration flux (kg m-2 s-1)
|
||||
# 62-191 Reserved
|
||||
62 62 Emissivity (Proportion)
|
||||
63 63 Canopy air temperature (K)
|
||||
# 64-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
27 27 Soil depth (m)
|
||||
28 28 Snow temperature (K)
|
||||
29 29 Ice temperature (K)
|
||||
# 30-191 Reserved
|
||||
30 30 Soil wetness index (Numeric)
|
||||
# 31-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -26,6 +26,15 @@
|
|||
24 24 Combustion completeness (%)
|
||||
25 25 Fuel moisture content (kg kg-1)
|
||||
26 26 Wildfire potential (as defined by the US NOAA Global Systems Laboratory) (Numeric)
|
||||
# 27-191 Reserved
|
||||
27 27 Live leaf fuel load (kg m-2)
|
||||
28 28 Live wood fuel load (kg m-2)
|
||||
29 29 Dead leaf fuel load (kg m-2)
|
||||
30 30 Dead wood fuel load (kg m-2)
|
||||
31 31 Live fuel moisture content (kg kg-1)
|
||||
32 32 Fine dead leaf moisture content (kg kg-1)
|
||||
33 33 Dense dead leaf moisture content (kg kg-1)
|
||||
34 34 Fine dead wood moisture content (kg kg-1)
|
||||
35 35 Dense dead wood moisture content (kg kg-1)
|
||||
# 36-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
3 3 Building height (m)
|
||||
4 4 Vertical-to-horizontal area fraction (m2 m-2)
|
||||
5 5 Standard deviation of building height (m)
|
||||
# 6-191 Reserved
|
||||
6 6 Distance downward from roof surface (m)
|
||||
7 7 Distance inward from outer wall surface (m)
|
||||
8 8 Distance downward from road surface (m)
|
||||
# 9-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
# Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector
|
||||
0 0 Renewable power capacity (W)
|
||||
1 1 Renewable power production rate (W)
|
||||
2 2 Wind power capacity (W)
|
||||
3 3 Wind power production rate (W)
|
||||
4 4 Solar photovoltaic (PV) power capacity (W)
|
||||
5 5 Solar photovoltaic (PV) power production rate (W)
|
||||
6 6 Solar non-photovoltaic (PV) power capacity (W)
|
||||
7 7 Solar non-photovoltaic (PV) power production rate (W)
|
||||
8 8 Concentrated solar power (CSP) power capacity (W)
|
||||
9 9 Concentrated solar power (CSP) power production rate (W)
|
||||
# 10-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
|
@ -28,7 +28,9 @@
|
|||
28 28 Brightness temperature (K)
|
||||
29 29 Scaled radiance (Numeric)
|
||||
30 30 Reflectance in 0.4 micron channel (%)
|
||||
# 31-97 Reserved
|
||||
31 31 Cloudy reflectance (%)
|
||||
32 32 Clear reflectance (%)
|
||||
# 33-97 Reserved
|
||||
98 98 Correlation coefficient between MPE rain-rates for the co-located IR data and the microwave data rain-rates (Numeric)
|
||||
99 99 Standard deviation between MPE rain-rates for the co-located IR data and the microwave data rain-rates (kg m-2 s-1)
|
||||
# 100-191 Reserved
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
5 5 With intercepted water
|
||||
6 6 With intercepted snow
|
||||
7 7 Aggregated
|
||||
8 8 Unresolved
|
||||
# 5-191 Reserved
|
||||
# 8-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing value
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
2 GLC2000 Land use classes according to European Commission-Global Land Cover Project GLC2000
|
||||
3 ECOCLIMAP Land use classes according to ECOCLIMAP
|
||||
4 ECOCLIMAP-SG Land use classes according to ECOCLIMAP-SG
|
||||
5 GLCCv2.0 Land use classes according to USGS EROS Global Land Cover Characterization (GLCC) v2.0 BATS Classification
|
||||
5 GLCCv2BATS Land use classes according to USGS EROS Global Land Cover Characterization (GLCC) v2.0 BATS Classification
|
||||
# 6-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing value
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Code table 4.251 - Tile classes and groupings
|
||||
# Code table 4.252 - Tile classes and groupings
|
||||
0 0 Reserved
|
||||
1 SEOC Seas and oceans
|
||||
2 INWB Inland water bodies
|
||||
|
|
|
@ -72,7 +72,8 @@
|
|||
169 169 Ocean level defined by water density (sigma-theta) difference from near-surface to level (kg m-3)
|
||||
170 170 Ocean level defined by water potential temperature difference from near-surface to level (K)
|
||||
171 171 Ocean level defined by vertical eddy diffusivity difference from near-surface to level (m2 s-1)
|
||||
# 172-173 Reserved
|
||||
# 172 Reserved
|
||||
173 173 Top of snow over sea ice on sea, lake or river
|
||||
174 sfc Top surface of ice on sea, lake or river
|
||||
175 175 Top surface of ice, under snow cover, on sea, lake or river
|
||||
176 176 Bottom surface (underside) ice on sea, lake or river
|
||||
|
@ -84,6 +85,11 @@
|
|||
182 182 Grid tile water fraction as a model surface
|
||||
183 183 Grid tile ice fraction on sea, lake or river as a model surface
|
||||
184 184 Grid tile glacier ice and inland ice fraction as a model surface
|
||||
# 185-191 Reserved
|
||||
185 185 Roof level
|
||||
186 186 Wall level
|
||||
187 187 Road level
|
||||
188 188 Melt pond top surface
|
||||
189 189 Melt pond bottom surface
|
||||
# 190-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
# (C) Copyright 2005- ECMWF.
|
||||
|
||||
# TEMPLATE 4.117, Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time
|
||||
|
||||
include "grib2/template.4.parameter.def"
|
||||
include "grib2/template.4.generating_process.def"
|
||||
include "grib2/template.4.forecast_time.def"
|
||||
include "grib2/template.4.point_in_time.def"
|
||||
include "grib2/template.4.horizontal.def"
|
||||
include "grib2/template.4.leps.def"
|
|
@ -0,0 +1,10 @@
|
|||
# (C) Copyright 2005- ECMWF.
|
||||
|
||||
# TEMPLATE 4.118, Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval
|
||||
|
||||
include "grib2/template.4.parameter.def"
|
||||
include "grib2/template.4.generating_process.def"
|
||||
include "grib2/template.4.forecast_time.def"
|
||||
include "grib2/template.4.horizontal.def"
|
||||
include "grib2/template.4.leps.def"
|
||||
include "grib2/template.4.statistical.def"
|
Loading…
Reference in New Issue