diff --git a/CMakeLists.txt b/CMakeLists.txt index 45d67ad4..c9425e1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,11 +103,6 @@ else() message(STATUS "Will not build AEC support") endif() -# Find libxml2. -if(BUILD_G2C) - find_package(LibXml2 2.9.0 REQUIRED) -endif() - # Set the compiler flags. if(CMAKE_C_COMPILER_ID MATCHES "^(Intel|IntelLLVM)$") set(CMAKE_C_FLAGS "-g -traceback ${CMAKE_C_FLAGS}") diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 386b98ca..ecf8546c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -18,7 +18,7 @@ reduce.c seekgb.c simpack.c simunpack.c specpack.c specunpack.c util.c) if(BUILD_G2C) - set(src_files ${src_files} g2cutil.c g2cxml.c g2cparams.c g2cfile.c + set(src_files ${src_files} g2cutil.c g2ccsv.c g2cparams.c g2cfile.c g2cdegrib2.c g2cprod.c g2cinq.c g2cindex.c g2cio.c g2ccompare.c) endif() @@ -49,21 +49,6 @@ if(BUILD_SHARED_LIBS) list(APPEND LIB_TARGETS ${lib_name}_shared) endif() -# Link to libxml2. -if(BUILD_G2C) - message(STATUS "libxml2 include directories ${LIBXML2_INCLUDE_DIR}") - target_link_libraries(${lib_name}_objlib PRIVATE ${LIBXML2_LIBRARIES}) - target_include_directories(${lib_name}_objlib PRIVATE "${LIBXML2_INCLUDE_DIR}") - if(BUILD_SHARED_LIBS) - target_link_libraries(${lib_name}_shared PRIVATE ${LIBXML2_LIBRARIES}) - target_include_directories(${lib_name}_shared PRIVATE "${LIBXML2_INCLUDE_DIR}") - endif() - if(BUILD_STATIC_LIBS) - target_link_libraries(${lib_name}_static PRIVATE ${LIBXML2_LIBRARIES}) - target_include_directories(${lib_name}_static PRIVATE "${LIBXML2_INCLUDE_DIR}") - endif() -endif() - # Build with PNG. if(PNG_FOUND) message(STATUS "PNG include directories ${PNG_INCLUDE_DIR}") @@ -229,9 +214,9 @@ install(EXPORT ${PROJECT_NAME}Exports FILE ${PROJECT_NAME}-targets.cmake DESTINATION ${CONFIG_INSTALL_DESTINATION}) -# XML data files. +# CSV data files. if(BUILD_G2C) - set(XML_FILES Template.xml CodeFlag.xml) - install(FILES ${XML_FILES} + set(CSV_FILES Template.txt CodeFlag.txt) + install(FILES ${CSV_FILES} DESTINATION ${CMAKE_INSTALL_LIBDIR}) endif() diff --git a/src/CodeFlag.txt b/src/CodeFlag.txt new file mode 100644 index 00000000..e4fa6e12 --- /dev/null +++ b/src/CodeFlag.txt @@ -0,0 +1,2960 @@ +Title_en,SubTitle_en,CodeFlag,Value,MeaningParameterDescription_en,Note_en,noteIDs,UnitComments_en,Status +"Code table 0.0 - Discipline of processed data in the GRIB message, number of GRIB Master table",,0,,Meteorological products,,,,Operational +"Code table 0.0 - Discipline of processed data in the GRIB message, number of GRIB Master table",,1,,Hydrological products,,,,Operational +"Code table 0.0 - Discipline of processed data in the GRIB message, number of GRIB Master table",,2,,Land surface products,,,,Operational +"Code table 0.0 - Discipline of processed data in the GRIB message, number of GRIB Master table",,3,,"Satellite remote sensing products (formerly ""Space products"")",,,,Operational +"Code table 0.0 - Discipline of processed data in the GRIB message, number of GRIB Master table",,4,,Space weather products,,,,Operational +"Code table 0.0 - Discipline of processed data in the GRIB message, number of GRIB Master table",,5-9,,Reserved,,,,Operational +"Code table 0.0 - Discipline of processed data in the GRIB message, number of GRIB Master table",,10,,Oceanographic products,,,,Operational +"Code table 0.0 - Discipline of processed data in the GRIB message, number of GRIB Master table",,11-19,,Reserved,,,,Operational +"Code table 0.0 - Discipline of processed data in the GRIB message, number of GRIB Master table",,20,,Health and socioeconomic impacts,,,,Operational +"Code table 0.0 - Discipline of processed data in the GRIB message, number of GRIB Master table",,21-191,,Reserved,,,,Operational +"Code table 0.0 - Discipline of processed data in the GRIB message, number of GRIB Master table",,192-254,,Reserved for local use,,,,Operational +"Code table 0.0 - Discipline of processed data in the GRIB message, number of GRIB Master table",,255,,Missing,,,,Operational +Code table 1.0 - GRIB master tables version number,,0,,Experimental,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,1,,Version implemented on 7 November 2001,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,2,,Version implemented on 4 November 2003,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,3,,Version implemented on 2 November 2005,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,4,,Version implemented on 7 November 2007,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,5,,Version implemented on 4 November 2009,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,6,,Version implemented on 15 September 2010,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,7,,Version implemented on 4 May 2011,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,8,,Version implemented on 2 November 2011,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,9,,Version implemented on 2 May 2012,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,10,,Version implemented on 7 November 2012,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,11,,Version implemented on 8 May 2013,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,12,,Version implemented on 14 November 2013,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,13,,Version implemented on 7 May 2014,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,14,,Version implemented on 5 November 2014,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,15,,Version implemented on 6 May 2015,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,16,,Version implemented on 11 November 2015,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,17,,Version implemented on 4 May 2016,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,18,,Version implemented on 2 November 2016,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,19,,Version implemented on 3 May 2017,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,20,,Version implemented on 8 November 2017,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,21,,Version implemented on 2 May 2018,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,22,,Version implemented on 7 November 2018,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,23,,Pre-operational to be implemented by next amendment,,,,Deprecated +Code table 1.0 - GRIB master tables version number,,24-254,,Future versions,(see Note),108,,Deprecated +Code table 1.0 - GRIB master tables version number,,255,,Missing,,,,Deprecated +Code table 1.1 - GRIB local tables version number,,0,,Local tables not used. Only table entries and templates from the current master table are valid,,,,Operational +Code table 1.1 - GRIB local tables version number,,1-254,,Number of local tables version used,,,,Operational +Code table 1.1 - GRIB local tables version number,,255,,Missing,,,,Operational +Code table 1.2 - Significance of reference time,,0,,Analysis,,,,Operational +Code table 1.2 - Significance of reference time,,1,,Start of forecast,,,,Operational +Code table 1.2 - Significance of reference time,,2,,Verifying time of forecast,,,,Operational +Code table 1.2 - Significance of reference time,,3,,Observation time,,,,Operational +Code table 1.2 - Significance of reference time,,4,,Local time,,,,Operational +Code table 1.2 - Significance of reference time,,5,,Simulation start,(see Note),150,,Operational +Code table 1.2 - Significance of reference time,,6-191,,Reserved,,,,Operational +Code table 1.2 - Significance of reference time,,192-254,,Reserved for local use,,,,Operational +Code table 1.2 - Significance of reference time,,255,,Missing,,,,Operational +Code table 1.3 - Production status of data,,0,,Operational products,,,,Operational +Code table 1.3 - Production status of data,,1,,Operational test products,,,,Operational +Code table 1.3 - Production status of data,,2,,Research products,,,,Operational +Code table 1.3 - Production status of data,,3,,Re-analysis products,,,,Operational +Code table 1.3 - Production status of data,,4,,THORPEX Interactive Grand Global Ensemble (TIGGE),,,,Operational +Code table 1.3 - Production status of data,,5,,THORPEX Interactive Grand Global Ensemble (TIGGE) test,,,,Operational +Code table 1.3 - Production status of data,,6,,S2S operational products,,,,Operational +Code table 1.3 - Production status of data,,7,,S2S test products,,,,Operational +Code table 1.3 - Production status of data,,8,,Uncertainties in Ensembles of Regional ReAnalyses project (UERRA),,,,Operational +Code table 1.3 - Production status of data,,9,,Uncertainties in Ensembles of Regional ReAnalyses project (UERRA) test,,,,Operational +Code table 1.3 - Production status of data,,10,,Copernicus regional reanalysis,,,,Operational +Code table 1.3 - Production status of data,,11,,Copernicus regional reanalysis test,,,,Operational +Code table 1.3 - Production status of data,,12,,Destination Earth,,,,Operational +Code table 1.3 - Production status of data,,13,,Destination Earth test,,,,Operational +Code table 1.3 - Production status of data,,14-191,,Reserved,,,,Operational +Code table 1.3 - Production status of data,,192-254,,Reserved for local use,,,,Operational +Code table 1.3 - Production status of data,,255,,Missing,,,,Operational +Code table 1.4 - Type of data,,0,,Analysis products,,,,Operational +Code table 1.4 - Type of data,,1,,Forecast products,,,,Operational +Code table 1.4 - Type of data,,2,,Analysis and forecast products,,,,Operational +Code table 1.4 - Type of data,,3,,Control forecast products,,,,Operational +Code table 1.4 - Type of data,,4,,Perturbed forecast products,,,,Operational +Code table 1.4 - Type of data,,5,,Control and perturbed forecast products,,,,Operational +Code table 1.4 - Type of data,,6,,Processed satellite observations,,,,Operational +Code table 1.4 - Type of data,,7,,Processed radar observations,,,,Operational +Code table 1.4 - Type of data,,8,,Event probability,,,,Operational +Code table 1.4 - Type of data,,9-191,,Reserved,,,,Operational +Code table 1.4 - Type of data,,192-254,,Reserved for local use,,,,Operational +Code table 1.4 - Type of data,,255,,Missing,,,,Operational +Code table 1.5 - Identification template number,,0,,Calendar definition,,,,Operational +Code table 1.5 - Identification template number,,1,,Paleontological offset,,,,Operational +Code table 1.5 - Identification template number,,2,,Calendar definition and paleontological offset,,,,Operational +Code table 1.5 - Identification template number,,3-32767,,Reserved,,,,Operational +Code table 1.5 - Identification template number,,32768-65534,,Reserved for local use,,,,Operational +Code table 1.5 - Identification template number,,65535,,Missing,,,,Operational +Code table 1.6 - Type of calendar,,0,,Gregorian,,,,Operational +Code table 1.6 - Type of calendar,,1,,360-day,,,,Operational +Code table 1.6 - Type of calendar,,2,,365-day,(see Note 1),47,,Operational +Code table 1.6 - Type of calendar,,3,,Proleptic Gregorian,(see Note 2),48,,Operational +Code table 1.6 - Type of calendar,,4-191,,Reserved,,,,Operational +Code table 1.6 - Type of calendar,,192-254,,Reserved for local use,,,,Operational +Code table 1.6 - Type of calendar,,255,,Missing,,,,Operational +Code table 3.0 - Source of grid definition,,0,,Specified in Code table 3.1,,,,Operational +Code table 3.0 - Source of grid definition,,1,,Predetermined grid definition,(see Note),42,,Operational +Code table 3.0 - Source of grid definition,,2-191,,Reserved,,,,Operational +Code table 3.0 - Source of grid definition,,192-254,,Reserved for local use,,,,Operational +Code table 3.0 - Source of grid definition,,255,,A grid definition does not apply to this product,,,,Operational +Code table 3.1 - Grid definition template number,,0,,Latitude/longitude,(see Note 1),27,,Operational +Code table 3.1 - Grid definition template number,,1,,Rotated latitude/longitude,,,,Operational +Code table 3.1 - Grid definition template number,,2,,Stretched latitude/longitude,,,,Operational +Code table 3.1 - Grid definition template number,,3,,Stretched and rotated latitude/longitude,,,,Operational +Code table 3.1 - Grid definition template number,,4,,Variable resolution latitude/longitude,,,,Operational +Code table 3.1 - Grid definition template number,,5,,Variable resolution rotated latitude/longitude,,,,Operational +Code table 3.1 - Grid definition template number,,6-9,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,10,,Mercator,,,,Operational +Code table 3.1 - Grid definition template number,,11,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,12,,Transverse Mercator,,,,Operational +Code table 3.1 - Grid definition template number,,13,,Mercator with modelling subdomains definition,,,,Operational +Code table 3.1 - Grid definition template number,,14-19,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,20,,Polar stereographic projection,(see Note 2),36,,Operational +Code table 3.1 - Grid definition template number,,21-22,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,23,,Polar stereographic with modelling subdomains definition,,,,Operational +Code table 3.1 - Grid definition template number,,24-29,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,30,,Lambert conformal,(see Note 3),35,,Operational +Code table 3.1 - Grid definition template number,,31,,Albers equal area,,,,Operational +Code table 3.1 - Grid definition template number,,32,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,33,,Lambert conformal with modelling subdomains definition,,,,Operational +Code table 3.1 - Grid definition template number,,34-39,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,40,,Gaussian latitude/longitude,,,,Operational +Code table 3.1 - Grid definition template number,,41,,Rotated Gaussian latitude/longitude,,,,Operational +Code table 3.1 - Grid definition template number,,42,,Stretched Gaussian latitude/longitude,,,,Operational +Code table 3.1 - Grid definition template number,,43,,Stretched and rotated Gaussian latitude/longitude,,,,Operational +Code table 3.1 - Grid definition template number,,44-49,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,50,,Spherical harmonic coefficients,,,,Operational +Code table 3.1 - Grid definition template number,,51,,Rotated spherical harmonic coefficients,,,,Operational +Code table 3.1 - Grid definition template number,,52,,Stretched spherical harmonic coefficients,,,,Operational +Code table 3.1 - Grid definition template number,,53,,Stretched and rotated spherical harmonic coefficients,,,,Operational +Code table 3.1 - Grid definition template number,,54-60,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,61,,Spectral Mercator with modelling subdomains definition,,,,Operational +Code table 3.1 - Grid definition template number,,62,,Spectral polar stereographic with modelling subdomains definition,,,,Operational +Code table 3.1 - Grid definition template number,,63,,Spectral Lambert conformal with modelling subdomains definition,,,,Operational +Code table 3.1 - Grid definition template number,,64-89,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,90,,Space view perspective or orthographic,,,,Operational +Code table 3.1 - Grid definition template number,,91-99,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,100,,Triangular grid based on an icosahedron,,,,Operational +Code table 3.1 - Grid definition template number,,101,,General unstructured grid,,,,Operational +Code table 3.1 - Grid definition template number,,102-109,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,110,,Equatorial azimuthal equidistant projection,,,,Operational +Code table 3.1 - Grid definition template number,,111-119,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,120,,Azimuth-range projection,,,,Operational +Code table 3.1 - Grid definition template number,,121-139,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,140,,Lambert azimuthal equal area projection,,,,Operational +Code table 3.1 - Grid definition template number,,141-149,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,150,,Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),,,,Operational +Code table 3.1 - Grid definition template number,,151-999,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,1000,,Cross-section grid with points equally spaced on the horizontal,,,,Experimental +Code table 3.1 - Grid definition template number,,1001-1099,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,1100,,Hovmöller diagram grid with points equally spaced on the horizontal,,,,Experimental +Code table 3.1 - Grid definition template number,,1101-1199,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,1200,,Time section grid,,,,Experimental +Code table 3.1 - Grid definition template number,,1201-32767,,Reserved,,,,Operational +Code table 3.1 - Grid definition template number,,32768-65534,,Reserved for local use,,,,Operational +Code table 3.1 - Grid definition template number,,65535,,Missing,,,,Operational +Code table 3.2 - Shape of the reference system,,0,,Earth assumed spherical with radius = 6 367 470.0 m,(see Note 2),121,,Operational +Code table 3.2 - Shape of the reference system,,1,,Earth assumed spherical with radius specified (in m) by data producer,(see Note 2),121,,Operational +Code table 3.2 - Shape of the reference system,,2,,"Earth assumed oblate spheroid with size as determined by IAU in 1965 (major axis = 6 378 160.0 m, minor axis = 6 356 775.0 m, f = 1/297.0)",,,,Operational +Code table 3.2 - Shape of the reference system,,3,,Earth assumed oblate spheroid with major and minor axes specified (in km) by data producer,(see Note 2),121,,Operational +Code table 3.2 - Shape of the reference system,,4,,"Earth assumed oblate spheroid as defined in IAG-GRS80 model (major axis = 6 378 137.0 m, minor axis = 6 356 752.314 m, f = 1/298.257 222 101)",,,,Operational +Code table 3.2 - Shape of the reference system,,5,,Earth assumed represented by WGS-84 (as used by ICAO since 1998),,(see Note 1),117,Operational +Code table 3.2 - Shape of the reference system,,6,,Earth assumed spherical with radius of 6 371 229.0 m,(see Note 2),121,,Operational +Code table 3.2 - Shape of the reference system,,7,,Earth assumed oblate spheroid with major or minor axes specified (in m) by data producer,(see Note 2),121,,Operational +Code table 3.2 - Shape of the reference system,,8,,"Earth model assumed spherical with radius of 6 371 200 m, but the horizontal datum of the resulting latitude/longitude field is the WGS-84 reference frame",,,,Operational +Code table 3.2 - Shape of the reference system,,9,,"Earth represented by the Ordnance Survey Great Britain 1936 Datum, using the Airy 1830 Spheroid, the Greenwich meridian as 0 longitude, and the Newlyn datum as mean sea level, 0 height",,,,Operational +Code table 3.2 - Shape of the reference system,,10,,"Earth model assumed WGS84 with corrected geomagnetic coordinates (latitude and longitude) defined by Gustafsson et al., 1992",(see Note 1),117,,Operational +Code table 3.2 - Shape of the reference system,,11,,"Sun assumed spherical with radius = 695 990 000 m (Allen, C.W., Astrophysical Quantities, 3rd ed.; Athlone: London, 1976) and Stonyhurst latitude and longitude system with origin at the intersection of the solar central meridian (as seen from Earth) and the solar equator (Thompson, W., Coordinate systems for solar image data, Astron. Astrophys. 2006, 449, 791-803)",,,,Operational +Code table 3.2 - Shape of the reference system,,12-191,,Reserved,,,,Operational +Code table 3.2 - Shape of the reference system,,192-254,,Reserved for local use,,,,Operational +Code table 3.2 - Shape of the reference system,,255,,Missing,,,,Operational +Flag table 3.3 - Resolution and component flags,,1-2,,Reserved,,,,Operational +Flag table 3.3 - Resolution and component flags,,3,0,i direction increments not given,,,,Operational +Flag table 3.3 - Resolution and component flags,,3,1,i direction increments given,,,,Operational +Flag table 3.3 - Resolution and component flags,,4,0,j direction increments not given,,,,Operational +Flag table 3.3 - Resolution and component flags,,4,1,j direction increments given,,,,Operational +Flag table 3.3 - Resolution and component flags,,5,0,Resolved u- and v- components of vector quantities relative to easterly and northerly directions,,,,Operational +Flag table 3.3 - Resolution and component flags,,5,1,"Resolved u- and v- components of vector quantities relative to the defined grid in the direction of increasing x and y (or i and j) coordinates, respectively",,,,Operational +Flag table 3.3 - Resolution and component flags,,6-8,,Reserved - set to zero,,,,Operational +Flag table 3.4 - Scanning mode,,1,0,Points of first row or column scan in the +i (+x) direction,,,,Operational +Flag table 3.4 - Scanning mode,,1,1,Points of first row or column scan in the -i (-x) direction,,,,Operational +Flag table 3.4 - Scanning mode,,2,0,Points of first row or column scan in the -j (-y) direction,,,,Operational +Flag table 3.4 - Scanning mode,,2,1,Points of first row or column scan in the +j (+y) direction,,,,Operational +Flag table 3.4 - Scanning mode,,3,0,Adjacent points in i (x) direction are consecutive,,,,Operational +Flag table 3.4 - Scanning mode,,3,1,Adjacent points in j (y) direction are consecutive,,,,Operational +Flag table 3.4 - Scanning mode,,4,0,All rows scan in the same direction,,,,Operational +Flag table 3.4 - Scanning mode,,4,1,Adjacent rows scan in the opposite direction,,,,Operational +Flag table 3.4 - Scanning mode,,5,0,Points within odd rows are not offset in i (x) direction,,,,Operational +Flag table 3.4 - Scanning mode,,5,1,Points within odd rows are offset by Di/2 in i (x) direction,,,,Operational +Flag table 3.4 - Scanning mode,,6,0,Points within even rows are not offset in i (x) direction,,,,Operational +Flag table 3.4 - Scanning mode,,6,1,Points within even rows are offset by Di/2 in i (x) direction,,,,Operational +Flag table 3.4 - Scanning mode,,7,0,Points are not offset in j (y) direction,,,,Operational +Flag table 3.4 - Scanning mode,,7,1,Points are offset by Dj/2 in j (y) direction,,,,Operational +Flag table 3.4 - Scanning mode,,8,0,Rows have Ni grid points and columns have Nj grid points,,,,Operational +Flag table 3.4 - Scanning mode,,8,1,Rows have Ni grid points if points are not offset in i direction Rows have Ni-1 grid points if points are offset by Di/2 in i direction Columns have Nj grid points if points are not offset in j direction Columns have Nj-1 grid points if points are offset by Dj/2 in j direction,,,,Operational +Flag table 3.5 - Projection centre,,1,0,North Pole is on the projection plane,,,,Operational +Flag table 3.5 - Projection centre,,1,1,South Pole is on the projection plane,,,,Operational +Flag table 3.5 - Projection centre,,2,0,Only one projection centre is used,,,,Operational +Flag table 3.5 - Projection centre,,2,1,Projection is bipolar and symmetric,,,,Operational +Code table 3.6 - Spectral data representation type,,1,,(see separate doc or pdf file),(Code table 3.6),,,Operational +Code table 3.6 - Spectral data representation type,,2,,Bi-Fourier representation,,,,Operational +Code table 3.7 - Spectral data representation mode,,0,,Reserved,,,,Operational +Code table 3.7 - Spectral data representation mode,,1,,(see separate doc or pdf file),(see Note),116,,Operational +Code table 3.7 - Spectral data representation mode,,2-254,,Reserved,,,,Operational +Code table 3.7 - Spectral data representation mode,,255,,Missing,,,,Operational +Code table 3.8 - Grid point position,,0,,Grid points at triangle vertices,,,,Operational +Code table 3.8 - Grid point position,,1,,Grid points at centres of triangles,,,,Operational +Code table 3.8 - Grid point position,,2,,Grid points at midpoints of triangle sides,,,,Operational +Code table 3.8 - Grid point position,,3,,Grid points at shape vertices,,,,Operational +Code table 3.8 - Grid point position,,4,,Grid points at centre of shapes,,,,Operational +Code table 3.8 - Grid point position,,5,,Grid points at midpoints of shape sides,,,,Operational +Code table 3.8 - Grid point position,,6-191,,Reserved,,,,Operational +Code table 3.8 - Grid point position,,192-254,,Reserved for local use,,,,Operational +Code table 3.8 - Grid point position,,255,,Missing,,,,Operational +Flag table 3.9 - Numbering order of diamonds as seen from the corresponding pole,,1,0,Clockwise orientation,,,,Operational +Flag table 3.9 - Numbering order of diamonds as seen from the corresponding pole,,1,1,Anti-clockwise (i.e. counter-clockwise) orientation,,,,Operational +Flag table 3.9 - Numbering order of diamonds as seen from the corresponding pole,,2-8,,Reserved,,,,Operational +Flag table 3.10 - Scanning mode for one diamond,,1,0,"Points scan in +i direction, i.e. from pole to Equator",,,,Operational +Flag table 3.10 - Scanning mode for one diamond,,1,1,"Points scan in -i direction, i.e. from Equator to pole",,,,Operational +Flag table 3.10 - Scanning mode for one diamond,,2,0,"Points scan in +j direction, i.e. from west to east",,,,Operational +Flag table 3.10 - Scanning mode for one diamond,,2,1,"Points scan in -j direction, i.e. from east to west",,,,Operational +Flag table 3.10 - Scanning mode for one diamond,,3,0,Adjacent points in i direction are consecutive,,,,Operational +Flag table 3.10 - Scanning mode for one diamond,,3,1,Adjacent points in j direction are consecutive,,,,Operational +Flag table 3.10 - Scanning mode for one diamond,,4-8,,Reserved,,,,Operational +Code table 3.11 - Interpretation of list of numbers at end of section 3,,0,,There is no appended list,,,,Operational +Code table 3.11 - Interpretation of list of numbers at end of section 3,,1,,"Numbers define number of points corresponding to full coordinate circles (i.e. parallels), coordinate values on each circle are multiple of the circle mesh, and extreme coordinate values given in grid definition (i.e. extreme longitudes) may not be reached in all rows",(see Note 1),50,,Operational +Code table 3.11 - Interpretation of list of numbers at end of section 3,,2,,Numbers define number of points corresponding to coordinate lines delimited by extreme coordinate values given in grid definition (i.e. extreme longitudes) which are present in each row,,,,Operational +Code table 3.11 - Interpretation of list of numbers at end of section 3,,3,,"Numbers define the actual latitudes for each row in the grid. The list of numbers are integer values of the valid latitudes in microdegrees (scaled by 10-6) or in unit equal to the ratio of the basic angle and the subdivisions number for each row, in the same order as specified in the ""scanning mode flag"" (bit no. 2)",(see Note 2),105,,Operational +Code table 3.11 - Interpretation of list of numbers at end of section 3,,4-254,,Reserved,,,,Operational +Code table 3.11 - Interpretation of list of numbers at end of section 3,,255,,Missing,,,,Operational +Code table 3.12 - HEALPix rhomboids or points ordering,,0,,Ring ordering,,,,Operational +Code table 3.12 - HEALPix rhomboids or points ordering,,1,,Nested ordering,,,,Operational +Code table 3.12 - HEALPix rhomboids or points ordering,,2-191,,Reserved,,,,Operational +Code table 3.12 - HEALPix rhomboids or points ordering,,192-254,,Reserved for local use,,,,Operational +Code table 3.12 - HEALPix rhomboids or points ordering,,255,,Missing,,,,Operational +Flag table 3.13 - HEALPix scanning mode,,1,0,Points scan in +i (+x) direction,,,,Operational +Flag table 3.13 - HEALPix scanning mode,,1,1,Points scan in -i (-x) direction,,,,Operational +Flag table 3.13 - HEALPix scanning mode,,2,0,Points scan in -j (-y) direction,,,,Operational +Flag table 3.13 - HEALPix scanning mode,,2,1,Points scan in +j (+y) direction,,,,Operational +Flag table 3.13 - HEALPix scanning mode,,3,0,Adjacent points in i (x) direction are consecutive,,,,Operational +Flag table 3.13 - HEALPix scanning mode,,3,1,Adjacent points in j (y) direction are consecutive,,,,Operational +Flag table 3.13 - HEALPix scanning mode,,4-8,,Reserved,,,,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,0-19,,Reserved,,,,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,20,,Temperature,,,K,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,21-99,,Reserved,,,,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,100,,Pressure,,,Pa,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,101,,Pressure deviation from mean sea level,,,Pa,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,102,,Altitude above mean sea level,,,m,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,103,,Height above ground,(see Note 1),68,m,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,104,,Sigma coordinate,,,,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,105,,Hybrid coordinate,,,,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,106,,Depth below land surface,,,m,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,107,,Potential temperature (theta),,,K,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,108,,Pressure deviation from ground to level,,,Pa,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,109,,Potential vorticity,,,K m2 kg-1 s-1,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,110,,Geometrical height,,,m,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,111,,Eta coordinate,(see Note 2),85,,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,112,,Geopotential height,,,gpm,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,113,,Logarithmic hybrid coordinate,,,,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,114-159,,Reserved,,,,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,160,,Depth below sea level,,,m,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,161-191,,Reserved,,,,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,192-254,,Reserved for local use,,,,Operational +Code table 3.15 - Physical meaning of vertical coordinate,,255,,Missing,,,,Operational +Code table 3.20 - Type of horizontal line,,0,,Rhumb,,,,Operational +Code table 3.20 - Type of horizontal line,,1,,Great circle,,,,Operational +Code table 3.20 - Type of horizontal line,,2-191,,Reserved,,,,Operational +Code table 3.20 - Type of horizontal line,,192-254,,Reserved for local use,,,,Operational +Code table 3.20 - Type of horizontal line,,255,,Missing,,,,Operational +Code table 3.21 - Vertical dimension coordinate values definition,,0,,Explicit coordinate values set,,,,Operational +Code table 3.21 - Vertical dimension coordinate values definition,,1,,"Linear coordinates f(1) = C1, f(n) = f(n-1) + C2",,,,Operational +Code table 3.21 - Vertical dimension coordinate values definition,,2-10,,Reserved,,,,Operational +Code table 3.21 - Vertical dimension coordinate values definition,,11,,"Geometric coordinates f(1) = C1, f(n) = C2 × f(n-1)",,,,Operational +Code table 3.21 - Vertical dimension coordinate values definition,,12-191,,Reserved,,,,Operational +Code table 3.21 - Vertical dimension coordinate values definition,,192-254,,Reserved for local use,,,,Operational +Code table 3.21 - Vertical dimension coordinate values definition,,255,,Missing,,,,Operational +Code table 3.25 - Type of bi-Fourier truncation,,0-76,,Reserved,,,,Operational +Code table 3.25 - Type of bi-Fourier truncation,,77,,Rectangular,,,,Operational +Code table 3.25 - Type of bi-Fourier truncation,,78-87,,Reserved,,,,Operational +Code table 3.25 - Type of bi-Fourier truncation,,88,,Elliptic,,,,Operational +Code table 3.25 - Type of bi-Fourier truncation,,89-98,,Reserved,,,,Operational +Code table 3.25 - Type of bi-Fourier truncation,,99,,Diamond,,,,Operational +Code table 3.25 - Type of bi-Fourier truncation,,100-191,,Reserved,,,,Operational +Code table 3.25 - Type of bi-Fourier truncation,,192-254,,Reserved for local use,,,,Operational +Code table 3.25 - Type of bi-Fourier truncation,,255,,Missing,,,,Operational +Code table 4.0 - Product definition template number,,0,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,1,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",,,,Operational +Code table 4.0 - Product definition template number,,2,,Derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,3,,Derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,4,,Derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,5,,Probability forecasts at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,6,,Percentile forecasts at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,7,,Analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,8,,"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",,,,Operational +Code table 4.0 - Product definition template number,,9,,Probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,,,Operational +Code table 4.0 - Product definition template number,,10,,Percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,,,Experimental +Code table 4.0 - Product definition template number,,11,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval",,,,Operational +Code table 4.0 - Product definition template number,,12,,"Derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval",,,,Operational +Code table 4.0 - Product definition template number,,13,,"Derived forecasts based on a cluster of ensemble members over a rectangular area, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval",,,,Operational +Code table 4.0 - Product definition template number,,14,,"Derived forecasts based on a cluster of ensemble members over a circular area, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval",,,,Operational +Code table 4.0 - Product definition template number,,15,,"Average, accumulation, extreme values or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",,,,Operational +Code table 4.0 - Product definition template number,,16-19,,Reserved,,,,Operational +Code table 4.0 - Product definition template number,,20,,Radar product,,,,Operational +Code table 4.0 - Product definition template number,,21-29,,Reserved,,,,Operational +Code table 4.0 - Product definition template number,,30,,Satellite product (deprecated),,,,Deprecated +Code table 4.0 - Product definition template number,,31,,Satellite product,,,,Operational +Code table 4.0 - Product definition template number,,32,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,,,,Operational +Code table 4.0 - Product definition template number,,33,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",,,,Operational +Code table 4.0 - Product definition template number,,34,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",,,,Operational +Code table 4.0 - Product definition template number,,35,,Satellite product with or without associated quality values,,,,Operational +Code table 4.0 - Product definition template number,,36-39,,Reserved,,,,Operational +Code table 4.0 - Product definition template number,,40,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,,,,Operational +Code table 4.0 - Product definition template number,,41,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",,,,Operational +Code table 4.0 - Product definition template number,,42,,"Average, accumulation, and/or 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 atmospheric chemical constituents",,,,Operational +Code table 4.0 - Product definition template number,,43,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",,,,Operational +Code table 4.0 - Product definition template number,,44,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,,,,Operational +Code table 4.0 - Product definition template number,,45,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",,,,Operational +Code table 4.0 - Product definition template number,,46,,"Average, accumulation, and/or 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 aerosol",,,,Operational +Code table 4.0 - Product definition template number,,47,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",,,,Operational +Code table 4.0 - Product definition template number,,48,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,,,,Operational +Code table 4.0 - Product definition template number,,49,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",,,,Operational +Code table 4.0 - Product definition template number,,50,,Reserved,,,,Operational +Code table 4.0 - Product definition template number,,51,,Categorical forecasts at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,52,,Reserved,,,,Operational +Code table 4.0 - Product definition template number,,53,,Partitioned parameters at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,54,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",,,,Operational +Code table 4.0 - Product definition template number,,55,,Spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,56,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters (deprecated)",,,,Deprecated +Code table 4.0 - Product definition template number,,57,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,,,,Operational +Code table 4.0 - Product definition template number,,58,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",,,,Operational +Code table 4.0 - Product definition template number,,59,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters (corrected version of template 4.56)",,,,Operational +Code table 4.0 - Product definition template number,,60,,"Individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",,,,Operational +Code table 4.0 - Product definition template number,,61,,"Individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",,,,Operational +Code table 4.0 - Product definition template number,,62,,"Average, accumulation, and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",,,,Operational +Code table 4.0 - Product definition template number,,63,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",,,,Operational +Code table 4.0 - Product definition template number,,64-66,,Reserved,,,,Operational +Code table 4.0 - Product definition template number,,67,,"Average, accumulation, and/or 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 atmospheric chemical constituents based on a distribution function",,,,Operational +Code table 4.0 - Product definition template number,,68,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",,,,Operational +Code table 4.0 - Product definition template number,,69,,Reserved,,,,Operational +Code table 4.0 - Product definition template number,,70,,Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,71,,"Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",,,,Operational +Code table 4.0 - Product definition template number,,72,,"Post-processing 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",,,,Operational +Code table 4.0 - Product definition template number,,73,,"Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",,,,Operational +Code table 4.0 - Product definition template number,,74-75,,Reserved,,,,Operational +Code table 4.0 - Product definition template number,,76,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,,,,Operational +Code table 4.0 - Product definition template number,,77,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",,,,Operational +Code table 4.0 - Product definition template number,,78,,"Average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",,,,Operational +Code table 4.0 - Product definition template number,,79,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",,,,Operational +Code table 4.0 - Product definition template number,,80,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,,,,Operational +Code table 4.0 - Product definition template number,,81,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",,,,Operational +Code table 4.0 - Product definition template number,,82,,"Average, accumulation, and/or 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 aerosol with source or sink",,,,Operational +Code table 4.0 - Product definition template number,,83,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",,,,Operational +Code table 4.0 - Product definition template number,,84,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",,,,Operational +Code table 4.0 - Product definition template number,,85,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",,,,Operational +Code table 4.0 - Product definition template number,,86,,Quantile forecasts at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,87,,Quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,,,Operational +Code table 4.0 - Product definition template number,,88,,Analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,,,,Operational +Code table 4.0 - Product definition template number,,89,,Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,90,,Post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,,,Operational +Code table 4.0 - Product definition template number,,91,,Categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,,,Operational +Code table 4.0 - Product definition template number,,92,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",,,,Operational +Code table 4.0 - Product definition template number,,93,,Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,,,,Operational +Code table 4.0 - Product definition template number,,94,,"Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",,,,Operational +Code table 4.0 - Product definition template number,,95,,"Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a specified local time",,,,Operational +Code table 4.0 - Product definition template number,,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",,,,Operational +Code table 4.0 - Product definition template number,,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",,,,Operational +Code table 4.0 - Product definition template number,,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",,,,Operational +Code table 4.0 - Product definition template number,,99,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,,,,Operational +Code table 4.0 - Product definition template number,,100,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",,,,Operational +Code table 4.0 - Product definition template number,,101,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,,,,Operational +Code table 4.0 - Product definition template number,,102,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",,,,Operational +Code table 4.0 - Product definition template number,,103,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,,,,Operational +Code table 4.0 - Product definition template number,,104,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",,,,Operational +Code table 4.0 - Product definition template number,,105,,"Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,,,Operational +Code table 4.0 - Product definition template number,,106,,"Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,,,Operational +Code table 4.0 - Product definition template number,,107,,"Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,,,Operational +Code table 4.0 - Product definition template number,,108,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,,,,Operational +Code table 4.0 - Product definition template number,,109,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",,,,Operational +Code table 4.0 - Product definition template number,,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",,,,Operational +Code table 4.0 - Product definition template number,,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",,,,Operational +Code table 4.0 - Product definition template number,,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",,,,Operational +Code table 4.0 - Product definition template number,,113,,Generalised tiles at a horizontal level or horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,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",,,,Operational +Code table 4.0 - Product definition template number,,115,,"Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",,,,Operational +Code table 4.0 - Product definition template number,,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",,,,Operational +Code table 4.0 - Product definition template number,,117,,"Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",,,,Operational +Code table 4.0 - Product definition template number,,118,,"Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval",,,,Operational +Code table 4.0 - Product definition template number,,119,,Probability forecasts from large ensembles at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,120,,Probability forecasts from large ensembles at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,,,Operational +Code table 4.0 - Product definition template number,,121,,Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,,,,Operational +Code table 4.0 - Product definition template number,,122,,Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,,,Operational +Code table 4.0 - Product definition template number,,123,,Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,,,Operational +Code table 4.0 - Product definition template number,,124,,Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,,,,Operational +Code table 4.0 - Product definition template number,,125,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",,,,Operational +Code table 4.0 - Product definition template number,,126,,"Average, accumulation, and/or 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 radionuclides",,,,Operational +Code table 4.0 - Product definition template number,,127,,"Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",,,,Operational +Code table 4.0 - Product definition template number,,128-253,,Reserved,,,,Operational +Code table 4.0 - Product definition template number,,254,,CCITT IA5 character string,,,,Operational +Code table 4.0 - Product definition template number,,255-999,,Reserved,,,,Operational +Code table 4.0 - Product definition template number,,1000,,Cross-section of analysis and forecast at a point in time,,,,Experimental +Code table 4.0 - Product definition template number,,1001,,Cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,,,,Experimental +Code table 4.0 - Product definition template number,,1002,,"Cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",,,,Experimental +Code table 4.0 - Product definition template number,,1003-1099,,Reserved,,,,Operational +Code table 4.0 - Product definition template number,,1100,,Hovmöller-type grid with no averaging or other statistical processing,,,,Experimental +Code table 4.0 - Product definition template number,,1101,,Hovmöller-type grid with averaging or other statistical processing,,,,Experimental +Code table 4.0 - Product definition template number,,1102-32767,,Reserved,,,,Operational +Code table 4.0 - Product definition template number,,32768-65534,,Reserved for local use,,,,Operational +Code table 4.0 - Product definition template number,,65535,,Missing,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,0,,Temperature,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,1,,Moisture,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,2,,Momentum,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,3,,Mass,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,4,,Short-wave radiation,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,5,,Long-wave radiation,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,6,,Cloud,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,7,,Thermodynamic stability indices,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,8,,Kinematic stability indices,(see Note),46,,Deprecated +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,9,,Temperature probabilities,(see Note),46,,Deprecated +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,10,,Moisture probabilities,(see Note),46,,Deprecated +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,11,,Momentum probabilities,(see Note),46,,Deprecated +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,12,,Mass probabilities,(see Note),46,,Deprecated +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,13,,Aerosols,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,14,,"Trace gases (e.g. ozone, CO2)",,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,15,,Radar,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,16,,Forecast radar imagery,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,17,,Electrodynamics,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,18,,Nuclear/radiology,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,19,,Physical atmospheric properties,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,20,,Atmospheric chemical constituents,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,21,,Thermodynamic properties,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,22,,Drought indices,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,23-189,,Reserved,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,190,,CCITT IA5 string,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,191,,Miscellaneous,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,192-254,,Reserved for local use,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 0 - Meteorological products,255,,Missing,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 1 - Hydrological products,0,,Hydrology basic products,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 1 - Hydrological products,1,,Hydrology probabilities,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 1 - Hydrological products,2,,Inland water and sediment properties,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 1 - Hydrological products,3-191,,Reserved,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 1 - Hydrological products,192-254,,Reserved for local use,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 1 - Hydrological products,255,,Missing,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 2 - Land surface products,0,,Vegetation/biomass,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 2 - Land surface products,1,,Agri-/aquacultural special products,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 2 - Land surface products,2,,Transportation-related products,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 2 - Land surface products,3,,Soil products,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 2 - Land surface products,4,,Fire weather products,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 2 - Land surface products,5,,Glaciers and inland ice,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 2 - Land surface products,6,,Urban areas,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 2 - Land surface products,7-191,,Reserved,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 2 - Land surface products,192-254,,Reserved for local use,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 2 - Land surface products,255,,Missing,,,,Operational +Code table 4.1 - Parameter category by product discipline,"Product discipline 3 - Satellite remote sensing products (formerly ""Space products"")",0,,Image format products,(see Note 1),40,,Operational +Code table 4.1 - Parameter category by product discipline,"Product discipline 3 - Satellite remote sensing products (formerly ""Space products"")",1,,Quantitative products,(see Note 2),39,,Operational +Code table 4.1 - Parameter category by product discipline,"Product discipline 3 - Satellite remote sensing products (formerly ""Space products"")",2,,Cloud properties,,,,Operational +Code table 4.1 - Parameter category by product discipline,"Product discipline 3 - Satellite remote sensing products (formerly ""Space products"")",3,,Flight rule conditions,,,,Operational +Code table 4.1 - Parameter category by product discipline,"Product discipline 3 - Satellite remote sensing products (formerly ""Space products"")",4,,Volcanic ash,,,,Operational +Code table 4.1 - Parameter category by product discipline,"Product discipline 3 - Satellite remote sensing products (formerly ""Space products"")",5,,Sea-surface temperature,,,,Operational +Code table 4.1 - Parameter category by product discipline,"Product discipline 3 - Satellite remote sensing products (formerly ""Space products"")",6,,Solar radiation,,,,Operational +Code table 4.1 - Parameter category by product discipline,"Product discipline 3 - Satellite remote sensing products (formerly ""Space products"")",7-191,,Reserved,,,,Operational +Code table 4.1 - Parameter category by product discipline,"Product discipline 3 - Satellite remote sensing products (formerly ""Space products"")",192-254,,Reserved for local use,,,,Operational +Code table 4.1 - Parameter category by product discipline,"Product discipline 3 - Satellite remote sensing products (formerly ""Space products"")",255,,Missing,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,0,,Temperature,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,1,,Momentum,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,2,,Charged particle mass and number,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,3,,Electric and magnetic fields,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,4,,Energetic particles,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,5,,Waves,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,6,,Solar electromagnetic emissions,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,7,,Terrestrial electromagnetic emissions,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,8,,Imagery,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,9,,Ion-neutral coupling,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,10,,Space weather indices,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,11-191,,Reserved,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,192-254,,Reserved for local use,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 4 - Space weather products,255,,Missing,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 10 - Oceanographic products,0,,Waves,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 10 - Oceanographic products,1,,Currents,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 10 - Oceanographic products,2,,Ice,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 10 - Oceanographic products,3,,Surface properties,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 10 - Oceanographic products,4,,Subsurface properties,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 10 - Oceanographic products,5-190,,Reserved,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 10 - Oceanographic products,191,,Miscellaneous,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 10 - Oceanographic products,192-254,,Reserved for local use,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 10 - Oceanographic products,255,,Missing,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 20 - Health and socioeconomic impacts,0,,Health indicators,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 20 - Health and socioeconomic impacts,1,,Epidemiology,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 20 - Health and socioeconomic impacts,2,,Socioeconomic indicators,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 20 - Health and socioeconomic impacts,3,,Renewable energy sector,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 20 - Health and socioeconomic impacts,4-191,,Reserved,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 20 - Health and socioeconomic impacts,192-254,,Reserved for local use,,,,Operational +Code table 4.1 - Parameter category by product discipline,Product discipline 20 - Health and socioeconomic impacts,255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",0,,Temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",1,,Virtual temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",2,,Potential temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",3,,Pseudo-adiabatic potential temperature or equivalent potential temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",4,,Maximum temperature,(see Note 1),1,K,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",5,,Minimum temperature,(see Note 1),1,K,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",6,,Dewpoint temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",7,,Dewpoint depression (or deficit),,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",8,,Lapse rate,,,K/m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",9,,Temperature anomaly,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",10,,Latent heat net flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",11,,Sensible heat net flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",12,,Heat index,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",13,,Wind chill factor,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",14,,Minimum dewpoint depression,(see Note 1),1,K,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",15,,Virtual potential temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",16,,Snow phase change heat flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",17,,Skin temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",18,,Snow temperature (top of snow),,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",19,,Turbulent transfer coefficient for heat,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",20,,Turbulent diffusion coefficient for heat,,,m2/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",21,,Apparent temperature,(see Note 2),30,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",22,,Temperature tendency due to short-wave radiation,,,K s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",23,,Temperature tendency due to long-wave radiation,,,K s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",24,,"Temperature tendency due to short-wave radiation, clear sky",,,K s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",25,,"Temperature tendency due to long-wave radiation, clear sky",,,K s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",26,,Temperature tendency due to parameterization,,,K s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",27,,Wet-bulb temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",28,,Unbalanced component of temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",29,,Temperature advection,,,K s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",30,,Latent heat net flux due to evaporation,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",31,,Latent heat net flux due to sublimation,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",32,,Wet-bulb potential temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",33-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 0: temperature",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",0,,Specific humidity,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",1,,Relative humidity,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",2,,Humidity mixing ratio,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",3,,Precipitable water,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",4,,Vapour pressure,,,Pa,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",5,,Saturation deficit,,,Pa,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",6,,Evaporation,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",7,,Precipitation rate,(see Note 1),1,kg m-2 s-1,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",8,,Total precipitation,(see Note 3),2,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",9,,Large-scale precipitation (non-convective),(see Note 3),2,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",10,,Convective precipitation,(see Note 3),2,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",11,,Snow depth,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",12,,Snowfall rate water equivalent,(see Note 1),1,kg m-2 s-1,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",13,,Water equivalent of accumulated snow depth,(see Note 3),2,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",14,,Convective snow,(see Note 3),2,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",15,,Large-scale snow,(see Note 3),2,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",16,,Snow melt,(see Note 7),16,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",17,,Snow age,,,d,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",18,,Absolute humidity,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",19,,Precipitation type,,,(Code table 4.201),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",20,,Integrated liquid water,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",21,,Condensate,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",22,,Cloud mixing ratio,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",23,,Ice water mixing ratio,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",24,,Rain mixing ratio,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",25,,Snow mixing ratio,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",26,,Horizontal moisture convergence,,,kg kg-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",27,,Maximum relative humidity,(see Note 1),1,%,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",28,,Maximum absolute humidity,(see Note 1),1,kg m-3,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",29,,Total snowfall,(see Note 3),2,m,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",30,,Precipitable water category,,,(Code table 4.202),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",31,,Hail,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",32,,Graupel (snow pellets),,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",33,,Categorical rain,,,(Code table 4.222),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",34,,Categorical freezing rain,,,(Code table 4.222),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",35,,Categorical ice pellets,,,(Code table 4.222),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",36,,Categorical snow,,,(Code table 4.222),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",37,,Convective precipitation rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",38,,Horizontal moisture divergence,,,kg kg-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",39,,Per cent frozen precipitation,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",40,,Potential evaporation,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",41,,Potential evaporation rate,(see Note 4),91,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",42,,Snow cover,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",43,,Rain fraction of total cloud water,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",44,,Rime factor,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",45,,Total column integrated rain,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",46,,Total column integrated snow,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",47,,Large scale water precipitation (non-convective),(see Note 3),2,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",48,,Convective water precipitation,(see Note 3),2,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",49,,Total water precipitation,(see Note 3),2,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",50,,Total snow precipitation,(see Note 3),2,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",51,,Total column water (Vertically integrated total water (vapour + cloud water/ice)),,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",52,,Total precipitation rate,(see Note 2),23,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",53,,Total snowfall rate water equivalent,(see Note 2),23,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",54,,Large scale precipitation rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",55,,Convective snowfall rate water equivalent,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",56,,Large scale snowfall rate water equivalent,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",57,,Total snowfall rate,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",58,,Convective snowfall rate,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",59,,Large scale snowfall rate,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",60,,Snow depth water equivalent,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",61,,Snow density,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",62,,Snow evaporation,(see Note 8),62,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",63,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",64,,Total column integrated water vapour,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",65,,Rain precipitation rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",66,,Snow precipitation rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",67,,Freezing rain precipitation rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",68,,Ice pellets precipitation rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",69,,Total column integrated cloud water,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",70,,Total column integrated cloud ice,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",71,,Hail mixing ratio,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",72,,Total column integrated hail,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",73,,Hail precipitation rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",74,,Total column integrated graupel,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",75,,Graupel (snow pellets) precipitation rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",76,,Convective rain rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",77,,Large scale rain rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",78,,Total column integrated water (all components including precipitation),,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",79,,Evaporation rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",80,,Total condensate,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",81,,Total column-integrated condensate,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",82,,Cloud ice mixing-ratio,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",83,,Specific cloud liquid water content,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",84,,Specific cloud ice water content,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",85,,Specific rainwater content,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",86,,Specific snow water content,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",87,,Stratiform precipitation rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",88,,Categorical convective precipitation,,,(Code table 4.222),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",89,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",90,,Total kinematic moisture flux,,,kg kg-1 m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",91,,u-component (zonal) kinematic moisture flux,,,kg kg-1 m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",92,,v-component (meridional) kinematic moisture flux,,,kg kg-1 m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",93,,Relative humidity with respect to water,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",94,,Relative humidity with respect to ice,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",95,,Freezing or frozen precipitation rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",96,,Mass density of rain,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",97,,Mass density of snow,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",98,,Mass density of graupel,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",99,,Mass density of hail,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",100,,Specific number concentration of rain,,,kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",101,,Specific number concentration of snow,,,kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",102,,Specific number concentration of graupel,,,kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",103,,Specific number concentration of hail,,,kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",104,,Number density of rain,,,m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",105,,Number density of snow,,,m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",106,,Number density of graupel,,,m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",107,,Number density of hail,,,m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",108,,Specific humidity tendency due to parameterization,,,kg kg-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",109,,Mass density of liquid water coating on hail expressed as mass of liquid water per unit volume of air,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",110,,Specific mass of liquid water coating on hail expressed as mass of liquid water per unit mass of moist air,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",111,,Mass mixing ratio of liquid water coating on hail expressed as mass of liquid water per unit mass of dry air,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",112,,Mass density of liquid water coating on graupel expressed as mass of liquid water per unit volume of air,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",113,,Specific mass of liquid water coating on graupel expressed as mass of liquid water per unit mass of moist air,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",114,,Mass mixing ratio of liquid water coating on graupel expressed as mass of liquid water per unit mass of dry air,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",115,,Mass density of liquid water coating on snow expressed as mass of liquid water per unit volume of air,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",116,,Specific mass of liquid water coating on snow expressed as mass of liquid water per unit mass of moist air,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",117,,Mass mixing ratio of liquid water coating on snow expressed as mass of liquid water per unit mass of dry air,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",118,,Unbalanced component of specific humidity,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",119,,Unbalanced component of specific cloud liquid water content,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",120,,Unbalanced component of specific cloud ice water content,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",121,,Fraction of snow cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",122,,Precipitation intensity index,,,(Code table 4.247),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",123,,Dominant precipitation type,,,(Code table 4.201),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",124,,Presence of showers,,,(Code table 4.222),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",125,,Presence of blowing snow,,,(Code table 4.222),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",126,,Presence of blizzard,,,(Code table 4.222),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",127,,Ice pellets (non-water equivalent) precipitation rate,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",128,,Total solid precipitation rate,(see Note 5),115,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",129,,Effective radius of cloud water,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",130,,Effective radius of rain,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",131,,Effective radius of cloud ice,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",132,,Effective radius of snow,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",133,,Effective radius of graupel,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",134,,Effective radius of hail,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",135,,Effective radius of subgrid liquid clouds,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",136,,Effective radius of subgrid ice clouds,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",137,,Effective aspect ratio of rain,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",138,,Effective aspect ratio of cloud ice,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",139,,Effective aspect ratio of snow,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",140,,Effective aspect ratio of graupel,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",141,,Effective aspect ratio of hail,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",142,,Effective aspect ratio of subgrid ice clouds,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",143,,Potential evaporation rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",144,,Specific rain water content (convective),,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",145,,Specific snow water content (convective),,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",146,,Cloud ice precipitation rate,(see Note 6),31,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",147,,Character of precipitation,,,(Code table 4.249),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",148,,Snow evaporation rate,(see Note 9),76,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",149,,Cloud water mixing ratio,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",150,,Column integrated eastward water vapour mass flux,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",151,,Column integrated northward water vapour mass flux,,,kg m-1 s-1, Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",152,,Column integrated eastward cloud liquid water mass flux,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",153,,Column integrated northward cloud liquid water mass flux,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",154,,Column integrated eastward cloud ice mass flux,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",155,,Column integrated northward cloud ice mass flux,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",156,,Column integrated eastward rain mass flux,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",157,,Column integrated northward rain mass flux,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",158,,Column integrated eastward snow mass flux,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",159,,Column integrated northward snow mass flux,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",160,,Column integrated divergence of water vapour mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",161,,Column integrated divergence of cloud liquid water mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",162,,Column integrated divergence of cloud ice mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",163,,Column integrated divergence of rain mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",164,,Column integrated divergence of snow mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",165,,Column integrated divergence of total water mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",166,,Column integrated water vapour flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",167,,Total column supercooled liquid water,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",168,,Saturation specific humidity with respect to water,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",169,,Total column integrated saturation specific humidity with respect to water,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",170-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 1: moisture",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",0,,Wind direction (from which blowing),,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",1,,Wind speed,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",2,,u-component of wind,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",3,,v-component of wind,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",4,,Stream function,,,m2/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",5,,Velocity potential,,,m2/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",6,,Montgomery stream function,,,m2 s-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",7,,Sigma coordinate vertical velocity,,,/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",8,,Vertical velocity (pressure),,,Pa/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",9,,Vertical velocity (geometric),,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",10,,Absolute vorticity,,,/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",11,,Absolute divergence,,,/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",12,,Relative vorticity,,,/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",13,,Relative divergence,,,/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",14,,Potential vorticity,,,K m2 kg-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",15,,Vertical u-component shear,,,/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",16,,Vertical v-component shear,,,/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",17,,"Momentum flux, u-component",,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",18,,"Momentum flux, v-component",,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",19,,Wind mixing energy,,,J,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",20,,Boundary layer dissipation,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",21,,Maximum wind speed,(see Note 1),1,m/s,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",22,,Wind speed (gust),,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",23,,u-component of wind (gust),,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",24,,v-component of wind (gust),,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",25,,Vertical speed shear,,,/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",26,,Horizontal momentum flux,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",27,,u-component storm motion,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",28,,v-component storm motion,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",29,,Drag coefficient,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",30,,Frictional velocity,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",31,,Turbulent diffusion coefficient for momentum,,,m2/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",32,,Eta coordinate vertical velocity,,,/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",33,,Wind fetch,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",34,,Normal wind component,(see Note 2),15,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",35,,Tangential wind component,(see Note 2),15,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",36,,Amplitude function for Rossby wave envelope for meridional wind,(see Note 3),110,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",37,,Northward turbulent surface stress,(see Notes 4 and 7),"6,140",N m-2 s,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",38,,Eastward turbulent surface stress,(see Notes 4 and 7),"6,140",N m-2 s,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",39,,Eastward wind tendency due to parameterization,,,m s-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",40,,Northward wind tendency due to parameterization,,,m s-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",41,,u-component of geostrophic wind,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",42,,v-component of geostrophic wind,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",43,,Geostrophic wind direction,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",44,,Geostrophic wind speed,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",45,,Unbalanced component of divergence,,,s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",46,,Vorticity advection,,,s-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",47,,Surface roughness for heat,(see Note 5),79,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",48,,Surface roughness for moisture,(see Note 6),80,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",49,,Wind stress,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",50,,Eastward wind stress,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",51,,Northward wind stress,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",52,,u-component of wind stress,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",53,,v-component of wind stress,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",54,,Natural logarithm of surface roughness length for heat,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",55,,Natural logarithm of surface roughness length for moisture,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",56,,u-component of neutral wind,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",57,,v-component of neutral wind,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",58,,Magnitude of turbulent surface stress,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",59,,Vertical divergence,,,s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",60,,Drag thermal coefficient,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",61,,Drag evaporation coefficient,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",62,,Eastward turbulent surface stress,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",63,,Northward turbulent surface stress,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",64,,Eastward turbulent surface stress due to orographic form drag,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",65,,Northward turbulent surface stress due to orographic form drag,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",66,,Eastward turbulent surface stress due to surface roughness,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",67,,Northward turbulent surface stress due to surface roughness,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",68-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 2: momentum",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",0,,Pressure,,,Pa,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",1,,Pressure reduced to MSL,,,Pa,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",2,,Pressure tendency,,,Pa/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",3,,ICAO Standard Atmosphere Reference Height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",4,,Geopotential,,,m2 s-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",5,,Geopotential height,,,gpm,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",6,,Geometric height,(see Note),124,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",7,,Standard deviation of height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",8,,Pressure anomaly,,,Pa,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",9,,Geopotential height anomaly,,,gpm,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",10,,Density,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",11,,Altimeter setting,,,Pa,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",12,,Thickness,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",13,,Pressure altitude,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",14,,Density altitude,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",15,,5-wave geopotential height,,,gpm,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",16,,Zonal flux of gravity wave stress,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",17,,Meridional flux of gravity wave stress,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",18,,Planetary boundary layer height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",19,,5-wave geopotential height anomaly,,,gpm,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",20,,Standard deviation of sub-grid scale orography,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",21,,Angle of sub-gridscale orography,,,rad,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",22,,Slope of sub-gridscale orography,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",23,,Gravity wave dissipation,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",24,,Anisotropy of sub-gridscale orography,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",25,,Natural logarithm of pressure in Pa,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",26,,Exner pressure,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",27,,Updraught mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",28,,Downdraught mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",29,,Updraught detrainment rate,,,kg m-3 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",30,,Downdraught detrainment rate,,,kg m-3 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",31,,Unbalanced component of logarithm of surface pressure,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",32,,Saturation water vapour pressure,,,Pa,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",33,,Geometric altitude above mean sea level,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",34,,Geometric height above ground level,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",35,,Column integrated divergence of total mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",36,,Column integrated eastward total mass flux,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",37,,Column integrated northward total mass flux,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",38,,Standard deviation of filtered subgrid orography,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",39,,Column integrated mass of atmosphere,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",40,,Column integrated eastward geopotential flux,,,W m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",41,,Column integrated northward geopotential flux,,,W m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",42,,Column integrated divergence of water geopotential flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",43,,Column integrated divergence of geopotential flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",44,,Height of zero-degree wet-bulb temperature,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",45,,Height of one-degree wet-bulb temperature,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",46,,Pressure departure from hydrostatic state,,,Pa,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",47-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 3: mass",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",0,,Net short-wave radiation flux (surface),(see Note 1),1,W m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",1,,Net short-wave radiation flux (top of atmosphere),(see Note 1),1,W m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",2,,Short-wave radiation flux,(see Note 1),1,W m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",3,,Global radiation flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",4,,Brightness temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",5,,Radiance (with respect to wave number),,,W m-1 sr-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",6,,Radiance (with respect to wavelength),,,W m-3 sr-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",7,,Downward short-wave radiation flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",8,,Upward short-wave radiation flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",9,,Net short wave radiation flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",10,,Photosynthetically active radiation,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",11,,"Net short-wave radiation flux, clear sky",,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",12,,Downward UV radiation,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",13,,Direct short-wave radiation flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",14,,Diffuse short-wave radiation flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",15,,Upward UV radiation emitted/reflected from the Earth's surface,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",16-49,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",50,,UV index (under clear sky),(see Note 2),24,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",51,,UV index,(see Note 2),24,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",52,,"Downward short-wave radiation flux, clear sky",,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",53,,"Upward short-wave radiation flux, clear sky",,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",54,,Direct normal short-wave radiation flux,(see Note 3),69,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",55,,UV visible albedo for diffuse radiation,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",56,,UV visible albedo for direct radiation,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",57,,"UV visible albedo for direct radiation, geometric component",,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",58,,"UV visible albedo for direct radiation, isotropic component",,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",59,,"UV visible albedo for direct radiation, volumetric component",,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",60,,"Photosynthetically active radiation flux, clear sky",,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",61,,"Direct short-wave radiation flux, clear sky",,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",62-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 4: short-wave radiation",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",0,,Net long-wave radiation flux (surface),(see Note),1,W m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",1,,Net long-wave radiation flux (top of atmosphere),(see Note),1,W m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",2,,Long-wave radiation flux,(see Note),1,W m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",3,,Downward long-wave radiation flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",4,,Upward long-wave radiation flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",5,,Net long-wave radiation flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",6,,"Net long-wave radiation flux, clear sky",,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",7,,Brightness temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",8,,"Downward long-wave radiation flux, clear sky",,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",9,,Near IR albedo for diffuse radiation,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",10,,Near IR albedo for direct radiation,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",11,,"Near IR albedo for direct radiation, geometric component",,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",12,,"Near IR albedo for direct radiation, isotropic component",,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",13,,"Near IR albedo for direct radiation, volumetric component",,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",14-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 5: long-wave radiation",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",0,,Cloud ice,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",1,,Total cloud cover,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",2,,Convective cloud cover,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",3,,Low cloud cover,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",4,,Medium cloud cover,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",5,,High cloud cover,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",6,,Cloud water,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",7,,Cloud amount,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",8,,Cloud type,,,(Code table 4.203),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",9,,Thunderstorm maximum tops,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",10,,Thunderstorm coverage,,,(Code table 4.204),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",11,,Cloud base,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",12,,Cloud top,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",13,,Ceiling,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",14,,Non-convective cloud cover,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",15,,Cloud work function,,,J/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",16,,Convective cloud efficiency,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",17,,Total condensate,(see Note 1),4,kg/kg,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",18,,Total column-integrated cloud water,(see Note 1),4,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",19,,Total column-integrated cloud ice,(see Note 1),4,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",20,,Total column-integrated condensate,(see Note 1),4,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",21,,Ice fraction of total condensate,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",22,,Cloud cover,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",23,,Cloud ice mixing ratio,(see Note 1),4,kg/kg,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",24,,Sunshine,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",25,,Horizontal extent of cumulonimbus (CB),,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",26,,Height of convective cloud base,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",27,,Height of convective cloud top,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",28,,Number of cloud droplets per unit mass of air,,,/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",29,,Number of cloud ice particles per unit mass of air,,,/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",30,,Number density of cloud droplets,,,m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",31,,Number density of cloud ice particles,,,m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",32,,Fraction of cloud cover,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",33,,Sunshine duration,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",34,,Surface long-wave effective total cloudiness,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",35,,Surface short-wave effective total cloudiness,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",36,,Fraction of stratiform precipitation cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",37,,Fraction of convective precipitation cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",38,,Mass density of cloud droplets,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",39,,Mass density of cloud ice,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",40,,Mass density of convective cloud water droplets,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",41-46,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",47,,Volume fraction of cloud water droplets,(see Note 2),11,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",48,,Volume fraction of cloud ice particles,(see Note 2),11,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",49,,Volume fraction of cloud (ice and/or water),(see Note 2),11,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",50,,Fog,(see Note 3),49,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",51,,Sunshine duration fraction,(see Note 4),131,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",52-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 6: cloud",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",0,,Parcel lifted index (to 500 hPa),,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",1,,Best lifted index (to 500 hPa),,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",2,,K index,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",3,,KO index,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",4,,Total totals index,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",5,,Sweat index,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",6,,Convective available potential energy,,,J/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",7,,Convective inhibition,,,J/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",8,,Storm relative helicity,,,J/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",9,,Energy helicity index,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",10,,Surface lifted index,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",11,,Best (4-layer) lifted index,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",12,,Richardson number,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",13,,Showalter index,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",14,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",15,,Updraught helicity,,,m2 s-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",16,,Bulk Richardson number,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",17,,Gradient Richardson number,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",18,,Flux Richardson number,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",19,,Convective available potential energy - shear,,,m2 s-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",20,,Thunderstorm intensity index,,,(Code table 4.246),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",21-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 7: thermodynamic stability indices",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 13: aerosols",0,,Aerosol type,,,(Code table 4.205),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 13: aerosols",1-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 13: aerosols",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 13: aerosols",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 14: trace gases",0,,Total ozone,,,DU,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 14: trace gases",1,,Ozone mixing ratio,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 14: trace gases",2,,Total column integrated ozone,,,DU,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 14: trace gases",3-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 14: trace gases",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 14: trace gases",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",0,,Base spectrum width,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",1,,Base reflectivity,,,dB,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",2,,Base radial velocity,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",3,,Vertically integrated liquid water (VIL),,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",4,,Layer-maximum base reflectivity,,,dB,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",5,,Precipitation,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",6,,Radar spectra (1),,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",7,,Radar spectra (2),,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",8,,Radar spectra (3),,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",9,,Reflectivity of cloud droplets,,,dB,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",10,,Reflectivity of cloud ice,,,dB,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",11,,Reflectivity of snow,,,dB,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",12,,Reflectivity of rain,,,dB,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",13,,Reflectivity of graupel,,,dB,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",14,,Reflectivity of hail,,,dB,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",15,,Hybrid scan reflectivity,,,dB,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",16,,Hybrid scan reflectivity height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",17-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 15: radar",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 16: forecast radar imagery",0,,Equivalent radar reflectivity factor for rain,,,mm6 m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 16: forecast radar imagery",1,,Equivalent radar reflectivity factor for snow,,,mm6 m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 16: forecast radar imagery",2,,Equivalent radar reflectivity factor for parameterized convection,,,mm6 m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 16: forecast radar imagery",3,,Echo top,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 16: forecast radar imagery",4,,Reflectivity,,,dB,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 16: forecast radar imagery",5,,Composite reflectivity,,,dB,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 16: forecast radar imagery",6-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 16: forecast radar imagery",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 16: forecast radar imagery",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 17: electrodynamics",0,,Lightning strike density,,,m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 17: electrodynamics",1,,Lightning potential index (LPI),(see Note 1),43,J kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 17: electrodynamics",2,,Cloud-to-ground lightning flash density,,,km-2 day-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 17: electrodynamics",3,,Cloud-to-cloud lightning flash density,,,km-2 day-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 17: electrodynamics",4,,Total lightning flash density,(see Note 2),104,km-2 day-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 17: electrodynamics",5,,Subgrid-scale lightning potential index,(see Note 3),123,J kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 17: electrodynamics",6-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 17: electrodynamics",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 17: electrodynamics",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",0,,Air activity concentration of caesium 137,,,Bq m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",1,,Air activity concentration of iodine 131,,,Bq m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",2,,Air activity concentration of radioactive pollutant,,,Bq m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",3,,Ground deposition activity of caesium 137,,,Bq m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",4,,Ground deposition activity of iodine 131,,,Bq m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",5,,Ground deposition activity of radioactive pollutant,,,Bq m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",6,,Time-integrated air activity concentration of caesium pollutant,(see Note 1),10,Bq s m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",7,,Time-integrated air activity concentration of iodine pollutant,(see Note 1),10,Bq s m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",8,,Time-integrated air activity concentration of radioactive pollutant,(see Note 1),10,Bq s m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",9,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",10,,Air activity concentration,(see Note 2),14,Bq m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",11,,Wet deposition activity,,,Bq m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",12,,Dry deposition activity,,,Bq m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",13,,Total deposition activity (wet + dry),,,Bq m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",14,,Specific activity concentration,(see Note 2),14,Bq kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",15,,Maximum of air activity concentration in layer,,,Bq m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",16,,Height of maximum air activity concentration,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",17,,Column-integrated air activity concentration,,,Bq m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",18,,Column-averaged air activity concentration in layer,,,Bq m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",19,,Deposition activity arrival,(see Note 3),151,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",20,,Deposition activity ended,(see Note 3),151,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",21,,Cloud activity arrival,(see Note 3),151,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",22,,Cloud activity ended,(see Note 3),151,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",23,,Effective dose rate,,,nSv h-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",24,,Thyroid dose rate (adult),,,nSv h-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",25,,Gamma dose rate (adult),,,nSv h-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",26,,Activity emission,,,Bq s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",27-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 18: nuclear/radiology",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",0,,Visibility,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",1,,Albedo,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",2,,Thunderstorm probability,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",3,,Mixed layer depth,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",4,,Volcanic ash,,,(Code table 4.206),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",5,,Icing top,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",6,,Icing base,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",7,,Icing,,,(Code table 4.207),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",8,,Turbulence top,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",9,,Turbulence base,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",10,,Turbulence,,,(Code table 4.208),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",11,,Turbulent kinetic energy,,,J/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",12,,Planetary boundary-layer regime,,,(Code table 4.209),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",13,,Contrail intensity,,,(Code table 4.210),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",14,,Contrail engine type,,,(Code table 4.211),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",15,,Contrail top,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",16,,Contrail base,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",17,,Maximum snow albedo,(see Note 1),1,%,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",18,,Snow free albedo,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",19,,Snow albedo,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",20,,Icing,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",21,,In-cloud turbulence,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",22,,Clear air turbulence (CAT),,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",23,,Supercooled large droplet probability,(see Note 2),78,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",24,,Convective turbulent kinetic energy,,,J/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",25,,Weather,,,(Code table 4.225),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",26,,Convective outlook,,,(Code table 4.224),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",27,,Icing scenario,,,(Code table 4.227),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",28,,Mountain wave turbulence (eddy dissipation rate),,,m2/3 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",29,,Clear air turbulence (CAT),,,m2/3 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",30,,Eddy dissipation parameter,(see Note 3),45,m2/3 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",31,,Maximum of eddy dissipation parameter in layer,,,m2/3 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",32,,Highest freezing level,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",33,,Visibility through liquid fog,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",34,,Visibility through ice fog,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",35,,Visibility through blowing snow,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",36,,Presence of snow squalls,,,(Code table 4.222),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",37,,Icing severity,,,(Code table 4.228),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",38,,Sky transparency index,(see Note 4),60,(Code table 4.214),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",39,,Seeing index,(see Note 5),74,(Code table 4.214),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",40,,Snow level,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",41,,Duct base height,(see Note 6),132,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",42,,Trapping layer base height,(see Note 6),132,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",43,,Trapping layer top height,(see Note 6),132,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",44,,Mean vertical gradient of refractivity inside trapping layer,(see Note 6),132,m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",45,,Minimum vertical gradient of refractivity inside trapping layer,(see Note 6),132,m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",46,,Net radiation flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",47,,Global irradiance on tilted surfaces,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",48,,Top of persistent contrails,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",49,,Base of persistent contrails,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",50,,Convectively-induced turbulence (CIT) (eddy dissipation rate),,,m2/3 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",51-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 19: physical atmospheric properties",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",0,,Mass density (concentration),,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",1,,Column-integrated mass density,(see Note 1),5,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",2,,Mass mixing ratio (mass fraction in air),,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",3,,Atmosphere emission mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",4,,Atmosphere net production mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",5,,Atmosphere net production and emission mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",6,,Surface dry deposition mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",7,,Surface wet deposition mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",8,,Atmosphere re-emission mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",9,,Wet deposition by large-scale precipitation mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",10,,Wet deposition by convective precipitation mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",11,,Sedimentation mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",12,,Dry deposition mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",13,,Transfer from hydrophobic to hydrophilic,,,kg kg-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",14,,Transfer from SO2 (sulphur dioxide) to SO4 (sulphate),,,kg kg-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",15,,Dry deposition velocity,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",16,,Mass mixing ratio with respect to dry air,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",17,,Mass mixing ratio with respect to wet air,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",18,,Potential of hydrogen (pH),,,pH,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",19-49,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",50,,Amount in atmosphere,,,mol,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",51,,Concentration in air,,,mol m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",52,,Volume mixing ratio (fraction in air),,,mol/mol,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",53,,Chemical gross production rate of concentration,,,mol m-3 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",54,,Chemical gross destruction rate of concentration,,,mol m-3 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",55,,Surface flux,,,mol m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",56,,Changes of amount in atmosphere,(see Note 1),5,mol/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",57,,Total yearly average burden of the atmosphere,,,mol,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",58,,Total yearly averaged atmospheric loss,(see Note 1),5,mol/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",59,,Aerosol number concentration,(see Note 2),20,m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",60,,Aerosol specific number concentration,(see Note 2),20,kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",61,,Maximum of mass density in layer,(see Note 1),5,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",62,,Height of maximum mass density,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",63,,Column-averaged mass density in layer,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",64,,Mole fraction with respect to dry air,,,mol/mol,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",65,,Mole fraction with respect to wet air,,,mol/mol,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",66,,Column-integrated in-cloud scavenging rate by precipitation,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",67,,Column-integrated below-cloud scavenging rate by precipitation,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",68,,Column-integrated release rate from evaporating precipitation,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",69,,Column-integrated in-cloud scavenging rate by large-scale precipitation,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",70,,Column-integrated below-cloud scavenging rate by large-scale precipitation,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",71,,Column-integrated release rate from evaporating large-scale precipitation,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",72,,Column-integrated in-cloud scavenging rate by convective precipitation,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",73,,Column-integrated below-cloud scavenging rate by convective precipitation,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",74,,Column-integrated release rate from evaporating convective precipitation,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",75,,Wildfire flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",76,,Emission rate,,,kg kg-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",77,,Surface emission flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",78,,Column integrated eastward mass flux,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",79,,Column integrated northward mass flux,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",80,,Column integrated divergence of mass flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",81,,Column integrated net source,(see Note 3),129,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",82-99,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",100,,Surface area density (aerosol),,,/m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",101,,Vertical visual range,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",102,,Aerosol optical thickness,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",103,,Single scattering albedo,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",104,,Asymmetry factor,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",105,,Aerosol extinction coefficient,,,/m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",106,,Aerosol absorption coefficient,,,/m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",107,,Aerosol lidar backscatter from satellite,,,m-1 sr-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",108,,Aerosol lidar backscatter from the ground,,,m-1 sr-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",109,,Aerosol lidar extinction from satellite,,,/m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",110,,Aerosol lidar extinction from the ground,,,/m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",111,,Angstrom exponent,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",112-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 20: atmospheric chemical constituents",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",0,,Column integrated potential + internal energy,,,J m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",1,,Column integrated kinetic energy,,,J m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",2,,Column integrated total energy,(see Note 1),126,J m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",3,,Column integrated enthalpy,,,J m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",4,,Column integrated water enthalpy,(see Note 2),127,J m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",5,,Column integrated eastward enthalpy flux,,,W m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",6,,Column integrated northward enthalpy flux,,,W m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",7,,Column integrated eastward potential energy flux,,,W m-1,Operationaal +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",8,,Column integrated northward potential energy flux,,,W m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",9,,Column integrated eastward kinetic energy flux,,,W m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",10,,Column integrated northward kinetic energy flux,,,W m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",11,,Column integrated eastward total energy flux,,,W m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",12,,Column integrated northward total energy flux,(see Note 1),126,W m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",13,,Divergence of column integrated enthalpy flux,(see Note 1),126,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",14,,Divergence of column integrated potential energy flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",15,,Divergence of column integrated water potential energy flux,(see Note 3),128,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",16,,Divergence of column integrated kinetic energy flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",17,,Divergence of column integrated total energy flux,(see Note 1),126,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",18,,Divergence of column integrated water enthalpy flux,(see Note 2),127,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",19,,Column integrated eastward heat flux,,,W m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",20,,Column integrated northward heat flux,,,W m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",21,,Column integrated potential+internal+latent energy,,,J m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",22,,Eady growth rate,,,day-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",23-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 21: thermodynamic properties",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 22: drought indices",0,,Standard Precipitation Index (SPI),(see Note),147,dimensionless,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 22: drought indices",1,,Standardized Precipitation Evapotranspiration Index (SPEI),,,dimensionless,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 22: drought indices",2,,Standardized Streamflow index (SSFI),,,dimensionless,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 22: drought indices",3,,Standardized Reservoir Supply Index (SRSI),,,dimensionless,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 22: drought indices",4,,Standardized Water-level Index (SWI),,,dimensionless,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 22: drought indices",5,,Standardized Snowmelt and Rain Index (SMRI),,,dimensionless,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 22: drought indices",6,,Streamflow Drought Index (SDI),,,dimensionless,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 22: drought indices",7-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 22: drought indices",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 22: drought indices",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 190: CCITT IA5 string",0,,Arbitrary text string,,,CCITT IA5,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 190: CCITT IA5 string",1-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 190: CCITT IA5 string",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 190: CCITT IA5 string",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 191: miscellaneous",0,,Seconds prior to initial reference time (defined in Section 1),,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 191: miscellaneous",1,,Geographical latitude,,,deg N,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 191: miscellaneous",2,,Geographical longitude,,,deg E,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 191: miscellaneous",3,,Days since last observation,,,d,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 191: miscellaneous",4,,Tropical cyclone density track,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 191: miscellaneous",5,,Hurricane track in spatiotemporal vicinity,(see Note),154,boolean,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 191: miscellaneous",6,,Tropical storm track in spatiotemporal vicinity,(see Note),154,boolean,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 191: miscellaneous",7,,Tropical depression track in spatiotemporal vicinity,(see Note),154,boolean,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 191: miscellaneous",8-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 191: miscellaneous",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 0 - Meteorological products, parameter category 191: miscellaneous",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",0,,Flash flood guidance (Encoded as an accumulation over a floating subinterval of time between the reference time and valid time),,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",1,,Flash flood runoff (Encoded as an accumulation over a floating subinterval of time),,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",2,,Remotely-sensed snow cover,(see Note 1),73,(Code table 4.215),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",3,,Elevation of snow-covered terrain,(see Note 2),25,(Code table 4.216),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",4,,Snow water equivalent per cent of normal,(see Note 3),77,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",5,,Baseflow-groundwater runoff,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",6,,Storm surface runoff,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",7,,Discharge from rivers or streams,,,m3/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",8,,Groundwater upper storage,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",9,,Groundwater lower storage,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",10,,Side flow into river channel,,,m3 s-1 m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",11,,River storage of water,,,m3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",12,,Floodplain storage of water,,,m3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",13,,Water on soil surface,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",14,,Upstream accumulated precipitation,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",15,,Upstream accumulated snow melt,(see Note 4),16,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",16,,Percolation rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",17,,River outflow of water,,,m3 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",18,,Floodplain outflow of water,,,m3 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",19,,Floodpath outflow of water,,,m3 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",20,,Water on surface,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",21-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 0: hydrology basic products",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 1: hydrology probabilities",0,,Conditional per cent precipitation amount fractile for an overall period (Encoded as an accumulation),,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 1: hydrology probabilities",1,,Per cent precipitation in a sub-period of an overall period (Encoded as per cent accumulation over the sub-period),,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 1: hydrology probabilities",2,,Probability of 0.01 inch of precipitation (POP),,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 1: hydrology probabilities",3-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 1: hydrology probabilities",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 1: hydrology probabilities",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",0,,Water depth,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",1,,Water temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",2,,Water fraction,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",3,,Sediment thickness,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",4,,Sediment temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",5,,Ice thickness,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",6,,Ice temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",7,,Ice cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",8,,"Land cover (0 = water, 1 = land)",,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",9,,Shape factor with respect to salinity profile,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",10,,Shape factor with respect to temperature profile in thermocline,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",11,,Attenuation coefficient of water with respect to solar radiation,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",12,,Salinity,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",13,,Cross-sectional area of flow in channel,,,m2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",14,,Snow temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",15,,Lake depth,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",16,,River depth,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",17,,Floodplain depth,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",18,,Floodplain flooded fraction,,,proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",19,,FLoodplain flooded area,,,m2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",20,,River fraction,,,proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",21,,River area,,,m2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",22,,Fraction of river coverage plus river related flooding,,,proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",23,,Area of river coverage plus river related flooding,,,m2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",24-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 1 - Hydrological products, parameter category 2: inland water and sediment properties",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",0,,"Land cover (0 = sea, 1 = land)",,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",1,,Surface roughness,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",2,,Soil temperature,(see Note 3),8,K,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",3,,Soil moisture content,(see Note 1),1,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",4,,Vegetation,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",5,,Water runoff,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",6,,Evapotranspiration,(see Note 6),90,kg-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",7,,Model terrain height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",8,,Land use,,,(Code table 4.212),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",9,,Volumetric soil moisture content,(see Note 2),3,Proportion,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",10,,Ground heat flux,(see Note 1),1,W m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",11,,Moisture availability,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",12,,Exchange coefficient,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",13,,Plant canopy surface water,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",14,,Blackadar’s mixing length scale,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",15,,Canopy conductance,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",16,,Minimal stomatal resistance,,,s/m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",17,,Wilting point,(see Note 1),1,Proportion,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",18,,Solar parameter in canopy conductance,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",19,,Temperature parameter in canopy,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",20,,Humidity parameter in canopy conductance,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",21,,Soil moisture parameter in canopy conductance,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",22,,Soil moisture,(see Note 3),8,kg m-3,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",23,,Column-integrated soil water,(see Note 3),8,kg m-2,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",24,,Heat flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",25,,Volumetric soil moisture,,,m3 m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",26,,Wilting point,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",27,,Volumetric wilting point,,,m3 m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",28,,Leaf area index,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",29,,Evergreen forest cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",30,,Deciduous forest cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",31,,Normalized differential vegetation index (NDVI),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",32,,Root depth of vegetation,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",33,,Water runoff and drainage,(see Note 4),6,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",34,,Surface water runoff,(see Note 4),6,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",35,,Tile class,,,(Code table 4.243),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",36,,Tile fraction,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",37,,Tile percentage,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",38,,Soil volumetric ice content (water equivalent),(see Note 5),51,m3 m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",39,,Evapotranspiration rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",40,,Potential evapotranspiration rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",41,,Snow melt rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",42,,Water runoff and drainage rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",43,,Drainage direction,,,(Code table 4.250),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",44,,Upstream area,,,m2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",45,,Wetland cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",46,,Wetland type,,,(Code table 4.239),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",47,,Irrigation cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",48,,C4 crop cover,(see Note 7),125,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",49,,C4 grass cover,(see Note 7),125,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",50,,Skin reservoir content,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",51,,Surface runoff rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",52,,Subsurface runoff rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",53,,Low-vegetation cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",54,,High-vegetation cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",55,,"Leaf area index, low-vegetation",,,m2 m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",56,,"Leaf area index, high-vegetation",,,m2 m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",57,,Type of low-vegetation,,,Code table 4.234,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",58,,Type of high-vegetation,,,Code table 4.234,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",59,,Net ecosystem exchange flux,(see Note 8),130,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",60,,Gross primary production flux,(see Note 8),130,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",61,,Ecosystem respiration flux,(see Note 8),130,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",62,,Emissivity,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",63,,Canopy air temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",64-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 0: vegetation/biomass",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",0,,Soil type,,,(Code table 4.213),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",1,,Upper layer soil temperature,(see Note 1),1,K,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",2,,Upper layer soil moisture,(see Note 1),1,kg m-3,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",3,,Lower layer soil moisture,(see Note 1),1,kg m-3,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",4,,Bottom layer soil temperature,(see Note 1),1,K,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",5,,Liquid volumetric soil moisture (non-frozen),(see Note 2),3,Proportion,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",6,,Number of soil layers in root zone,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",7,,Transpiration stress-onset (soil moisture),(see Note 2),3,Proportion,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",8,,Direct evaporation cease (soil moisture),(see Note 2),3,Proportion,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",9,,Soil porosity,(see Note 2),3,Proportion,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",10,,Liquid volumetric soil moisture (non-frozen),,,m3 m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",11,,Volumetric transpiration stress-onset (soil moisture),,,m3 m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",12,,Transpiration stress-onset (soil moisture),,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",13,,Volumetric direct evaporation cease (soil moisture),,,m3 m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",14,,Direct evaporation cease (soil moisture),,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",15,,Soil porosity,,,m3 m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",16,,Volumetric saturation of soil moisture,,,m3 m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",17,,Saturation of soil moisture,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",18,,Soil temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",19,,Soil moisture,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",20,,Column-integrated soil moisture,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",21,,Soil ice,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",22,,Column-integrated soil ice,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",23,,Liquid water in snow pack,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",24,,Frost index,,,K day-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",25,,Snow depth at elevation bands,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",26,,Soil heat flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",27,,Soil depth,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",28,,Snow temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",29,,Ice temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",30,,Soil wetness index,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",31-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 3: soil products",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",0,,Fire outlook,,,(Code table 4.224),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",1,,Fire outlook due to dry thunderstorm,,,(Code table 4.224),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",2,,Haines index,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",3,,Fire burned area,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",4,,Fosberg index,(see Note),87,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",5,,Forest Fire Weather Index (as defined by the Canadian Forest Service),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",6,,Fine Fuel Moisture Code (as defined by the Canadian Forest Service),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",7,,Duff Moisture Code (as defined by the Canadian Forest Service),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",8,,Drought Code (as defined by the Canadian Forest Service),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",9,,Initial Fire Spread Index (as defined by the Canadian Forest Service),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",10,,Fire Buildup Index (as defined by the Canadian Forest Service),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",11,,Fire Daily Severity Rating (as defined by the Canadian Forest Service),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",12,,Keetch-Byram drought index,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",13,,Drought factor (as defined by the Australian forest service ),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",14,,Rate of spread (as defined by the Australian forest service ),,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",15,,Fire danger index (as defined by the Australian forest service ),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",16,,Spread component (as defined by the US Forest Service National Fire Danger Rating System),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",17,,Burning index (as defined by the US Forest Service National Fire Danger Rating System),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",18,,Ignition component (as defined by the US Forest Service National Fire Danger Rating System),,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",19,,Energy release component (as defined by the US Forest Service National Fire Danger Rating System),,,Joule/m2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",20,,Burning area,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",21,,Burnable area,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",22,,Unburnable area,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",23,,Fuel load,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",24,,Combustion completeness,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",25,,Fuel moisture content,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",26,,Wildfire potential (as defined by the US NOAA Global Systems Laboratory),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",27,,Live leaf fuel load,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",28,,Live wood fuel load,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",29,,Dead leaf fuel load,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",30,,Dead wood fuel load,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",31,,Live fuel moisture content,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",32,,Fine dead leaf moisture content,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",33,,Dense dead leaf moisture content,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",34,,Fine dead wood moisture content,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",35,,Dense dead wood moisture content,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",36,,Fire radiative power,,,W,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",37-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 4: fire weather products",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 5: glaciers and inland ice",0,,Glacier cover,(see Note),26,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 5: glaciers and inland ice",1,,Glacier temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 5: glaciers and inland ice",2-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 5: glaciers and inland ice",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 5: glaciers and inland ice",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 6: urban areas",0,,Urban cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 6: urban areas",1,,Road cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 6: urban areas",2,,Building cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 6: urban areas",3,,Building height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 6: urban areas",4,,Vertical-to-horizontal area fraction,,,m2 m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 6: urban areas",5,,Standard deviation of building height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 6: urban areas",6,,Distance downward from roof surface,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 6: urban areas",7,,Distance inward from outer wall surface,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 6: urban areas",8,,Distance downward from road surface,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 6: urban areas",9-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 6: urban areas",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 2 - Land surface products, parameter category 6: urban areas",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 0: image format products",0,,Scaled radiance,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 0: image format products",1,,Scaled albedo,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 0: image format products",2,,Scaled brightness temperature,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 0: image format products",3,,Scaled precipitable water,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 0: image format products",4,,Scaled lifted index,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 0: image format products",5,,Scaled cloud top pressure,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 0: image format products",6,,Scaled skin temperature,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 0: image format products",7,,Cloud mask,,,(Code table 4.217),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 0: image format products",8,,Pixel scene type,,,(Code table 4.218),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 0: image format products",9,,Fire detection indicator,,,(Code table 4.223),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 0: image format products",10-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 0: image format products",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 0: image format products",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",0,,Estimated precipitation,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",1,,Instantaneous rain rate,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",2,,Cloud top height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",3,,Cloud top height quality indicator,,,(Code table 4.219),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",4,,Estimated u-component of wind,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",5,,Estimated v-component of wind,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",6,,Number of pixel used,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",7,,Solar zenith angle,,,deg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",8,,Relative azimuth angle,,,deg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",9,,Reflectance in 0.6 micron channel,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",10,,Reflectance in 0.8 micron channel,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",11,,Reflectance in 1.6 micron channel,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",12,,Reflectance in 3.9 micron channel,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",13,,Atmospheric divergence,,,/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",14,,Cloudy brightness temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",15,,Clear-sky brightness temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",16,,Cloudy radiance (with respect to wave number),,,W m-1 sr-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",17,,Clear-sky radiance (with respect to wave number),,,W m-1 sr-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",18,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",19,,Wind speed,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",20,,Aerosol optical thickness at 0.635 μm,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",21,,Aerosol optical thickness at 0.810 μm,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",22,,Aerosol optical thickness at 1.640 μm,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",23,,Angstrom coefficient,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",24-26,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",27,,Bidirectional reflectance factor,(see Note 1),98,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",28,,Brightness temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",29,,Scaled radiance,(see Note 2),114,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",30,,Reflectance in 0.4 micron channel,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",31,,Cloudy reflectance,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",32,,Clear reflectance,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",33-97,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",98,,Correlation coefficient between MPE rain-rates for the co-located IR data and the microwave data rain-rates,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",99,,Standard deviation between MPE rain-rates for the co-located IR data and the microwave data rain-rates,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",100-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 1: quantitative products",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",0,,Clear sky probability,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",1,,Cloud top temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",2,,Cloud top pressure,,,Pa,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",3,,Cloud type,,,(Code table 4.218),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",4,,Cloud phase,,,(Code table 4.218),Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",5,,Cloud optical depth,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",6,,Cloud particle effective radius,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",7,,Cloud liquid water path,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",8,,Cloud ice water path,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",9,,Cloud albedo,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",10,,Cloud emissivity,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",11,,Effective absorption optical depth ratio,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",30,,Measurement cost,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",31,,Upper layer cloud optical depth,(see Note),70,Numeric,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",32,,Upper layer cloud top pressure,(see Note),70,Pa,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",33,,Upper layer cloud effective radius,(see Note),70,m,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",34,,Error in upper layer cloud optical depth,(see Note),70,Numeric,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",35,,Error in upper layer cloud top pressure,(see Note),70,Pa,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",36,,Error in upper layer cloud effective radius,(see Note),70,m,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",37,,Lower layer cloud optical depth,(see Note),70,Numeric,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",38,,Lower layer cloud top pressure,(see Note),70,Pa,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",39,,Error in lower layer cloud optical depth,(see Note),70,Numeric,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",40,,Error in lower layer cloud top pressure,(see Note),70,Pa,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",41-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 2: cloud properties",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 3: flight rule conditions",0,,Probability of encountering marginal visual flight rule conditions,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 3: flight rule conditions",1,,Probability of encountering low instrument flight rule conditions,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 3: flight rule conditions",2,,Probability of encountering instrument flight rule conditions,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 3: flight rule conditions",3-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 3: flight rule conditions",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 3: flight rule conditions",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 4: volcanic ash",0,,Volcanic ash probability,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 4: volcanic ash",1,,Volcanic ash cloud top temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 4: volcanic ash",2,,Volcanic ash cloud top pressure,,,Pa,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 4: volcanic ash",3,,Volcanic ash cloud top height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 4: volcanic ash",4,,Volcanic ash cloud emissivity,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 4: volcanic ash",5,,Volcanic ash effective absorption optical depth ratio,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 4: volcanic ash",6,,Volcanic ash cloud optical depth,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 4: volcanic ash",7,,Volcanic ash column density,,,kg m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 4: volcanic ash",8,,Volcanic ash particle effective radius,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 4: volcanic ash",9-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 4: volcanic ash",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 4: volcanic ash",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 5: sea-surface temperature",0,,Interface sea-surface temperature,(see Note 1),106,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 5: sea-surface temperature",1,,Skin sea-surface temperature,(see Note 2),82,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 5: sea-surface temperature",2,,Sub-skin sea-surface temperature,(see Note 3),81,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 5: sea-surface temperature",3,,Foundation sea-surface temperature,(see Note 4),83,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 5: sea-surface temperature",4,,Estimated bias between sea-surface temperature and standard,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 5: sea-surface temperature",5,,Estimated standard deviation between sea surface temperature and standard,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 5: sea-surface temperature",6-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 5: sea-surface temperature",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 5: sea-surface temperature",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 6: solar radiation",0,,Global solar irradiance,(see Note 1),101,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 6: solar radiation",1,,Global solar exposure,(see Note 2),113,J m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 6: solar radiation",2,,Direct solar irradiance,(see Note 3),103,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 6: solar radiation",3,,Direct solar exposure,(see Note 4),112,J m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 6: solar radiation",4,,Diffuse solar irradiance,(see Note 5),102,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 6: solar radiation",5,,Diffuse solar exposure,(see Note 6),111,J m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 6: solar radiation",6-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 6: solar radiation",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 3 - Space products, parameter category 6: solar radiation",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 0: temperature",0,,Temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 0: temperature",1,,Electron temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 0: temperature",2,,Proton temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 0: temperature",3,,Ion temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 0: temperature",4,,Parallel temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 0: temperature",5,,Perpendicular temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 0: temperature",6-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 0: temperature",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 0: temperature",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 1: momentum",0,,Velocity magnitude (speed),,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 1: momentum",1,,1st vector component of velocity (coordinate system dependent),,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 1: momentum",2,,2nd vector component of velocity (coordinate system dependent),,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 1: momentum",3,,3rd vector component of velocity (coordinate system dependent),,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 1: momentum",4-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 1: momentum",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 1: momentum",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",0,,Particle number density,,,m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",1,,Electron density,,,m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",2,,Proton density,,,m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",3,,Ion density,,,m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",4,,Vertical total electron content,,,TECU,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",5,,HF absorption frequency,,,Hz,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",6,,HF absorption,,,dB,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",7,,Spread F,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",8,,h'F,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",9,,Critical frequency,,,Hz,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",10,,Maximal usable frequency (MUF),,,Hz,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",11,,Peak height (hm),,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",12,,Peak density (Nm),,,m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",13,,Equivalent slab thickness (tau),,,km,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",14-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 2: charged particle mass and number",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 3: electric and magnetic fields",0,,Magnetic field magnitude,,,T,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 3: electric and magnetic fields",1,,1st vector component of magnetic field,,,T,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 3: electric and magnetic fields",2,,2nd vector component of magnetic field,,,T,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 3: electric and magnetic fields",3,,3rd vector component of magnetic field,,,T,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 3: electric and magnetic fields",4,,Electric field magnitude,,,V m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 3: electric and magnetic fields",5,,1st vector component of electric field,,,V m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 3: electric and magnetic fields",6,,2nd vector component of electric field,,,V m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 3: electric and magnetic fields",7,,3rd vector component of electric field,,,V m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 3: electric and magnetic fields",8-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 3: electric and magnetic fields",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 3: electric and magnetic fields",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 4: energetic particles",0,,Proton flux (differential),,,(m2 s sr eV)-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 4: energetic particles",1,,Proton flux (integral),,,(m2 s sr )-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 4: energetic particles",2,,Electron flux (differential),,,(m2 s sr eV)-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 4: energetic particles",3,,Electron flux (integral),,,(m2 s sr)-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 4: energetic particles",4,,Heavy ion flux (differential),,,(m2 s sr eV/nuc)-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 4: energetic particles",5,,Heavy ion flux (integral),,,(m2 s sr)-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 4: energetic particles",6,,Cosmic ray neutron flux,,,h-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 4: energetic particles",7-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 4: energetic particles",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 4: energetic particles",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 5: waves",0,,Amplitude,,,dB,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 5: waves",1,,Phase,,,rad,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 5: waves",2,,Frequency,,,Hz,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 5: waves",3,,Wavelength,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 5: waves",4-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 5: waves",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 5: waves",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 6: solar electromagnetic emissions",0,,Integrated solar irradiance,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 6: solar electromagnetic emissions",1,,Solar X-ray flux (XRS long),,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 6: solar electromagnetic emissions",2,,Solar X-ray flux (XRS short),,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 6: solar electromagnetic emissions",3,,Solar EUV irradiance,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 6: solar electromagnetic emissions",4,,Solar spectral irradiance,,,W m-2 nm-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 6: solar electromagnetic emissions",5,,F10.7,,,W m-2 Hz-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 6: solar electromagnetic emissions",6,,Solar radio emissions,,,W m-2 Hz-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 6: solar electromagnetic emissions",7-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 6: solar electromagnetic emissions",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 6: solar electromagnetic emissions",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 7: terrestrial electromagnetic emissions",0,,Limb intensity,,,J m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 7: terrestrial electromagnetic emissions",1,,Disk intensity,,,J m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 7: terrestrial electromagnetic emissions",2,,Disk intensity day,,,J m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 7: terrestrial electromagnetic emissions",3,,Disk intensity night,,,J m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 7: terrestrial electromagnetic emissions",4-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 7: terrestrial electromagnetic emissions",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 7: terrestrial electromagnetic emissions",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 8: imagery",0,,X-ray radiance,,,W sr-1 m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 8: imagery",1,,EUV radiance,,,W sr-1 m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 8: imagery",2,,H-alpha radiance,,,W sr-1 m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 8: imagery",3,,White light radiance,,,W sr-1 m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 8: imagery",4,,CaII-K radiance,,,W sr-1 m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 8: imagery",5,,White light coronagraph radiance,,,W sr-1 m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 8: imagery",6,,Heliospheric radiance,,,W sr-1 m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 8: imagery",7,,Thematic mask,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 8: imagery",8,,Solar induced chlorophyll fluorescence,,,W m-2 sr-1 m-1, Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 8: imagery",9-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 8: imagery",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 8: imagery",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 9: ion-neutral coupling",0,,Pedersen conductivity,,,S m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 9: ion-neutral coupling",1,,Hall conductivity,,,S m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 9: ion-neutral coupling",2,,Parallel conductivity,,,S m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 9: ion-neutral coupling",3-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 9: ion-neutral coupling",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 9: ion-neutral coupling",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 10: space weather indices",0,,Scintillation index (sigma phi),,,rad,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 10: space weather indices",1,,Scintillation index S4,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 10: space weather indices",2,,Rate of change of TEC index (ROTI),,,TECU/min,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 10: space weather indices",3,,Disturbance ionosphere index spatial gradient (DIXSG),,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 10: space weather indices",4,,Along arc TEC rate (AATR),,,TECU/min,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 10: space weather indices",5,,Kp,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 10: space weather indices",6,,Equatorial disturbance storm time index (Dst),,,nT,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 10: space weather indices",7,,Auroral electrojet (AE),,,nT,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 10: space weather indices",8-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 10: space weather indices",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 4 - Space weather products, parameter category 10: space weather indices",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",0,,Wave spectra (1),,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",1,,Wave spectra (2),,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",2,,Wave spectra (3),,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",3,,Significant height of combined wind waves and swell,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",4,,Direction of wind waves,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",5,,Significant height of wind waves,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",6,,Mean period of wind waves,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",7,,Direction of swell waves,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",8,,Significant height of swell waves,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",9,,Mean period of swell waves,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",10,,Primary wave direction,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",11,,Primary wave mean period,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",12,,Secondary wave direction,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",13,,Secondary wave mean period,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",14,,Mean direction of combined wind waves and swell,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",15,,Mean period of combined wind waves and swell,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",16,,Coefficient of drag with waves,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",17,,Friction velocity,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",18,,Wave stress,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",19,,Normalized wave stress,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",20,,Mean square slope of waves,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",21,,u-component surface Stokes drift,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",22,,v-component surface Stokes drift,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",23,,Period of maximum individual wave height,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",24,,Maximum individual wave height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",25,,Inverse mean wave frequency,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",26,,Inverse mean frequency of wind waves,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",27,,Inverse mean frequency of total swell,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",28,,Mean zero-crossing wave period,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",29,,Mean zero-crossing period of wind waves,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",30,,Mean zero-crossing period of total swell,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",31,,Wave directional width,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",32,,Directional width of wind waves,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",33,,Directional width of total swell,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",34,,Peak wave period,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",35,,Peak period of wind waves,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",36,,Peak period of total swell,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",37,,Altimeter wave height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",38,,Altimeter corrected wave height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",39,,Altimeter range relative correction,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",40,,10-metre neutral wind speed over waves,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",41,,10-metre wind direction over waves,,,deg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",42,,Wave energy spectrum,,,m2 s rad-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",43,,Kurtosis of the sea-surface elevation due to waves,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",44,,Benjamin-Feir index,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",45,,Spectral peakedness factor,,,/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",46,,Peak wave direction,,,deg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",47,,Significant wave height of first swell partition,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",48,,Significant wave height of second swell partition,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",49,,Significant wave height of third swell partition,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",50,,Mean wave period of first swell partition,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",51,,Mean wave period of second swell partition,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",52,,Mean wave period of third swell partition,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",53,,Mean wave direction of first swell partition,,,deg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",54,,Mean wave direction of second swell partition,,,deg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",55,,Mean wave direction of third swell partition,,,deg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",56,,Wave directional width of first swell partition,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",57,,Wave directional width of second swell partition,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",58,,Wave directional width of third swell partition,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",59,,Wave frequency width of first swell partition,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",60,,Wave frequency width of second swell partition,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",61,,Wave frequency width of third swell partition,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",62,,Wave frequency width,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",63,,Frequency width of wind waves,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",64,,Frequency width of total swell,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",65,,Peak wave period of first swell partition,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",66,,Peak wave period of second swell partition,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",67,,Peak wave period of third swell partition,,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",68,,Peak wave direction of first swell partition,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",69,,Peak wave direction of second swell partition,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",70,,Peak wave direction of third swell partition,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",71,,Peak direction of wind waves,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",72,,Peak direction of total swell,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",73,,Whitecap fraction,,,fraction,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",74,,Mean direction of total swell,,,degree,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",75,,Mean direction of wind waves,,,degree,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",76,,Charnock,(see Note 2),133,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",77,,Wave Spectral Skewness,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",78,,Wave energy flux magnitude,,,W m-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",79,,Wave energy flux mean direction,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",80,,Ratio of wave angular and frequency width,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",81,,Free convective velocity over the oceans,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",82,,Air density over the oceans,,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",83,,Normalized energy flux into waves,(see Note 3),134,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",84,,Normalized stress into ocean,(see Note 3),134,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",85,,Normalized energy flux into ocean,(see Note 3),134,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",86,,Surface elevation variance due to waves (over all frequencies and directions),,,m2 s rad-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",87,,Wave induced mean sea level correction,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",88,,Spectral width index,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",89,,Number of events in freak waves statistics,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",90,,u-component of surface momentum flux into ocean,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",91,,v-component of surface momentum flux into ocean,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",92,,Wave turbulent energy flux into ocean,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",93,,Envelop maximum individual wave height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",94,,Time domain maximum individual crest height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",95,,Time domain maximum individual wave height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",96,,Space time maximum individual crest height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",97,,Space time maximum individual wave height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",98,,Goda peakedness factor,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",99-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 0: waves",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 1: currents",0,,Current direction,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 1: currents",1,,Current speed,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 1: currents",2,,u-component of current,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 1: currents",3,,v-component of current,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 1: currents",4,,Rip current occurrence probability,,,%,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 1: currents",5,,Eastward current,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 1: currents",6,,Northward current,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 1: currents",7-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 1: currents",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 1: currents",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",0,,Ice cover,,,Proportion,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",1,,Ice thickness,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",2,,Direction of ice drift,,,degree true,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",3,,Speed of ice drift,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",4,,u-component of ice drift,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",5,,v-component of ice drift,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",6,,Ice growth rate,,,m/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",7,,Ice divergence,,,/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",8,,Ice temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",9,,Module of ice internal pressure,(see Note 1),57,Pa m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",10,,Zonal vector component of vertically integrated ice internal pressure,,,Pa m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",11,,Meridional vector component of vertically integrated ice internal pressure,,,Pa m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",12,,Compressive ice strength,,,N/m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",13,,Snow temperature (over sea ice),,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",14,,Albedo,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",15,,Sea ice volume per unit area,,,m3 m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",16,,Snow volume over sea ice per unit area,,,m3 m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",17,,Sea ice heat content,,,J m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",18,,Snow over sea ice heat content,,,J m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",19,,Ice freeboard thickness,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",20,,Ice melt pond fraction,,,fraction,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",21,,Ice melt pond depth,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",22,,Ice melt pond volume per unit area,,,m3 m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",23,,Sea ice fraction tendency due to parameterization,,,s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",24,,x-component of ice drift,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",25,,y-component of ice drift,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",26,,Sea ice salinity,,,g kg-1,operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",27,,Freezing/melting potential,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",28,,Melt onset date,(see Note 2),144,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",29,,Freeze onset date,(see Note 3),145,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",30-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 2: ice",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",0,,Water temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",1,,Deviation of sea level from mean,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",2,,Heat exchange coefficient,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",3,,Practical salinity,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",4,,Downward heat flux,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",5,,Eastward surface stress,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",6,,Northward surface stress,,,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",7,,x-component surface stress,(see Note),21,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",8,,y-component surface stress,(see Note),21,N m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",9,,Thermosteric change in sea surface height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",10,,Halosteric change in sea surface height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",11,,Steric change in sea surface height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",12,,Sea salt flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",13,,Net upward water flux,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",14,,Eastward surface water velocity,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",15,,Northward surface water velocity,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",16,,x-component of surface water velocity,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",17,,y-component of surface water velocity,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",18,,Heat flux correction,,,W m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",19,,Sea surface height tendency due to parameterization,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",20,,Deviation of sea level from mean with inverse barometer correction,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",21,,Salinity,,,kg kg-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",22-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 3: surface properties",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",0,,Main thermocline depth,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",1,,Main thermocline anomaly,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",2,,Transient thermocline depth,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",3,,Salinity,,,kg/kg,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",4,,Ocean vertical heat diffusivity,,,m2/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",5,,Ocean vertical salt diffusivity,,,m2/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",6,,Ocean vertical momentum diffusivity,,,m2/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",7,,Bathymetry,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",8-10,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",11,,Shape factor with respect to salinity profile,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",12,,Shape factor with respect to temperature profile in thermocline,,,-,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",13,,Attenuation coefficient of water with respect to solar radiation,,,/m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",14,,Water depth,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",15,,Water temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",16,,Water density (rho),,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",17,,Water density anomaly (sigma),(see Note 1),17,kg m-3,Deprecated +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",18,,Water potential temperature (theta),,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",19,,Water potential density (rho theta),,,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",20,,Water potential density anomaly (sigma theta),(see Note 1),17,kg m-3,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",21,,Practical salinity,,,Numeric,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",22,,Water column-integrated heat content,,,J m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",23,,Eastward water velocity,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",24,,Northward water velocity,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",25,,x-component water velocity,(see Note 2),22,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",26,,y-component water velocity,(see Note 2),22,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",27,,Upward water velocity,,,m s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",28,,Vertical eddy diffusivity,,,m2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",29,,Bottom pressure equivalent height,,,m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",30,,Fresh water flux into sea water from rivers,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",31,,Fresh water flux correction,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",32,,Virtual salt flux into sea water,,,g kg-1 m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",33,,Virtual salt flux correction,,,g kg-1 m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",34,,Sea water temperature tendency due to Newtonian relaxation,,,K s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",35,,Sea water salinity tendency due to Newtonian relaxation,,,g kg-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",36,,Sea water temperature tendency due to parameterization,,,K s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",37,,Sea water salinity tendency due to parameterization,,,g kg-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",38,,Eastward sea water velocity tendency due to parameterization,,,m s-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",39,,Northward sea water velocity tendency due to parameterization,,,m s-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",40,,Sea water temperature tendency due to direct bias correction,,,K s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",41,,Sea water salinity tendency due to direct bias correction,,,g kg-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",42,,Sea water meridional volume transport,,,m3 m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",43,,Sea water zonal volume transport,,,m3 m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",44,,Sea water column integrated meridional volume transport,,,m3 m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",45,,Sea water column integrated zonal volume transport,,,m3 m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",46,,Sea water meridional mass transport,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",47,,Sea water zonal mass transport,,,kg m-2 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",48,,Sea water column integrated meridional mass transport,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",49,,Sea water column integrated zonal mass transport,,,kg m-1 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",50,,Sea water column integrated practical salinity,,,g kg-1 m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",51,,Sea water column integrated salinity,,,kg kg-1 m,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",52-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 4: subsurface properties",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 191: miscellaneous",0,,Seconds prior to initial reference time (defined in Section 1),,,s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 191: miscellaneous",1,,Meridional overturning stream function,,,m3/s,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 191: miscellaneous",2,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 191: miscellaneous",3,,Days since last observation,,,d,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 191: miscellaneous",4,,Barotropic stream function,,,m3 s-1,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 191: miscellaneous",5-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 191: miscellaneous",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 10 - Oceanographic products, parameter category 191: miscellaneous",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 0: health indicators",0,,Universal thermal climate index,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 0: health indicators",1,,Mean radiant temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 0: health indicators",2,,Wet-bulb globe temperature,(see Note),53,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 0: health indicators",3,,Globe temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 0: health indicators",4,,Humidex,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 0: health indicators",5,,Effective temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 0: health indicators",6,,Normal effective temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 0: health indicators",7,,Standard effective temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 0: health indicators",8,,Physiological equivalent temperature,,,K,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 0: health indicators",9-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 0: health indicators",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 0: health indicators",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 1: epidemiology",0,,Malaria cases,,,Fraction,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 1: epidemiology",1,,Malaria circumsporozoite protein rate,,,Fraction,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 1: epidemiology",2,,Plasmodium falciparum entomological inoculation rate,,,Bites per day per person,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 1: epidemiology",3,,Human bite rate by anopheles vectors,,,Bites per day per person,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 1: epidemiology",4,,Malaria immunity,,,Fraction,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 1: epidemiology",5,,Falciparum parasite rates,,,Fraction,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 1: epidemiology",6,,Detectable falciparum parasite ratio (after day 10),,,Fraction,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 1: epidemiology",7,,Anopheles vector to host ratio,,,Fraction,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 1: epidemiology",8,,Anopheles vector number,,,Number m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 1: epidemiology",9,,Fraction of malarial vector reproductive habitat,,,Fraction,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 1: epidemiology",10-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 1: epidemiology",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 1: epidemiology",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 2: socioeconomic indicators",0,,Population density,,,Person m-2,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 2: socioeconomic indicators",1-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 2: socioeconomic indicators",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 2: socioeconomic indicators",255,,Missing,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector",0,,Renewable power capacity,,,W,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector",1,,Renewable power production rate,,,W,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector",2,,Wind power capacity,,,W,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector",3,,Wind power production rate,,,W,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector",4,,Solar photovoltaic (PV) power capacity,,,W,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector",5,,Solar photovoltaic (PV) power production rate,,,W,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector",6,,Solar non-photovoltaic (PV) power capacity,,,W,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector",7,,Solar non-photovoltaic (PV) power production rate,,,W,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector",8,,Concentrated solar power (CSP) power capacity,,,W,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector",9,,Concentrated solar power (CSP) power production rate,,,W,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector",10-191,,Reserved,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector",192-254,,Reserved for local use,,,,Operational +Code table 4.2 - Parameter number by product discipline and parameter category,"Product discipline 20 - Health and socioeconomic impacts, parameter category 3: renewable energy sector",255,,Missing,,,,Operational +Code table 4.3 - Type of generating process,,0,,Analysis,,,,Operational +Code table 4.3 - Type of generating process,,1,,Initialization,,,,Operational +Code table 4.3 - Type of generating process,,2,,Forecast,,,,Operational +Code table 4.3 - Type of generating process,,3,,Bias corrected forecast,,,,Operational +Code table 4.3 - Type of generating process,,4,,Ensemble forecast,,,,Operational +Code table 4.3 - Type of generating process,,5,,Probability forecast,,,,Operational +Code table 4.3 - Type of generating process,,6,,Forecast error,,,,Operational +Code table 4.3 - Type of generating process,,7,,Analysis error,,,,Operational +Code table 4.3 - Type of generating process,,8,,Observation,,,,Operational +Code table 4.3 - Type of generating process,,9,,Climatological,,,,Operational +Code table 4.3 - Type of generating process,,10,,Probability-weighted forecast,,,,Operational +Code table 4.3 - Type of generating process,,11,,Bias-corrected ensemble forecast,,,,Operational +Code table 4.3 - Type of generating process,,12,,Post-processed analysis,(see Note 1),13,,Operational +Code table 4.3 - Type of generating process,,13,,Post-processed forecast,(see Note 1),13,,Operational +Code table 4.3 - Type of generating process,,14,,Nowcast,,,,Operational +Code table 4.3 - Type of generating process,,15,,Hindcast,,,,Operational +Code table 4.3 - Type of generating process,,16,,Physical retrieval,,,,Operational +Code table 4.3 - Type of generating process,,17,,Regression analysis,,,,Operational +Code table 4.3 - Type of generating process,,18,,Difference between two forecasts,,,,Operational +Code table 4.3 - Type of generating process,,19,,First guess,,,,Operational +Code table 4.3 - Type of generating process,,20,,Analysis increment,(see Note 2),29,,Operational +Code table 4.3 - Type of generating process,,21,,Initialization increment for analysis,(see Note 3),61,,Operational +Code table 4.3 - Type of generating process,,22-191,,Reserved,,,,Operational +Code table 4.3 - Type of generating process,,192-254,,Reserved for local use,,,,Operational +Code table 4.3 - Type of generating process,,255,,Missing,,,,Operational +Code table 4.4 - Indicator of unit of time range,,0,,Minute,,,,Operational +Code table 4.4 - Indicator of unit of time range,,1,,Hour,,,,Operational +Code table 4.4 - Indicator of unit of time range,,2,,Day,,,,Operational +Code table 4.4 - Indicator of unit of time range,,3,,Month,,,,Operational +Code table 4.4 - Indicator of unit of time range,,4,,Year,,,,Operational +Code table 4.4 - Indicator of unit of time range,,5,,Decade (10 years),,,,Operational +Code table 4.4 - Indicator of unit of time range,,6,,Normal (30 years),,,,Operational +Code table 4.4 - Indicator of unit of time range,,7,,Century (100 years),,,,Operational +Code table 4.4 - Indicator of unit of time range,,8-9,,Reserved,,,,Operational +Code table 4.4 - Indicator of unit of time range,,10,,3 hours,,,,Operational +Code table 4.4 - Indicator of unit of time range,,11,,6 hours,,,,Operational +Code table 4.4 - Indicator of unit of time range,,12,,12 hours,,,,Operational +Code table 4.4 - Indicator of unit of time range,,13,,Second,,,,Operational +Code table 4.4 - Indicator of unit of time range,,14-191,,Reserved,,,,Operational +Code table 4.4 - Indicator of unit of time range,,192-254,,Reserved for local use,,,,Operational +Code table 4.4 - Indicator of unit of time range,,255,,Missing,,,,Operational +Code table 4.5 - Fixed surface types and units,,0,,Reserved,,,,Operational +Code table 4.5 - Fixed surface types and units,,1,,Ground or water surface,,,-,Operational +Code table 4.5 - Fixed surface types and units,,2,,Cloud base level,,,-,Operational +Code table 4.5 - Fixed surface types and units,,3,,Level of cloud tops,,,-,Operational +Code table 4.5 - Fixed surface types and units,,4,,Level of 0 °C isotherm,,,-,Operational +Code table 4.5 - Fixed surface types and units,,5,,Level of adiabatic condensation lifted from the surface,,,-,Operational +Code table 4.5 - Fixed surface types and units,,6,,Maximum wind level,,,-,Operational +Code table 4.5 - Fixed surface types and units,,7,,Tropopause,,,-,Operational +Code table 4.5 - Fixed surface types and units,,8,,Nominal top of the atmosphere,,,-,Operational +Code table 4.5 - Fixed surface types and units,,9,,Sea bottom,,,-,Operational +Code table 4.5 - Fixed surface types and units,,10,,Entire atmosphere,,,-,Operational +Code table 4.5 - Fixed surface types and units,,11,,Cumulonimbus (CB) base,,,m,Operational +Code table 4.5 - Fixed surface types and units,,12,,Cumulonimbus (CB) top,,,m,Operational +Code table 4.5 - Fixed surface types and units,,13,,Lowest level where vertically integrated cloud cover exceeds the specified percentage (cloud base for a given percentage cloud cover),,,%,Operational +Code table 4.5 - Fixed surface types and units,,14,,Level of free convection (LFC),,,-,Operational +Code table 4.5 - Fixed surface types and units,,15,,Convective condensation level (CCL),,,-,Operational +Code table 4.5 - Fixed surface types and units,,16,,Level of neutral buoyancy or equilibrium level (LNB),,,-,Operational +Code table 4.5 - Fixed surface types and units,,17,,Departure level of the most unstable parcel of air (MUDL),,,-,Operational +Code table 4.5 - Fixed surface types and units,,18,,Departure level of a mixed layer parcel of air with specified layer depth,,,Pa,Operational +Code table 4.5 - Fixed surface types and units,,19,,Lowest level where cloud cover exceeds the specified percentage,(see Note 9),149,%,Operational +Code table 4.5 - Fixed surface types and units,,20,,Isothermal level,,,K,Operational +Code table 4.5 - Fixed surface types and units,,21,,Lowest level where mass density exceeds the specified value (base for a given threshold of mass density),,,kg m-3,Operational +Code table 4.5 - Fixed surface types and units,,22,,Highest level where mass density exceeds the specified value (top for a given threshold of mass density),,,kg m-3,Operational +Code table 4.5 - Fixed surface types and units,,23,,Lowest level where air concentration exceeds the specified value (base for a given threshold of air concentration),,,Bq m-3,Operational +Code table 4.5 - Fixed surface types and units,,24,,Highest level where air concentration exceeds the specified value (top for a given threshold of air concentration),,,Bq m-3,Operational +Code table 4.5 - Fixed surface types and units,,25,,Highest level where radar reflectivity exceeds the specified value (echo top for a given threshold of reflectivity),,,dBZ,Operational +Code table 4.5 - Fixed surface types and units,,26,,Convective cloud layer base,,,m,Operational +Code table 4.5 - Fixed surface types and units,,27,,Convective cloud layer top,,,m,Operational +Code table 4.5 - Fixed surface types and units,,28-29,,Reserved,,,,Operational +Code table 4.5 - Fixed surface types and units,,30,,Specified radius from the centre of the Sun,,,m,Operational +Code table 4.5 - Fixed surface types and units,,31,,Solar photosphere,,,,Operational +Code table 4.5 - Fixed surface types and units,,32,,Ionospheric D-region level,,,,Operational +Code table 4.5 - Fixed surface types and units,,33,,Ionospheric E-region level,,,,Operational +Code table 4.5 - Fixed surface types and units,,34,,Ionospheric F1-region level,,,,Operational +Code table 4.5 - Fixed surface types and units,,35,,Ionospheric F2-region level,,,,Operational +Code table 4.5 - Fixed surface types and units,,36-99,,Reserved,,,,Operational +Code table 4.5 - Fixed surface types and units,,100,,Isobaric surface,,,Pa,Operational +Code table 4.5 - Fixed surface types and units,,101,,Mean sea level,,,,Operational +Code table 4.5 - Fixed surface types and units,,102,,Specific altitude above mean sea level,,,m,Operational +Code table 4.5 - Fixed surface types and units,,103,,Specified height level above ground,,,m,Operational +Code table 4.5 - Fixed surface types and units,,104,,Sigma level,,,"""sigma"" value",Operational +Code table 4.5 - Fixed surface types and units,,105,,Hybrid level,,,-,Operational +Code table 4.5 - Fixed surface types and units,,106,,Depth below land surface,,,m,Operational +Code table 4.5 - Fixed surface types and units,,107,,Isentropic (theta) level,,,K,Operational +Code table 4.5 - Fixed surface types and units,,108,,Level at specified pressure difference from ground to level,,,Pa,Operational +Code table 4.5 - Fixed surface types and units,,109,,Potential vorticity surface,,,K m2 kg-1 s-1,Operational +Code table 4.5 - Fixed surface types and units,,110,,Reserved,,,,Operational +Code table 4.5 - Fixed surface types and units,,111,,Eta level,(see Note 1),85,-,Operational +Code table 4.5 - Fixed surface types and units,,112,,Reserved,,,,Operational +Code table 4.5 - Fixed surface types and units,,113,,Logarithmic hybrid level,,,,Operational +Code table 4.5 - Fixed surface types and units,,114,,Snow level,,,Numeric,Operational +Code table 4.5 - Fixed surface types and units,,115,,Sigma height level,(see Note 4),74,-,Operational +Code table 4.5 - Fixed surface types and units,,116,,Reserved,,,,Operational +Code table 4.5 - Fixed surface types and units,,117,,Mixed layer depth,,,m,Operational +Code table 4.5 - Fixed surface types and units,,118,,Hybrid height level,(see Note 2),54,-,Operational +Code table 4.5 - Fixed surface types and units,,119,,Hybrid pressure level,(see Note 3),55,-,Operational +Code table 4.5 - Fixed surface types and units,,120-149,,Reserved,,,,Operational +Code table 4.5 - Fixed surface types and units,,150,,Generalized vertical height coordinate,(see Note 5),84,,Operational +Code table 4.5 - Fixed surface types and units,,151,,Soil level,(see Note 6),100,Numeric,Operational +Code table 4.5 - Fixed surface types and units,,152,,Sea-ice level,(see Note 8),99,Numeric,Operational +Code table 4.5 - Fixed surface types and units,,153-159,,Reserved,,,,Operational +Code table 4.5 - Fixed surface types and units,,160,,Depth below sea level,,,m,Operational +Code table 4.5 - Fixed surface types and units,,161,,Depth below water surface,,,m,Operational +Code table 4.5 - Fixed surface types and units,,162,,Lake or river bottom,,,-,Operational +Code table 4.5 - Fixed surface types and units,,163,,Bottom of sediment layer,,,-,Operational +Code table 4.5 - Fixed surface types and units,,164,,Bottom of thermally active sediment layer,,,-,Operational +Code table 4.5 - Fixed surface types and units,,165,,Bottom of sediment layer penetrated by thermal wave,,,-,Operational +Code table 4.5 - Fixed surface types and units,,166,,Mixing layer,,,-,Operational +Code table 4.5 - Fixed surface types and units,,167,,Bottom of root zone,,,-,Operational +Code table 4.5 - Fixed surface types and units,,168,,Ocean model level,,,Numeric,Operational +Code table 4.5 - Fixed surface types and units,,169,,Ocean level defined by water density (sigma-theta) difference from near-surface to level,(see Note 7),18,kg m-3,Operational +Code table 4.5 - Fixed surface types and units,,170,,Ocean level defined by water potential temperature difference from near-surface to level,(see Note 7),18,K,Operational +Code table 4.5 - Fixed surface types and units,,171,,Ocean level defined by vertical eddy diffusivity difference from near-surface to level,(see Note 7),18,m2 s-1,Operational +Code table 4.5 - Fixed surface types and units,,172,,Ocean level defined by water density (rho) difference from near-surface to level,,,m,Operational +Code table 4.5 - Fixed surface types and units,,173,,"Top of snow over sea ice on sea, lake or river",,,-,Operational +Code table 4.5 - Fixed surface types and units,,174,,"Top surface of ice on sea, lake or river",,,-,Operational +Code table 4.5 - Fixed surface types and units,,175,,"Top surface of ice, under snow cover, on sea, lake or river",,,-,Operational +Code table 4.5 - Fixed surface types and units,,176,,"Bottom surface (underside) ice on sea, lake or river",,,-,Operational +Code table 4.5 - Fixed surface types and units,,177,,Deep soil (of indefinite depth),,,-,Operational +Code table 4.5 - Fixed surface types and units,,178,,Reserved,,,-,Operational +Code table 4.5 - Fixed surface types and units,,179,,Top surface of glacier ice and inland ice,,,-,Operational +Code table 4.5 - Fixed surface types and units,,180,,Deep inland or glacier ice (of indefinite depth),,,-,Operational +Code table 4.5 - Fixed surface types and units,,181,,Grid tile land fraction as a model surface,,,-,Operational +Code table 4.5 - Fixed surface types and units,,182,,Grid tile water fraction as a model surface,,,-,Operational +Code table 4.5 - Fixed surface types and units,,183,,"Grid tile ice fraction on sea, lake or river as a model surface",,,-,Operational +Code table 4.5 - Fixed surface types and units,,184,,Grid tile glacier ice and inland ice fraction as a model surface,,,-,Operational +Code table 4.5 - Fixed surface types and units,,185,,Roof level,,,-,Operational +Code table 4.5 - Fixed surface types and units,,186,,Wall level,,,-,Operational +Code table 4.5 - Fixed surface types and units,,187,,Road level,,,-,Operational +Code table 4.5 - Fixed surface types and units,,188,,Melt pond top surface,,,-,Operational +Code table 4.5 - Fixed surface types and units,,189,,Melt pond bottom surface,,,-,Operational +Code table 4.5 - Fixed surface types and units,,190-191,,Reserved,,,,Operational +Code table 4.5 - Fixed surface types and units,,192-254,,Reserved for local use,,,,Operational +Code table 4.5 - Fixed surface types and units,,255,,Missing,,,,Operational +Code table 4.6 - Type of ensemble forecast,,0,,Unperturbed high-resolution control forecast,,,,Operational +Code table 4.6 - Type of ensemble forecast,,1,,Unperturbed low-resolution control forecast,,,,Operational +Code table 4.6 - Type of ensemble forecast,,2,,Negatively perturbed forecast,,,,Operational +Code table 4.6 - Type of ensemble forecast,,3,,Positively perturbed forecast,,,,Operational +Code table 4.6 - Type of ensemble forecast,,4,,Multi-model forecast,,,,Operational +Code table 4.6 - Type of ensemble forecast,,5-191,,Reserved,,,,Operational +Code table 4.6 - Type of ensemble forecast,,192-254,,Reserved for local use,,,,Operational +Code table 4.6 - Type of ensemble forecast,,255,,Missing,,,,Operational +Code table 4.7 - Derived forecast,,0,,Unweighted mean of all members,,,,Operational +Code table 4.7 - Derived forecast,,1,,Weighted mean of all members,,,,Operational +Code table 4.7 - Derived forecast,,2,,Standard deviation with respect to cluster mean,,,,Operational +Code table 4.7 - Derived forecast,,3,,"Standard deviation with respect to cluster mean, normalized",,,,Operational +Code table 4.7 - Derived forecast,,4,,Spread of all members,,,,Operational +Code table 4.7 - Derived forecast,,5,,Large anomaly index of all members,(see Note 1),67,,Operational +Code table 4.7 - Derived forecast,,6,,Unweighted mean of the cluster members,,,,Operational +Code table 4.7 - Derived forecast,,7,,Interquartile range (range between the 25th and 75th quantile),,,,Operational +Code table 4.7 - Derived forecast,,8,,Minimum of all ensemble members,(see Note 2),63,,Operational +Code table 4.7 - Derived forecast,,9,,Maximum of all ensemble members,(see Note 2),63,,Operational +Code table 4.7 - Derived forecast,,10,,Variance of all ensemble members,,,,Operational +Code table 4.7 - Derived forecast,,11-191,,Reserved,,,,Operational +Code table 4.7 - Derived forecast,,192-254,,Reserved for local use,,,,Operational +Code table 4.7 - Derived forecast,,255,,Missing,,,,Operational +Code table 4.8 - Clustering method,,0,,Anomaly correlation,,,,Operational +Code table 4.8 - Clustering method,,1,,Root mean square,,,,Operational +Code table 4.8 - Clustering method,,2-191,,Reserved,,,,Operational +Code table 4.8 - Clustering method,,192-254,,Reserved for local use,,,,Operational +Code table 4.8 - Clustering method,,255,,Missing,,,,Operational +Code table 4.9 - Probability type,,0,,Probability of event below lower limit,,,,Operational +Code table 4.9 - Probability type,,1,,Probability of event above upper limit,,,,Operational +Code table 4.9 - Probability type,,2,,Probability of event between lower and upper limits (the range includes the lower limit but not the upper limit),,,,Operational +Code table 4.9 - Probability type,,3,,Probability of event above lower limit,,,,Operational +Code table 4.9 - Probability type,,4,,Probability of event below upper limit,,,,Operational +Code table 4.9 - Probability type,,5,,Probability of event equal to lower limit,,,,Operational +Code table 4.9 - Probability type,,6,,Probability of event in above normal category,(see Notes 1 and 2),"7,9",,Operational +Code table 4.9 - Probability type,,7,,Probability of event in near normal category,(see Notes 1 and 2),"7,9",,Operational +Code table 4.9 - Probability type,,8,,Probability of event in below normal category,(see Notes 1 and 2),"7,9",,Operational +Code table 4.9 - Probability type,,9,,Probability based on counts of categorical boolean,(see Note 3),155,,Operational +Code table 4.9 - Probability type,,10-191,,Reserved,,,,Operational +Code table 4.9 - Probability type,,192-254,,Reserved for local use,,,,Operational +Code table 4.9 - Probability type,,255,,Missing,,,,Operational +Code table 4.10 - Type of statistical processing,,0,,Average,,,,Operational +Code table 4.10 - Type of statistical processing,,1,,Accumulation,(see Note 1),92,,Operational +Code table 4.10 - Type of statistical processing,,2,,Maximum,,,,Operational +Code table 4.10 - Type of statistical processing,,3,,Minimum,,,,Operational +Code table 4.10 - Type of statistical processing,,4,,Difference (value at the end of time range minus value at the beginning),,,,Operational +Code table 4.10 - Type of statistical processing,,5,,Root mean square,,,,Operational +Code table 4.10 - Type of statistical processing,,6,,Standard deviation,,,,Operational +Code table 4.10 - Type of statistical processing,,7,,Covariance (temporal variance),(see Note 2),93,,Operational +Code table 4.10 - Type of statistical processing,,8,,Difference (value at the start of time range minus value at the end),,,,Operational +Code table 4.10 - Type of statistical processing,,9,,Ratio,(see Note 3),97,,Operational +Code table 4.10 - Type of statistical processing,,10,,Standardized anomaly,,,,Operational +Code table 4.10 - Type of statistical processing,,11,,Summation,,,,Operational +Code table 4.10 - Type of statistical processing,,12,,Return period,,,,Operational +Code table 4.10 - Type of statistical processing,,13,,Median,,,,Operational +Code table 4.10 - Type of statistical processing,,14-99,,Reserved,,,,Operational +Code table 4.10 - Type of statistical processing,,100,,Severity,,,,Operational +Code table 4.10 - Type of statistical processing,,101,,Mode,,,,Operational +Code table 4.10 - Type of statistical processing,,102,,Index processing,(see Note 4),146,,Operational +Code table 4.10 - Type of statistical processing,,103-191,,Reserved,,,,Operational +Code table 4.10 - Type of statistical processing,,192-254,,Reserved for local use,,,,Operational +Code table 4.10 - Type of statistical processing,,255,,Missing,,,,Operational +Code table 4.11 - Type of time intervals,,0,,Reserved,,,,Operational +Code table 4.11 - Type of time intervals,,1,,"Successive times processed have same forecast time, start time of forecast is incremented",,,,Operational +Code table 4.11 - Type of time intervals,,2,,"Successive times processed have same start time of forecast, forecast time is incremented",,,,Operational +Code table 4.11 - Type of time intervals,,3,,Successive times processed have start time of forecast incremented and forecast time decremented so that valid time remains constant,,,,Operational +Code table 4.11 - Type of time intervals,,4,,Successive times processed have start time of forecast decremented and forecast time incremented so that valid time remains constant,,,,Operational +Code table 4.11 - Type of time intervals,,5,,Floating subinterval of time between forecast time and end of overall time interval,(see Note),37,,Operational +Code table 4.11 - Type of time intervals,,6-191,,Reserved,,,,Operational +Code table 4.11 - Type of time intervals,,192-254,,Reserved for local use,,,,Operational +Code table 4.11 - Type of time intervals,,255,,Missing,,,,Operational +Code table 4.12 - Operating mode,,0,,Maintenance mode,,,,Operational +Code table 4.12 - Operating mode,,1,,Clear air,,,,Operational +Code table 4.12 - Operating mode,,2,,Precipitation,,,,Operational +Code table 4.12 - Operating mode,,3-191,,Reserved,,,,Operational +Code table 4.12 - Operating mode,,192-254,,Reserved for local use,,,,Operational +Code table 4.12 - Operating mode,,255,,Missing,,,,Operational +Code table 4.13 - Quality control indicator,,0,,No quality control applied,,,,Operational +Code table 4.13 - Quality control indicator,,1,,Quality control applied,,,,Operational +Code table 4.13 - Quality control indicator,,2-191,,Reserved,,,,Operational +Code table 4.13 - Quality control indicator,,192-254,,Reserved for local use,,,,Operational +Code table 4.13 - Quality control indicator,,255,,Missing,,,,Operational +Code table 4.14 - Clutter filter indicator,,0,,No clutter filter used,,,,Operational +Code table 4.14 - Clutter filter indicator,,1,,Clutter filter used,,,,Operational +Code table 4.14 - Clutter filter indicator,,2-191,,Reserved,,,,Operational +Code table 4.14 - Clutter filter indicator,,192-254,,Reserved for local use,,,,Operational +Code table 4.14 - Clutter filter indicator,,255,,Missing,,,,Operational +Code table 4.15 - Type of spatial processing used to arrive at given data value from the source data,,0,,Data is calculated directly from the source grid with no interpolation,(see Note 1),109,,Operational +Code table 4.15 - Type of spatial processing used to arrive at given data value from the source data,,1,,Bilinear interpolation using the 4 source grid grid-point values surrounding the nominal grid-point,,,,Operational +Code table 4.15 - Type of spatial processing used to arrive at given data value from the source data,,2,,Bicubic interpolation using the 4 source grid grid-point values surrounding the nominal grid-point,,,,Operational +Code table 4.15 - Type of spatial processing used to arrive at given data value from the source data,,3,,Using the value from the source grid grid-point which is nearest to the nominal grid-point,,,,Operational +Code table 4.15 - Type of spatial processing used to arrive at given data value from the source data,,4,,Budget interpolation using the 4 source grid grid-point values surrounding the nominal grid-point,(see Note 2),33,,Operational +Code table 4.15 - Type of spatial processing used to arrive at given data value from the source data,,5,,Spectral interpolation using the 4 source grid grid-point values surrounding the nominal grid-point,,,,Operational +Code table 4.15 - Type of spatial processing used to arrive at given data value from the source data,,6,,Neighbor-budget interpolation using the 4 source grid grid-point values surrounding the nominal grid-point,(see Note 3),72,,Operational +Code table 4.15 - Type of spatial processing used to arrive at given data value from the source data,,7-191,,Reserved,,,,Operational +Code table 4.15 - Type of spatial processing used to arrive at given data value from the source data,,192-254,,Reserved for local use,,,,Operational +Code table 4.15 - Type of spatial processing used to arrive at given data value from the source data,,255,,Missing,,,,Operational +Code table 4.16 - Quality value associated with parameter,,0,,Confidence index,(see Note 2),94,,Operational +Code table 4.16 - Quality value associated with parameter,,1,,Quality indicator,(see Note 3 and Code table 4.244),96,,Operational +Code table 4.16 - Quality value associated with parameter,,2,,Correlation of product with used calibration product,(see Note 4),95,,Operational +Code table 4.16 - Quality value associated with parameter,,3,,Standard deviation,(see Note 5),19,,Operational +Code table 4.16 - Quality value associated with parameter,,4,,Random error,(see Note 5),19,,Operational +Code table 4.16 - Quality value associated with parameter,,5,,Probability,,,,Operational +Code table 4.16 - Quality value associated with parameter,,6-191,,Reserved,,,,Operational +Code table 4.16 - Quality value associated with parameter,,192-254,,Reserved for local use,,,,Operational +Code table 4.16 - Quality value associated with parameter,,255,,Missing,,,,Operational +Code table 4.91 - Type of Interval,,0,,Smaller than first limit,,,,Operational +Code table 4.91 - Type of Interval,,1,,Greater than second limit,,,,Operational +Code table 4.91 - Type of Interval,,2,,Between first and second limit. The range includes the first limit but not the second limit,,,,Operational +Code table 4.91 - Type of Interval,,3,,Greater than first limit,,,,Operational +Code table 4.91 - Type of Interval,,4,,Smaller than second limit,,,,Operational +Code table 4.91 - Type of Interval,,5,,Smaller or equal first limit,,,,Operational +Code table 4.91 - Type of Interval,,6,,Greater or equal second limit,,,,Operational +Code table 4.91 - Type of Interval,,7,,Between first and second. The range includes the first limit and the second limit,,,,Operational +Code table 4.91 - Type of Interval,,8,,Greater or equal first limit,,,,Operational +Code table 4.91 - Type of Interval,,9,,Smaller or equal second limit,,,,Operational +Code table 4.91 - Type of Interval,,10,,Between first and second limit. The range includes the second limit but not the first limit,,,,Operational +Code table 4.91 - Type of Interval,,11,,Equal to first limit,,,,Operational +Code table 4.91 - Type of Interval,,12-191,,Reserved,,,,Operational +Code table 4.91 - Type of Interval,,192-254,,Reserved for local use,,,,Operational +Code table 4.91 - Type of Interval,,255,,Missing,,,,Operational +Code table 4.100 - Type of reference dataset,,0,,Analysis,,,,Operational +Code table 4.100 - Type of reference dataset,,1,,Forecast,,,,Operational +Code table 4.100 - Type of reference dataset,,2,,Reforecast (Hindcast),,,,Operational +Code table 4.100 - Type of reference dataset,,3,,Reanalysis,,,,Operational +Code table 4.100 - Type of reference dataset,,4,,Climate projection,,,,Operational +Code table 4.100 - Type of reference dataset,,5,,Gridded observations,,,,Operational +Code table 4.100 - Type of reference dataset,,6-191,,Reserved,,,,Operational +Code table 4.100 - Type of reference dataset,,192-254,,Reserved for local use,,,,Operational +Code table 4.100 - Type of reference dataset,,255,,Missing,,,,Operational +Code table 4.101 - Type of relationship to reference dataset,,0,,Anomaly,(see Note 1),135,,Operational +Code table 4.101 - Type of relationship to reference dataset,,1,,Standardized anomaly,(see Note 1),135,,Operational +Code table 4.101 - Type of relationship to reference dataset,,2,,Significance (Wilcoxon-Mann-Whitney),(see Note 2),136,,Operational +Code table 4.101 - Type of relationship to reference dataset,,3,,Climatology,,,,Operational +Code table 4.101 - Type of relationship to reference dataset,,4-19,,Reserved,,,,Operational +Code table 4.101 - Type of relationship to reference dataset,,20,,Extreme Forecast Index (EFI),(see Note 3),137,,Operational +Code table 4.101 - Type of relationship to reference dataset,,21,,Shift of Tails (SOT),(see Note 4),138,,Operational +Code table 4.101 - Type of relationship to reference dataset,,22,,Anomaly of probabilities,(see Note 5),148,,Operational +Code table 4.101 - Type of relationship to reference dataset,,23,,Standardized Drought Index,(see Note 6),147,,Operational +Code table 4.101 - Type of relationship to reference dataset,,24-191,,Reserved,,,,Operational +Code table 4.101 - Type of relationship to reference dataset,,192-254,,Reserved for local use,,,,Operational +Code table 4.101 - Type of relationship to reference dataset,,255,,Missing,,,,Operational +Code table 4.102 - Statistical processing of reference period,,0,,Average,,,,Operational +Code table 4.102 - Statistical processing of reference period,,1,,Accumulation,,,,Operational +Code table 4.102 - Statistical processing of reference period,,2,,Maximum,,,,Operational +Code table 4.102 - Statistical processing of reference period,,3,,Minimum,,,,Operational +Code table 4.102 - Statistical processing of reference period,,4,,Median,,,,Operational +Code table 4.102 - Statistical processing of reference period,,5-19,,Reserved,,,,Operational +Code table 4.102 - Statistical processing of reference period,,20,,Model Climate,,,,Operational +Code table 4.102 - Statistical processing of reference period,,21,,Index based on normal distribution,,,,Operational +Code table 4.102 - Statistical processing of reference period,,22,,Index based on log-normal distribution,,,,Operational +Code table 4.102 - Statistical processing of reference period,,23,,Index based on generalised log-normal distribution,,,,Operational +Code table 4.102 - Statistical processing of reference period,,24,,Index based on gamma distribution,,,,Operational +Code table 4.102 - Statistical processing of reference period,,25,,Index based on logistic distribution,,,,Operational +Code table 4.102 - Statistical processing of reference period,,26,,Index based on log-logistic distribution,,,,Operational +Code table 4.102 - Statistical processing of reference period,,27,,Index based on generalised logistic distribution,,,,Operational +Code table 4.102 - Statistical processing of reference period,,28,,Index based on Weibull distribution,,,,Operational +Code table 4.102 - Statistical processing of reference period,,29,,Index based on generalised extreme value distribution,,,,Operational +Code table 4.102 - Statistical processing of reference period,,30,,Index based on Pearson III distribution,,,,Operational +Code table 4.102 - Statistical processing of reference period,,31,,Index based on empirical distribution,,,,Operational +Code table 4.102 - Statistical processing of reference period,,32-191,,Reserved,,,,Operational +Code table 4.102 - Statistical processing of reference period,,192-254,,Reserved for local use,,,,Operational +Code table 4.102 - Statistical processing of reference period,,255,,Missing,,,,Operational +Code table 4.103 - Spatial vicinity type,,0,,Circle [m],(see Note),152,,Operational +Code table 4.103 - Spatial vicinity type,,1,,"Rectangle [m,m]",(see Note),152,,Operational +Code table 4.103 - Spatial vicinity type,,2,,Square [m],(see Note),152,,Operational +Code table 4.103 - Spatial vicinity type,,3,,"Wedge [m, degree, degree]",(see Note),152,,Operational +Code table 4.103 - Spatial vicinity type,,4,,"Span of grid boxes centered around grid box i,j [x,y]",(see Note),152,,Operational +Code table 4.103 - Spatial vicinity type,,5-191,,Reserved,,,,Operational +Code table 4.103 - Spatial vicinity type,,192-254,,Reserved for local use,,,,Operational +Code table 4.103 - Spatial vicinity type,,255,,Missing,,,,Operational +Code table 4.104 - Spatial and temporal vicinity processing,,0,,Average,,,,Operational +Code table 4.104 - Spatial and temporal vicinity processing,,1,,Reserved,,,,Operational +Code table 4.104 - Spatial and temporal vicinity processing,,2,,Maximum,,,,Operational +Code table 4.104 - Spatial and temporal vicinity processing,,3,,Minimum,,,,Operational +Code table 4.104 - Spatial and temporal vicinity processing,,4,,Range,,,,Operational +Code table 4.104 - Spatial and temporal vicinity processing,,5,,Reserved,,,,Operational +Code table 4.104 - Spatial and temporal vicinity processing,,6,,Standard deviation,,,,Operational +Code table 4.104 - Spatial and temporal vicinity processing,,7-10,,Reserved,,,,Operational +Code table 4.104 - Spatial and temporal vicinity processing,,11,,Sum,,,,Operational +Code table 4.104 - Spatial and temporal vicinity processing,,12-189,,Reserved,,,,Operational +Code table 4.104 - Spatial and temporal vicinity processing,,190,,Quantile,(see Note),153,,Opertional +Code table 4.104 - Spatial and temporal vicinity processing,,191,,Categorical (boolean),,,,Operational +Code table 4.104 - Spatial and temporal vicinity processing,,192-254,,Reserved for local use,,,,Operational +Code table 4.104 - Spatial and temporal vicinity processing,,255,,Missing,,,,Operational +Code table 4.105 - Spatial and temporal vicinity missing data,,0,,Ignore missing data,,,,Operational +Code table 4.105 - Spatial and temporal vicinity missing data,,1,,No data,,,,Operational +Code table 4.105 - Spatial and temporal vicinity missing data,,2-189,,Reserved,,,,Operational +Code table 4.105 - Spatial and temporal vicinity missing data,,192-254,,Reserved for local use,,,,Operational +Code table 4.105 - Spatial and temporal vicinity missing data,,255,,Missing,,,,Operational +Code table 4.201 - Precipitation type,,0,,No precipitation,,,,Operational +Code table 4.201 - Precipitation type,,1,,Rain,,,,Operational +Code table 4.201 - Precipitation type,,2,,Thunderstorm,,,,Operational +Code table 4.201 - Precipitation type,,3,,Freezing rain,,,,Operational +Code table 4.201 - Precipitation type,,4,,Mixed/ice,,,,Operational +Code table 4.201 - Precipitation type,,5,,Snow,,,,Operational +Code table 4.201 - Precipitation type,,6,,Wet snow,,,,Operational +Code table 4.201 - Precipitation type,,7,,Mixture of rain and snow,,,,Operational +Code table 4.201 - Precipitation type,,8,,Ice pellets,,,,Operational +Code table 4.201 - Precipitation type,,9,,Graupel,,,,Operational +Code table 4.201 - Precipitation type,,10,,Hail,,,,Operational +Code table 4.201 - Precipitation type,,11,,Drizzle,,,,Operational +Code table 4.201 - Precipitation type,,12,,Freezing drizzle,,,,Operational +Code table 4.201 - Precipitation type,,13-191,,Reserved,,,,Operational +Code table 4.201 - Precipitation type,,192-254,,Reserved for local use,,,,Operational +Code table 4.201 - Precipitation type,,255,,Missing,,,,Operational +Code table 4.202 - Precipitable water category,,0-191,,Reserved,,,,Operational +Code table 4.202 - Precipitable water category,,192-254,,Reserved for local use,,,,Operational +Code table 4.202 - Precipitable water category,,255,,Missing,,,,Operational +Code table 4.203 - Cloud type,,0,,Clear,,,,Operational +Code table 4.203 - Cloud type,,1,,Cumulonimbus,,,,Operational +Code table 4.203 - Cloud type,,2,,Stratus,,,,Operational +Code table 4.203 - Cloud type,,3,,Stratocumulus,,,,Operational +Code table 4.203 - Cloud type,,4,,Cumulus,,,,Operational +Code table 4.203 - Cloud type,,5,,Altostratus,,,,Operational +Code table 4.203 - Cloud type,,6,,Nimbostratus,,,,Operational +Code table 4.203 - Cloud type,,7,,Altocumulus,,,,Operational +Code table 4.203 - Cloud type,,8,,Cirrostratus,,,,Operational +Code table 4.203 - Cloud type,,9,,Cirrocumulus,,,,Operational +Code table 4.203 - Cloud type,,10,,Cirrus,,,,Operational +Code table 4.203 - Cloud type,,11,,Cumulonimbus - ground-based fog beneath the lowest layer,,,,Operational +Code table 4.203 - Cloud type,,12,,Stratus - ground-based fog beneath the lowest layer,,,,Operational +Code table 4.203 - Cloud type,,13,,Stratocumulus - ground-based fog beneath the lowest layer,,,,Operational +Code table 4.203 - Cloud type,,14,,Cumulus - ground-based fog beneath the lowest layer,,,,Operational +Code table 4.203 - Cloud type,,15,,Altostratus - ground-based fog beneath the lowest layer,,,,Operational +Code table 4.203 - Cloud type,,16,,Nimbostratus - ground-based fog beneath the lowest layer,,,,Operational +Code table 4.203 - Cloud type,,17,,Altocumulus - ground-based fog beneath the lowest layer,,,,Operational +Code table 4.203 - Cloud type,,18,,Cirrostratus - ground-based fog beneath the lowest layer,,,,Operational +Code table 4.203 - Cloud type,,19,,Cirrocumulus - ground-based fog beneath the lowest layer,,,,Operational +Code table 4.203 - Cloud type,,20,,Cirrus - ground-based fog beneath the lowest layer,,,,Operational +Code table 4.203 - Cloud type,,21-190,,Reserved,,,,Operational +Code table 4.203 - Cloud type,,191,,Unknown,,,,Operational +Code table 4.203 - Cloud type,,192-254,,Reserved for local use,,,,Operational +Code table 4.203 - Cloud type,,255,,Missing,,,,Operational +Code table 4.204 - Thunderstorm coverage,,0,,None,,,,Operational +Code table 4.204 - Thunderstorm coverage,,1,,Isolated (1-2%),,,,Operational +Code table 4.204 - Thunderstorm coverage,,2,,Few (3-5%),,,,Operational +Code table 4.204 - Thunderstorm coverage,,3,,Scattered (6-45%),,,,Operational +Code table 4.204 - Thunderstorm coverage,,4,,Numerous (> 45%),,,,Operational +Code table 4.204 - Thunderstorm coverage,,5-191,,Reserved,,,,Operational +Code table 4.204 - Thunderstorm coverage,,192-254,,Reserved for local use,,,,Operational +Code table 4.204 - Thunderstorm coverage,,255,,Missing,,,,Operational +Code table 4.205 - Presence of aerosol,,0,,Aerosol not present,,,,Operational +Code table 4.205 - Presence of aerosol,,1,,Aerosol present,,,,Operational +Code table 4.205 - Presence of aerosol,,2-191,,Reserved,,,,Operational +Code table 4.205 - Presence of aerosol,,192-254,,Reserved for local use,,,,Operational +Code table 4.205 - Presence of aerosol,,255,,Missing,,,,Operational +Code table 4.206 - Volcanic ash,,0,,Not present,,,,Operational +Code table 4.206 - Volcanic ash,,1,,Present,,,,Operational +Code table 4.206 - Volcanic ash,,2-191,,Reserved,,,,Operational +Code table 4.206 - Volcanic ash,,192-254,,Reserved for local use,,,,Operational +Code table 4.206 - Volcanic ash,,255,,Missing,,,,Operational +Code table 4.207 - Icing,,0,,None,,,,Operational +Code table 4.207 - Icing,,1,,Light,,,,Operational +Code table 4.207 - Icing,,2,,Moderate,,,,Operational +Code table 4.207 - Icing,,3,,Severe,,,,Operational +Code table 4.207 - Icing,,4,,Trace,,,,Operational +Code table 4.207 - Icing,,5,,Heavy,,,,Operational +Code table 4.207 - Icing,,6-191,,Reserved,,,,Operational +Code table 4.207 - Icing,,192-254,,Reserved for local use,,,,Operational +Code table 4.207 - Icing,,255,,Missing,,,,Operational +Code table 4.208 - Turbulence,,0,,None (smooth),,,,Operational +Code table 4.208 - Turbulence,,1,,Light,,,,Operational +Code table 4.208 - Turbulence,,2,,Moderate,,,,Operational +Code table 4.208 - Turbulence,,3,,Severe,,,,Operational +Code table 4.208 - Turbulence,,4,,Extreme,,,,Operational +Code table 4.208 - Turbulence,,5-191,,Reserved,,,,Operational +Code table 4.208 - Turbulence,,192-254,,Reserved for local use,,,,Operational +Code table 4.208 - Turbulence,,255,,Missing,,,,Operational +Code table 4.209 - Planetary boundary-layer regime,,0,,Reserved,,,,Operational +Code table 4.209 - Planetary boundary-layer regime,,1,,Stable,,,,Operational +Code table 4.209 - Planetary boundary-layer regime,,2,,Mechanically driven turbulence,,,,Operational +Code table 4.209 - Planetary boundary-layer regime,,3,,Forced convection,,,,Operational +Code table 4.209 - Planetary boundary-layer regime,,4,,Free convection,,,,Operational +Code table 4.209 - Planetary boundary-layer regime,,5-191,,Reserved,,,,Operational +Code table 4.209 - Planetary boundary-layer regime,,192-254,,Reserved for local use,,,,Operational +Code table 4.209 - Planetary boundary-layer regime,,255,,Missing,,,,Operational +Code table 4.210 - Contrail intensity,,0,,Contrail not present,,,,Operational +Code table 4.210 - Contrail intensity,,1,,Contrail present,,,,Operational +Code table 4.210 - Contrail intensity,,2-191,,Reserved,,,,Operational +Code table 4.210 - Contrail intensity,,192-254,,Reserved for local use,,,,Operational +Code table 4.210 - Contrail intensity,,255,,Missing,,,,Operational +Code table 4.211 - Contrail engine type,,0,,Low bypass,,,,Operational +Code table 4.211 - Contrail engine type,,1,,High bypass,,,,Operational +Code table 4.211 - Contrail engine type,,2,,Non-bypass,,,,Operational +Code table 4.211 - Contrail engine type,,3-191,,Reserved,,,,Operational +Code table 4.211 - Contrail engine type,,192-254,,Reserved for local use,,,,Operational +Code table 4.211 - Contrail engine type,,255,,Missing,,,,Operational +Code table 4.212 - Land use,,0,,Reserved,,,,Operational +Code table 4.212 - Land use,,1,,Urban land,,,,Operational +Code table 4.212 - Land use,,2,,Agriculture,,,,Operational +Code table 4.212 - Land use,,3,,Range land,,,,Operational +Code table 4.212 - Land use,,4,,Deciduous forest,,,,Operational +Code table 4.212 - Land use,,5,,Coniferous forest,,,,Operational +Code table 4.212 - Land use,,6,,Forest/wetland,,,,Operational +Code table 4.212 - Land use,,7,,Water,,,,Operational +Code table 4.212 - Land use,,8,,Wetlands,,,,Operational +Code table 4.212 - Land use,,9,,Desert,,,,Operational +Code table 4.212 - Land use,,10,,Tundra,,,,Operational +Code table 4.212 - Land use,,11,,Ice,,,,Operational +Code table 4.212 - Land use,,12,,Tropical forest,,,,Operational +Code table 4.212 - Land use,,13,,Savannah,,,,Operational +Code table 4.212 - Land use,,14-191,,Reserved,,,,Operational +Code table 4.212 - Land use,,192-254,,Reserved for local use,,,,Operational +Code table 4.212 - Land use,,255,,Missing,,,,Operational +Code table 4.213 - Soil type,,0,,Reserved,,,,Operational +Code table 4.213 - Soil type,,1,,Sand,,,,Operational +Code table 4.213 - Soil type,,2,,Loamy sand,,,,Operational +Code table 4.213 - Soil type,,3,,Sandy loam,,,,Operational +Code table 4.213 - Soil type,,4,,Silt loam,,,,Operational +Code table 4.213 - Soil type,,5,,Organic (redefined),,,,Operational +Code table 4.213 - Soil type,,6,,Sandy clay loam,,,,Operational +Code table 4.213 - Soil type,,7,,Silt clay loam,,,,Operational +Code table 4.213 - Soil type,,8,,Clay loam,,,,Operational +Code table 4.213 - Soil type,,9,,Sandy clay,,,,Operational +Code table 4.213 - Soil type,,10,,Silty clay,,,,Operational +Code table 4.213 - Soil type,,11,,Clay,,,,Operational +Code table 4.213 - Soil type,,12-191,,Reserved,,,,Operational +Code table 4.213 - Soil type,,192-254,,Reserved for local use,,,,Operational +Code table 4.213 - Soil type,,255,,Missing,,,,Operational +Code table 4.214 - Environmental Factor Qualifier,,0,,Worst,,,,Operational +Code table 4.214 - Environmental Factor Qualifier,,1,,Very poor,,,,Operational +Code table 4.214 - Environmental Factor Qualifier,,2,,Poor,,,,Operational +Code table 4.214 - Environmental Factor Qualifier,,3,,Average,,,,Operational +Code table 4.214 - Environmental Factor Qualifier,,4,,Good,,,,Operational +Code table 4.214 - Environmental Factor Qualifier,,5,,Excellent,,,,Operational +Code table 4.214 - Environmental Factor Qualifier,,6-190,,Reserved,,,,Operational +Code table 4.214 - Environmental Factor Qualifier,,191,,Unknown,,,,Operational +Code table 4.214 - Environmental Factor Qualifier,,192-254,,Reserved for local use,,,,Operational +Code table 4.214 - Environmental Factor Qualifier,,255,,Missing,,,,Operational +Code table 4.215 - Remotely sensed snow coverage,,0-49,,Reserved,,,,Operational +Code table 4.215 - Remotely sensed snow coverage,,50,,No-snow/no-cloud,,,,Operational +Code table 4.215 - Remotely sensed snow coverage,,51-99,,Reserved,,,,Operational +Code table 4.215 - Remotely sensed snow coverage,,100,,Clouds,,,,Operational +Code table 4.215 - Remotely sensed snow coverage,,101-249,,Reserved,,,,Operational +Code table 4.215 - Remotely sensed snow coverage,,250,,Snow,,,,Operational +Code table 4.215 - Remotely sensed snow coverage,,251-254,,Reserved for local use,,,,Operational +Code table 4.215 - Remotely sensed snow coverage,,255,,Missing,,,,Operational +Code table 4.216 - Elevation of snow-covered terrain,,0-90,,Elevation in increments of 100 m,,,,Operational +Code table 4.216 - Elevation of snow-covered terrain,,91-253,,Reserved,,,,Operational +Code table 4.216 - Elevation of snow-covered terrain,,254,,Clouds,,,,Operational +Code table 4.216 - Elevation of snow-covered terrain,,255,,Missing,,,,Operational +Code table 4.217 - Cloud mask type,,0,,Clear over water,,,,Operational +Code table 4.217 - Cloud mask type,,1,,Clear over land,,,,Operational +Code table 4.217 - Cloud mask type,,2,,Cloud,,,,Operational +Code table 4.217 - Cloud mask type,,3,,No data,,,,Operational +Code table 4.217 - Cloud mask type,,4-191,,Reserved,,,,Operational +Code table 4.217 - Cloud mask type,,192-254,,Reserved for local use,,,,Operational +Code table 4.217 - Cloud mask type,,255,,Missing,,,,Operational +Code table 4.218 - Pixel scene type,,0,,No scene identified,,,,Operational +Code table 4.218 - Pixel scene type,,1,,Green needle-leafed forest,,,,Operational +Code table 4.218 - Pixel scene type,,2,,Green broad-leafed forest,,,,Operational +Code table 4.218 - Pixel scene type,,3,,Deciduous needle-leafed forest,,,,Operational +Code table 4.218 - Pixel scene type,,4,,Deciduous broad-leafed forest,,,,Operational +Code table 4.218 - Pixel scene type,,5,,Deciduous mixed forest,,,,Operational +Code table 4.218 - Pixel scene type,,6,,Closed shrub-land,,,,Operational +Code table 4.218 - Pixel scene type,,7,,Open shrub-land,,,,Operational +Code table 4.218 - Pixel scene type,,8,,Woody savannah,,,,Operational +Code table 4.218 - Pixel scene type,,9,,Savannah,,,,Operational +Code table 4.218 - Pixel scene type,,10,,Grassland,,,,Operational +Code table 4.218 - Pixel scene type,,11,,Permanent wetland,,,,Operational +Code table 4.218 - Pixel scene type,,12,,Cropland,,,,Operational +Code table 4.218 - Pixel scene type,,13,,Urban,,,,Operational +Code table 4.218 - Pixel scene type,,14,,Vegetation/crops,,,,Operational +Code table 4.218 - Pixel scene type,,15,,Permanent snow/ice,,,,Operational +Code table 4.218 - Pixel scene type,,16,,Barren desert,,,,Operational +Code table 4.218 - Pixel scene type,,17,,Water bodies,,,,Operational +Code table 4.218 - Pixel scene type,,18,,Tundra,,,,Operational +Code table 4.218 - Pixel scene type,,19,,Warm liquid water cloud,,,,Operational +Code table 4.218 - Pixel scene type,,20,,Supercooled liquid water cloud,,,,Operational +Code table 4.218 - Pixel scene type,,21,,Mixed-phase cloud,,,,Operational +Code table 4.218 - Pixel scene type,,22,,Optically thin ice cloud,,,,Operational +Code table 4.218 - Pixel scene type,,23,,Optically thick ice cloud,,,,Operational +Code table 4.218 - Pixel scene type,,24,,Multilayered cloud,,,,Operational +Code table 4.218 - Pixel scene type,,25-96,,Reserved,,,,Operational +Code table 4.218 - Pixel scene type,,97,,Snow/ice on land,,,,Operational +Code table 4.218 - Pixel scene type,,98,,Snow/ice on water,,,,Operational +Code table 4.218 - Pixel scene type,,99,,Sun-glint,,,,Operational +Code table 4.218 - Pixel scene type,,100,,General cloud,,,,Operational +Code table 4.218 - Pixel scene type,,101,,Low cloud/fog/stratus,,,,Operational +Code table 4.218 - Pixel scene type,,102,,Low cloud/stratocumulus,,,,Operational +Code table 4.218 - Pixel scene type,,103,,Low cloud/unknown type,,,,Operational +Code table 4.218 - Pixel scene type,,104,,Medium cloud/nimbostratus,,,,Operational +Code table 4.218 - Pixel scene type,,105,,Medium cloud/altostratus,,,,Operational +Code table 4.218 - Pixel scene type,,106,,Medium cloud/unknown type,,,,Operational +Code table 4.218 - Pixel scene type,,107,,High cloud/cumulus,,,,Operational +Code table 4.218 - Pixel scene type,,108,,High cloud/cirrus,,,,Operational +Code table 4.218 - Pixel scene type,,109,,High cloud/unknown,,,,Operational +Code table 4.218 - Pixel scene type,,110,,Unknown cloud type,,,,Operational +Code table 4.218 - Pixel scene type,,111,,Single layer water cloud,,,,Operational +Code table 4.218 - Pixel scene type,,112,,Single layer ice cloud,,,,Operational +Code table 4.218 - Pixel scene type,,113-191,,Reserved,,,,Operational +Code table 4.218 - Pixel scene type,,192-254,,Reserved for local use,,,,Operational +Code table 4.218 - Pixel scene type,,255,,Missing,,,,Operational +Code table 4.219 - Cloud top height quality indicator,,0,,Nominal cloud top height quality,,,,Operational +Code table 4.219 - Cloud top height quality indicator,,1,,Fog in segment,,,,Operational +Code table 4.219 - Cloud top height quality indicator,,2,,Poor quality height estimation,,,,Operational +Code table 4.219 - Cloud top height quality indicator,,3,,Fog in segment and poor quality height estimation,,,,Operational +Code table 4.219 - Cloud top height quality indicator,,4-191,,Reserved,,,,Operational +Code table 4.219 - Cloud top height quality indicator,,192-254,,Reserved for local use,,,,Operational +Code table 4.219 - Cloud top height quality indicator,,255,,Missing,,,,Operational +Code table 4.220 - Horizontal dimension processed,,0,,Latitude,,,,Operational +Code table 4.220 - Horizontal dimension processed,,1,,Longitude,,,,Operational +Code table 4.220 - Horizontal dimension processed,,2-191,,Reserved,,,,Operational +Code table 4.220 - Horizontal dimension processed,,192-254,,Reserved for local use,,,,Operational +Code table 4.220 - Horizontal dimension processed,,255,,Missing,,,,Operational +Code table 4.221 - Treatment of missing data,,0,,Not included,,,,Operational +Code table 4.221 - Treatment of missing data,,1,,Extrapolated,,,,Operational +Code table 4.221 - Treatment of missing data,,2-191,,Reserved,,,,Operational +Code table 4.221 - Treatment of missing data,,192-254,,Reserved for local use,,,,Operational +Code table 4.221 - Treatment of missing data,,255,,Missing,,,,Operational +Code table 4.222 - Categorical result,,0,,No,,,,Operational +Code table 4.222 - Categorical result,,1,,Yes,,,,Operational +Code table 4.222 - Categorical result,,2-191,,Reserved,,,,Operational +Code table 4.222 - Categorical result,,192-254,,Reserved for local use,,,,Operational +Code table 4.222 - Categorical result,,255,,Missing,,,,Operational +Code table 4.223 - Fire detection indicator,,0,,No fire detected,,,,Operational +Code table 4.223 - Fire detection indicator,,1,,Possible fire detected,,,,Operational +Code table 4.223 - Fire detection indicator,,2,,Probable fire detected,,,,Operational +Code table 4.223 - Fire detection indicator,,3,,Missing,,,,Operational +Code table 4.224 - Categorical outlook,,0,,No risk area,,,,Operational +Code table 4.224 - Categorical outlook,,1,,Reserved,,,,Operational +Code table 4.224 - Categorical outlook,,2,,General thunderstorm risk area,,,,Operational +Code table 4.224 - Categorical outlook,,3,,Reserved,,,,Operational +Code table 4.224 - Categorical outlook,,4,,Slight risk area,,,,Operational +Code table 4.224 - Categorical outlook,,5,,Reserved,,,,Operational +Code table 4.224 - Categorical outlook,,6,,Moderate risk area,,,,Operational +Code table 4.224 - Categorical outlook,,7,,Reserved,,,,Operational +Code table 4.224 - Categorical outlook,,8,,High risk area,,,,Operational +Code table 4.224 - Categorical outlook,,9-10,,Reserved,,,,Operational +Code table 4.224 - Categorical outlook,,11,,Dry thunderstorm (dry lightning) risk area,,,,Operational +Code table 4.224 - Categorical outlook,,12-13,,Reserved,,,,Operational +Code table 4.224 - Categorical outlook,,14,,Critical risk area,,,,Operational +Code table 4.224 - Categorical outlook,,15-17,,Reserved,,,,Operational +Code table 4.224 - Categorical outlook,,18,,Extremely critical risk area,,,,Operational +Code table 4.224 - Categorical outlook,,19-254,,Reserved,,,,Operational +Code table 4.224 - Categorical outlook,,255,,Missing,,,,Operational +Code table 4.225 - Weather,,,,(see FM 94 BUFR/FM 95 CREX Code table 0 20 003 - Present weather),,,,Operational +Code table 4.227 - Icing scenario (weather/cloud classification),,0,,None,,,,Operational +Code table 4.227 - Icing scenario (weather/cloud classification),,1,,General,,,,Operational +Code table 4.227 - Icing scenario (weather/cloud classification),,2,,Convective,,,,Operational +Code table 4.227 - Icing scenario (weather/cloud classification),,3,,Stratiform,,,,Operational +Code table 4.227 - Icing scenario (weather/cloud classification),,4,,Freezing,,,,Operational +Code table 4.227 - Icing scenario (weather/cloud classification),,5-191,,Reserved,,,,Operational +Code table 4.227 - Icing scenario (weather/cloud classification),,192-254,,Reserved for local use,,,,Operational +Code table 4.227 - Icing scenario (weather/cloud classification),,255,,Missing value,,,,Operational +Code table 4.228 - Icing severity,,0,,None,,,,Operational +Code table 4.228 - Icing severity,,1,,Trace,,,,Operational +Code table 4.228 - Icing severity,,2,,Light,,,,Operational +Code table 4.228 - Icing severity,,3,,Moderate,,,,Operational +Code table 4.228 - Icing severity,,4,,Severe,,,,Operational +Code table 4.228 - Icing severity,,5-254,,Reserved,,,,Operational +Code table 4.228 - Icing severity,,255,,Missing value,,,,Operational +Code table 4.230 - Atmospheric chemical constituent type,,,,(See Common Code table C-14),,,,Operational +Code table 4.233 - Aerosol type,,,,(See Common Code table C-14),,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,1,,"Crops, mixed farming",,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,2,,Short grass,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,3,,Evergreen needleleaf trees,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,4,,Deciduous needleleaf trees,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,5,,Deciduous broadleaf trees,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,6,,Evergreen broadleaf trees,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,7,,Tall grass,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,8,,Desert,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,9,,Tundra,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,10,,Irrigated crops,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,11,,Semidesert,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,12,,Ice caps and glaciers,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,13,,Bogs and marshes,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,14,,Inland water,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,15,,Ocean,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,16,,Evergreen shrubs,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,17,,Deciduous shrubs,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,18,,Mixed forest,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,19,,Interrupted forest,,,,Operational +Code table 4.234 - Canopy cover fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,20,,Water and land mixtures,,,,Operational +Code table 4.236 - Soil texture fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,1,,Coarse,,,,Operational +Code table 4.236 - Soil texture fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,2,,Medium,,,,Operational +Code table 4.236 - Soil texture fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,3,,Medium-fine,,,,Operational +Code table 4.236 - Soil texture fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,4,,Fine,,,,Operational +Code table 4.236 - Soil texture fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,5,,Very-fine,,,,Operational +Code table 4.236 - Soil texture fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,6,,Organic,,,,Operational +Code table 4.236 - Soil texture fraction (to be used as partitioned parameter in product definition template 4.53 or 4.54),,7,,Tropical-organic,,,,Operational +Code table 4.238 - Source or sink,,0,,Other,,,,Operational +Code table 4.238 - Source or sink,,1,,Aviation,,,,Operational +Code table 4.238 - Source or sink,,2,,Lightning,,,,Operational +Code table 4.238 - Source or sink,,3,,Biogenic sources,,,,Operational +Code table 4.238 - Source or sink,,4,,Anthropogenic sources,,,,Operational +Code table 4.238 - Source or sink,,5,,Wild fires,,,,Operational +Code table 4.238 - Source or sink,,6,,Natural sources,,,,Operational +Code table 4.238 - Source or sink,,7,,Volcanoes,,,,Operational +Code table 4.238 - Source or sink,,8,,Bio-fuel,,,,Operational +Code table 4.238 - Source or sink,,9,,Fossil-fuel,,,,Operational +Code table 4.238 - Source or sink,,10,,Wetlands,,,,Operational +Code table 4.238 - Source or sink,,11,,Oceans,,,,Operational +Code table 4.238 - Source or sink,,12,,Elevated anthropogenic sources,,,,Operational +Code table 4.238 - Source or sink,,13,,Surface anthropogenic sources,,,,Operational +Code table 4.238 - Source or sink,,14,,Agriculture livestock,,,,Operational +Code table 4.238 - Source or sink,,15,,Agriculture soils,,,,Operational +Code table 4.238 - Source or sink,,16,,Agriculture waste burning,,,,Operational +Code table 4.238 - Source or sink,,17,,Agriculture (all),,,,Operational +Code table 4.238 - Source or sink,,18,,"Residential, commercial and other combustion",,,,Operational +Code table 4.238 - Source or sink,,19,,Power generation,,,,Operational +Code table 4.238 - Source or sink,,20,,Super power stations,,,,Operational +Code table 4.238 - Source or sink,,21,,Fugitives,,,,Operational +Code table 4.238 - Source or sink,,22,,Industrial process,,,,Operational +Code table 4.238 - Source or sink,,23,,Solvents,,,,Operational +Code table 4.238 - Source or sink,,24,,Ships,,,,Operational +Code table 4.238 - Source or sink,,25,,Wastes (solid and water),,,,Operational +Code table 4.238 - Source or sink,,26,,Road transportation,,,,Operational +Code table 4.238 - Source or sink,,27,,Off-road transportation,,,,Operational +Code table 4.238 - Source or sink,,28,,Nuclear power plant,,,,Operational +Code table 4.238 - Source or sink,,29,,Nuclear weapon,,,,Operational +Code table 4.238 - Source or sink,,30-191,,Reserved,,,,Operational +Code table 4.238 - Source or sink,,192-254,,Reserved for local use,,,,Operational +Code table 4.238 - Source or sink,,255,,Missing,,,,Operational +Code table 4.239 - Wetland Type,,0,,Reserved,,,,Operational +Code table 4.239 - Wetland Type,,1,,Bog,,,,Operational +Code table 4.239 - Wetland Type,,2,,Drained,,,,Operational +Code table 4.239 - Wetland Type,,3,,Fen,,,,Operational +Code table 4.239 - Wetland Type,,4,,Floodplain,,,,Operational +Code table 4.239 - Wetland Type,,5,,Mangrove,,,,Operational +Code table 4.239 - Wetland Type,,6,,Marsh,,,,Operational +Code table 4.239 - Wetland Type,,7,,Rice,,,,Operational +Code table 4.239 - Wetland Type,,8,,Riverine,,,,Operational +Code table 4.239 - Wetland Type,,9,,Salt marsh,,,,Operational +Code table 4.239 - Wetland Type,,10,,Swamp,,,,Operational +Code table 4.239 - Wetland Type,,11,,Upland,,,,Operational +Code table 4.239 - Wetland Type,,12,,Wet tundra,,,,Operational +Code table 4.239 - Wetland Type,,13-191,,Reserved,,,,Operational +Code table 4.239 - Wetland Type,,192-254,,Reserved for local use,,,,Operational +Code table 4.239 - Wetland Type,,255,,Missing,,,,Operational +Code table 4.240 - Type of distribution function,,0,,No specific distribution function given,,,,Operational +Code table 4.240 - Type of distribution function,,1,,Delta functions with spatially variable concentration and fixed diameters Dl (p1) in metre,(see Note 1),122,,Operational +Code table 4.240 - Type of distribution function,,2,,Delta functions with spatially variable concentration and fixed masses Ml (p1) in kg,(see Note 2),122,,Operational +Code table 4.240 - Type of distribution function,,3,,Gaussian (normal) distribution with spatially variable concentration and fixed mean diameter Dl (p1) and variance σ (p2),(see Note 3),122,,Operational +Code table 4.240 - Type of distribution function,,4,,"Gaussian (normal) distribution with spatially variable concentration, mean diameter and variance",(see Note 4),122,,Operational +Code table 4.240 - Type of distribution function,,5,,"Log-normal distribution with spatially variable number density, mean diameter and variance",(see Note 5),122,,Operational +Code table 4.240 - Type of distribution function,,6,,"Log-normal distribution with spatially variable number density, mean diameter and fixed variance σ (p1)",(see Note 6),122,,Operational +Code table 4.240 - Type of distribution function,,7,,Log-normal distribution with spatially variable number density and mass density and fixed variance σ (p1) and fixed particle density ρ (p2),(see Note 7),122,,Operational +Code table 4.240 - Type of distribution function,,8,,No distribution function. The encoded variable is derived from variables characterized by type of distribution function of type No. 7 (see above) with fixed variance σ (p1) and fixed particle density ρ (p2),,,,Operational +Code table 4.240 - Type of distribution function,,9-49151,,Reserved,,,,Operational +Code table 4.240 - Type of distribution function,,49152-65534,,Reserved for local use,,,,Operational +Code table 4.240 - Type of distribution function,,65535,,Missing value,,,,Operational +Code table 4.241 - Coverage attributes,,0,,Undefined,,,,Operational +Code table 4.241 - Coverage attributes,,1,,Unmodified,,,,Operational +Code table 4.241 - Coverage attributes,,2,,Snow covered,,,,Operational +Code table 4.241 - Coverage attributes,,3,,Flooded,,,,Operational +Code table 4.241 - Coverage attributes,,4,,Ice covered,,,,Operational +Code table 4.241 - Coverage attributes,,5,,With intercepted water,,,,Operational +Code table 4.241 - Coverage attributes,,6,,With intercepted snow,,,,Operational +Code table 4.241 - Coverage attributes,,7,,Aggregated,,,,Operational +Code table 4.241 - Coverage attributes,,8-191,,Reserved,,,,Operational +Code table 4.241 - Coverage attributes,,192-254,,Reserved for local use,,,,Operational +Code table 4.241 - Coverage attributes,,255,,Missing value,,,,Operational +Code table 4.242 - Tile classification,,0,,Reserved,,,,Operational +Code table 4.242 - Tile classification,,1,,Land use classes according to ESA-GlobCover GCV2009,,,,Operational +Code table 4.242 - Tile classification,,2,,Land use classes according to European Commission-Global Land Cover Project GLC2000,,,,Operational +Code table 4.242 - Tile classification,,3,,Land use classes according to ECOCLIMAP,,,,Operational +Code table 4.242 - Tile classification,,4,,Land use classes according to ECOCLIMAP-SG,,,,Operational +Code table 4.242 - Tile classification,,5,,Land use classes according to USGS EROS Global Land Cover Characterization (GLCC) v2.0 BATS Classification,,,,Operational +Code table 4.242 - Tile classification,,6-191,,Reserved,,,,Operational +Code table 4.242 - Tile classification,,192-254,,Reserved for local use,,,,Operational +Code table 4.242 - Tile classification,,255,,Missing value,,,,Operational +Code table 4.243 - Tile class,,0,,Reserved,,,,Operational +Code table 4.243 - Tile class,,1,,Evergreen broadleaved forest,,,,Operational +Code table 4.243 - Tile class,,2,,Deciduous broadleaved closed forest,,,,Operational +Code table 4.243 - Tile class,,3,,Deciduous broadleaved open forest,,,,Operational +Code table 4.243 - Tile class,,4,,Evergreen needle-leaf forest,,,,Operational +Code table 4.243 - Tile class,,5,,Deciduous needle-leaf forest,,,,Operational +Code table 4.243 - Tile class,,6,,Mixed leaf trees,,,,Operational +Code table 4.243 - Tile class,,7,,Freshwater flooded trees,,,,Operational +Code table 4.243 - Tile class,,8,,Saline water flooded trees,,,,Operational +Code table 4.243 - Tile class,,9,,Mosaic tree/natural vegetation,,,,Operational +Code table 4.243 - Tile class,,10,,Burnt tree cover,,,,Operational +Code table 4.243 - Tile class,,11,,Evergreen shrubs closed-open,,,,Operational +Code table 4.243 - Tile class,,12,,Deciduous shrubs closed-open,,,,Operational +Code table 4.243 - Tile class,,13,,Herbaceous vegetation closed-open,,,,Operational +Code table 4.243 - Tile class,,14,,Sparse herbaceous or grass,,,,Operational +Code table 4.243 - Tile class,,15,,Flooded shrubs or herbaceous,,,,Operational +Code table 4.243 - Tile class,,16,,Cultivated and managed areas,,,,Operational +Code table 4.243 - Tile class,,17,,Mosaic crop/tree/natural vegetation,,,,Operational +Code table 4.243 - Tile class,,18,,Mosaic crop/shrub/grass,,,,Operational +Code table 4.243 - Tile class,,19,,Bare areas,,,,Operational +Code table 4.243 - Tile class,,20,,Water,,,,Operational +Code table 4.243 - Tile class,,21,,Snow and ice,,,,Operational +Code table 4.243 - Tile class,,22,,Artificial surface,,,,Operational +Code table 4.243 - Tile class,,23,,Ocean,,,,Operational +Code table 4.243 - Tile class,,24,,Irrigated croplands,,,,Operational +Code table 4.243 - Tile class,,25,,Rainfed croplands,,,,Operational +Code table 4.243 - Tile class,,26,,Mosaic cropland (50-70%) - vegetation (20-50%),,,,Operational +Code table 4.243 - Tile class,,27,,Mosaic vegetation (50-70%) - cropland (20-50%),,,,Operational +Code table 4.243 - Tile class,,28,,Closed broadleaved evergreen forest,,,,Operational +Code table 4.243 - Tile class,,29,,Closed needle-leaved evergreen forest,,,,Operational +Code table 4.243 - Tile class,,30,,Open needle-leaved deciduous forest,,,,Operational +Code table 4.243 - Tile class,,31,,Mixed broadleaved and needle-leaved forest,,,,Operational +Code table 4.243 - Tile class,,32,,Mosaic shrubland (50-70%) - grassland (20-50%),,,,Operational +Code table 4.243 - Tile class,,33,,Mosaic grassland (50-70%) - shrubland (20-50%),,,,Operational +Code table 4.243 - Tile class,,34,,Closed to open shrubland,,,,Operational +Code table 4.243 - Tile class,,35,,Sparse vegetation,,,,Operational +Code table 4.243 - Tile class,,36,,Closed to open forest regularly flooded,,,,Operational +Code table 4.243 - Tile class,,37,,Closed forest or shrubland permanently flooded,,,,Operational +Code table 4.243 - Tile class,,38,,Closed to open grassland regularly flooded,,,,Operational +Code table 4.243 - Tile class,,39,,Undefined,,,,Operational +Code table 4.243 - Tile class,,40-32767,,Reserved,,,,Operational +Code table 4.243 - Tile class,,32768-,,Reserved for local use,,,,Operational +Code table 4.244 - Quality indicator,,0,,No quality information available,,,,Operational +Code table 4.244 - Quality indicator,,1,,Failed,,,,Operational +Code table 4.244 - Quality indicator,,2,,Passed,,,,Operational +Code table 4.244 - Quality indicator,,3-191,,Reserved,,,,Operational +Code table 4.244 - Quality indicator,,192-254,,Reserved for local use,,,,Operational +Code table 4.244 - Quality indicator,,255,,Missing,,,,Operational +Code table 4.246 - Thunderstorm intensity,,0,,No thunderstorm occurrence,,,,Operational +Code table 4.246 - Thunderstorm intensity,,1,,Weak thunderstorm,,,,Operational +Code table 4.246 - Thunderstorm intensity,,2,,Moderate thunderstorm,,,,Operational +Code table 4.246 - Thunderstorm intensity,,3,,Severe thunderstorm,,,,Operational +Code table 4.246 - Thunderstorm intensity,,4-254,,Reserved,,,,Operational +Code table 4.246 - Thunderstorm intensity,,255,,Missing,,,,Operational +Code table 4.247 - Precipitation intensity,,0,,No precipitation occurrence,,,,Operational +Code table 4.247 - Precipitation intensity,,1,,Light precipitation,,,,Operational +Code table 4.247 - Precipitation intensity,,2,,Moderate precipitation,,,,Operational +Code table 4.247 - Precipitation intensity,,3,,Heavy precipitation,,,,Operational +Code table 4.247 - Precipitation intensity,,4-254,,Reserved,,,,Operational +Code table 4.247 - Precipitation intensity,,255,,Missing,,,,Operational +Code table 4.248 - Method used to derive data values for a given local time,,0,,Nearest forecast or analysis time to specified local time,,,,Operational +Code table 4.248 - Method used to derive data values for a given local time,,1,,Interpolated to be valid at the specified local time,,,,Operational +Code table 4.248 - Method used to derive data values for a given local time,,2-191,,Reserved,,,,Operational +Code table 4.248 - Method used to derive data values for a given local time,,192-254,,Reserved for local use,,,,Operational +Code table 4.248 - Method used to derive data values for a given local time,,255,,Missing,,,,Operational +Code table 4.249 - Character of precipitation,,0,,None,,,,Operational +Code table 4.249 - Character of precipitation,,1,,Showers,,,,Operational +Code table 4.249 - Character of precipitation,,2,,Intermittent,,,,Operational +Code table 4.249 - Character of precipitation,,3,,Continuous,,,,Operational +Code table 4.249 - Character of precipitation,,4-254,,Reserved,,,,Operational +Code table 4.249 - Character of precipitation,,255,,Missing,,,,Operational +Code table 4.250 - Drainage direction,,0,,Reserved,,,,Operational +Code table 4.250 - Drainage direction,,1,,South-west,,,,Operational +Code table 4.250 - Drainage direction,,2,,South,,,,Operational +Code table 4.250 - Drainage direction,,3,,South-east,,,,Operational +Code table 4.250 - Drainage direction,,4,,West,,,,Operational +Code table 4.250 - Drainage direction,,5,,No direction,,,,Operational +Code table 4.250 - Drainage direction,,6,,East,,,,Operational +Code table 4.250 - Drainage direction,,7,,North-west,,,,Operational +Code table 4.250 - Drainage direction,,8,,North,,,,Operational +Code table 4.250 - Drainage direction,,9,,North-east,,,,Operational +Code table 4.250 - Drainage direction,,10-191,,Reserved,,,,Operational +Code table 4.250 - Drainage direction,,192-254,,Reserved for local use,,,,Operational +Code table 4.250 - Drainage direction,,255,,Missing,,,,Operational +Code table 4.251 - Wave direction and frequency formulae,,0,,Undefined sequence,,,,Operational +Code table 4.251 - Wave direction and frequency formulae,,1,,Geometric sequence,(see Note 1),159,,Operational +Code table 4.251 - Wave direction and frequency formulae,,2,,Arithmetic sequence,(see Note 2),160,,Operational +Code table 4.251 - Wave direction and frequency formulae,,3-191,,Reserved,,,,Operational +Code table 4.251 - Wave direction and frequency formulae,,192-254,,Reserved for local use,,,,Operational +Code table 4.251 - Wave direction and frequency formulae,,255,,Missing,,,,Operational +Code table 4.252 - Tile classes and groupings,,0,,Reserved,,,,Operational +Code table 4.252 - Tile classes and groupings,,1,SEOC,Seas and oceans,,,,Operational +Code table 4.252 - Tile classes and groupings,,2,INWB,Inland water bodies,,,,Operational +Code table 4.252 - Tile classes and groupings,,3,BARE,Bare areas,,,,Operational +Code table 4.252 - Tile classes and groupings,,4,HIV,High vegetation,,,,Operational +Code table 4.252 - Tile classes and groupings,,5,LOV,Low vegetation,,,,Operational +Code table 4.252 - Tile classes and groupings,,6,URBAN,Urban,,,,Operational +Code table 4.252 - Tile classes and groupings,,7-1000,,Reserved for intercomparison tile classes/groupings,(see Note),139,,Operational +Code table 4.252 - Tile classes and groupings,,1001,SEAO,Sea and oceans,,,,Operational +Code table 4.252 - Tile classes and groupings,,1002,LAKE,Lakes,,,,Operational +Code table 4.252 - Tile classes and groupings,,1003,RIVE,Rivers,,,,Operational +Code table 4.252 - Tile classes and groupings,,1004,NO,Bare land,,,,Operational +Code table 4.252 - Tile classes and groupings,,1005,ROCK,Bare rock,,,,Operational +Code table 4.252 - Tile classes and groupings,,1006,SNOW,Permanent snow,,,,Operational +Code table 4.252 - Tile classes and groupings,,1007,BOBD,Boreal broadleaf deciduous,,,,Operational +Code table 4.252 - Tile classes and groupings,,1008,TEBD,Temperate broadleaf deciduous,,,,Operational +Code table 4.252 - Tile classes and groupings,,1009,TRBD,Tropical broadleaf deciduous,,,,Operational +Code table 4.252 - Tile classes and groupings,,1010,TEBE,Temperate broadleaf evergreen,,,,Operational +Code table 4.252 - Tile classes and groupings,,1011,TRBE,Tropical broadleaf evergreen,,,,Operational +Code table 4.252 - Tile classes and groupings,,1012,BONE,Boreal needleleaf evergreen,,,,Operational +Code table 4.252 - Tile classes and groupings,,1013,TENE,Temperate needleleaf evergreen,,,,Operational +Code table 4.252 - Tile classes and groupings,,1014,BOND,Boreal needleleaf deciduous,,,,Operational +Code table 4.252 - Tile classes and groupings,,1015,SHRB,Shrubs,,,,Operational +Code table 4.252 - Tile classes and groupings,,1016,BOGR,Boreal grassland,,,,Operational +Code table 4.252 - Tile classes and groupings,,1017,GRAS,Temperate grassland,,,,Operational +Code table 4.252 - Tile classes and groupings,,1018,TROG,Tropical grassland,,,,Operational +Code table 4.252 - Tile classes and groupings,,1019,C3W,Winter C3 crops,,,,Operational +Code table 4.252 - Tile classes and groupings,,1020,C3S,Summer C3 crops,,,,Operational +Code table 4.252 - Tile classes and groupings,,1021,C4,C4 crops,,,,Operational +Code table 4.252 - Tile classes and groupings,,1022,FLTR,Flooded trees,,,,Operational +Code table 4.252 - Tile classes and groupings,,1023,FLGR,Flooded grassland,,,,Operational +Code table 4.252 - Tile classes and groupings,,1024,LCZ1,Local climate zone 1: compact high-rise (buildings),,,,Operational +Code table 4.252 - Tile classes and groupings,,1025,LCZ2,Local climate zone 2: compact midrise (buildings),,,,Operational +Code table 4.252 - Tile classes and groupings,,1026,LCZ3,Local climate zone 3: compact low-rise (buildings),,,,Operational +Code table 4.252 - Tile classes and groupings,,1027,LCZ4,Local climate zone 4: open high-rise (buildings),,,,Operational +Code table 4.252 - Tile classes and groupings,,1028,LCZ5,Local climate zone 5: open midrise (buildings),,,,Operational +Code table 4.252 - Tile classes and groupings,,1029,LCZ6,Local climate zone 6: open low-rise (buildings),,,,Operational +Code table 4.252 - Tile classes and groupings,,1030,LCZ7,Local climate zone 7: lightweight low-rise (buildings),,,,Operational +Code table 4.252 - Tile classes and groupings,,1031,LCZ8,Local climate zone 8: large low-rise (buildings),,,,Operational +Code table 4.252 - Tile classes and groupings,,1032,LCZ9,Local climate zone 9: sparsely built (buildings),,,,Operational +Code table 4.252 - Tile classes and groupings,,1033,LCZ10,Local climate zone 10: heavy industry (buildings),,,,Operational +Code table 4.252 - Tile classes and groupings,,1034,TEBDU,Urban temperate broadleaf deciduous,,,,Operational +Code table 4.252 - Tile classes and groupings,,1035,TRBDU,Urban tropical broadleaf deciduous,,,,Operational +Code table 4.252 - Tile classes and groupings,,1036,TEBEU,Urban temperate broadleaf evergreen,,,,Operational +Code table 4.252 - Tile classes and groupings,,1037,TRBEU,Urban tropical broadleaf evergreen,,,,Operational +Code table 4.252 - Tile classes and groupings,,1038,BONEU,Urban boreal needleleaf evergreen,,,,Operational +Code table 4.252 - Tile classes and groupings,,1039,TENEU,Urban temperate needleleaf evergreen,,,,Operational +Code table 4.252 - Tile classes and groupings,,1040,BONDU,Urban boreal needleleaf deciduous,,,,Operational +Code table 4.252 - Tile classes and groupings,,1041-1500,,Reserved for tile class entries for tile models using the ECOCLIMAP-SG land cover survey,(see Note),139,,Operational +Code table 4.252 - Tile classes and groupings,,1501,,Nature grouping (NO + ROCK + SNOW + BOBD + TEBD + TRBD + TEBE + TRBE + BONE + TENE + BOND + SHRB + BOGR + GRAS + TROG + C3W + C3S + C4 + FLTR + FLGR),,,,Operational +Code table 4.252 - Tile classes and groupings,,1502,,Non-forest grouping (NO + ROCK + SNOW + BOGR + GRAS + TROG + C3W + C3S + C4 + FLTR + FLGR),,,,Operational +Code table 4.252 - Tile classes and groupings,,1503,,Forest grouping (BOBD + TEBD + TRBD + TEBE + TRBE + BONE + TENE + BOND + SHRB),,,,Operational +Code table 4.252 - Tile classes and groupings,,1504,,Non-vegetated grouping (NO + ROCK + SNOW),,,,Operational +Code table 4.252 - Tile classes and groupings,,1505,,Trees grouping (BOBD + TEBD + TRBD + TEBE + TRBE + BONE + TENE + BOND + SHRB + FLTR),,,,Operational +Code table 4.252 - Tile classes and groupings,,1506,,Low vegetation grouping (BOGR + GRAS + TROG + C3W + C3S + C4 + FLGR),,,,Operational +Code table 4.252 - Tile classes and groupings,,1507,,Non-flooded low vegetation grouping (BOGR + GRAS + TROG + C3W + C3S + C4),,,,Operational +Code table 4.252 - Tile classes and groupings,,1508,,Crops grouping (C3W + C3S + C4),,,,Operational +Code table 4.252 - Tile classes and groupings,,1509,,Grassland grouping (BOGR + GRAS + TROG),,,,Operational +Code table 4.252 - Tile classes and groupings,,1510,,Bare and rock grouping (NO + ROCK),,,,Operational +Code table 4.252 - Tile classes and groupings,,1511,,C3 crops grouping (C3W + C3S),,,,Operational +Code table 4.252 - Tile classes and groupings,,1512,,Broadleaf forest grouping (BOBD + TEBD + TRBD + TEBE + TRBE + SHRB),,,,Operational +Code table 4.252 - Tile classes and groupings,,1513,,Needleleaf forest grouping (BONE + TENE + BOND),,,,Operational +Code table 4.252 - Tile classes and groupings,,1514,,Deciduous broadleaf forest grouping (BOBD + TEBD + TRBD + TEBE + SHRB),,,,Operational +Code table 4.252 - Tile classes and groupings,,1515,,Temperate grassland grouping (BOGR + GRAS),,,,Operational +Code table 4.252 - Tile classes and groupings,,1516,,Non-forest (no FLTR) grouping (NO + ROCK + SNOW + BOGR + GRAS + TROG + C3W + C3S + C4 + FLGR),,,,Operational +Code table 4.252 - Tile classes and groupings,,1517,,Broadleaf forest (with FLTR) grouping (BOBD + TEBD + TRBD + TEBE + TRBE + SHRB + FLTR),,,,Operational +Code table 4.252 - Tile classes and groupings,,1518,,Broadleaf trees grouping (BOBD + TEBD + TRBD + TEBE + TRBE + FLTR),,,,Operational +Code table 4.252 - Tile classes and groupings,,1519,,C3/C4 grasslands grouping (BOGR + GRAS + FLGR),,,,Operational +Code table 4.252 - Tile classes and groupings,,1520,,Broadleaf deciduous trees grouping (BOBD + TEBD + TRBD + FLTR),,,,Operational +Code table 4.252 - Tile classes and groupings,,1521,,Broadleaf evergreen trees grouping (TEBE + TRBE),,,,Operational +Code table 4.252 - Tile classes and groupings,,1522,,Needleleaf evergreen trees grouping (BONE + TENE),,,,Operational +Code table 4.252 - Tile classes and groupings,,1523,,LCZ or urban grouping (LCZ1 + LCZ2 + LCZ3 + LCZ4 + LCZ5 + LCZ6 + LCZ7 + LCZ8 + LCZ9 + LCZ10),,,,Operational +Code table 4.252 - Tile classes and groupings,,1524,,Inland water grouping (LAKE + RIVE),,,,Operational +Code table 4.252 - Tile classes and groupings,,1525,,Urban parks and gardens TEBD grouping (NO + GRAS + TEBDU),,,,Operational +Code table 4.252 - Tile classes and groupings,,1526,,Urban parks and gardens TRBD grouping (NO + GRAS + TRBDU),,,,Operational +Code table 4.252 - Tile classes and groupings,,1527,,Urban parks and gardens TEBE grouping (NO + GRAS + TEBEU),,,,Operational +Code table 4.252 - Tile classes and groupings,,1528,,Urban parks and gardens TRBE grouping (NO + GRAS + TRBEU),,,,Operational +Code table 4.252 - Tile classes and groupings,,1529,,Urban parks and gardens BONE grouping (NO + GRAS + BONEU),,,,Operational +Code table 4.252 - Tile classes and groupings,,1530,,Urban parks and gardens TENE grouping (NO + GRAS + TENEU),,,,Operational +Code table 4.252 - Tile classes and groupings,,1531,,Urban parks and gardens BOND grouping (NO + GRAS + BONDU),,,,Operational +Code table 4.252 - Tile classes and groupings,,1532-2000,,Reserved for tile grouping entries for tile models using the ECOCLIMAP-SG land cover survey,(see Note),139,,Operational +Code table 4.252 - Tile classes and groupings,,2001,CRMF,"Crops, mixed farming",,,,Operational +Code table 4.252 - Tile classes and groupings,,2002,SHGR,Short grass,,,,Operational +Code table 4.252 - Tile classes and groupings,,2003,EVNE,Evergreen needleleaf trees,,,,Operational +Code table 4.252 - Tile classes and groupings,,2004,DENE,Deciduous needleleaf trees,,,,Operational +Code table 4.252 - Tile classes and groupings,,2005,DEBR,Deciduous broadleaf trees,,,,Operational +Code table 4.252 - Tile classes and groupings,,2006,EVBR,Evergreen broadleaf trees,,,,Operational +Code table 4.252 - Tile classes and groupings,,2007,TAGR,Tall grass,,,,Operational +Code table 4.252 - Tile classes and groupings,,2008,DESE,Desert,,,,Operational +Code table 4.252 - Tile classes and groupings,,2009,TUND,Tundra,,,,Operational +Code table 4.252 - Tile classes and groupings,,2010,IRCR,Irrigated crops,,,,Operational +Code table 4.252 - Tile classes and groupings,,2011,SEDE,Semidesert,,,,Operational +Code table 4.252 - Tile classes and groupings,,2012,ICGL,Ice caps and glaciers,,,,Operational +Code table 4.252 - Tile classes and groupings,,2013,BOMA,Bogs and marshes,,,,Operational +Code table 4.252 - Tile classes and groupings,,2014,INWA,Inland water,,,,Operational +Code table 4.252 - Tile classes and groupings,,2015,OCEA,Ocean,,,,Operational +Code table 4.252 - Tile classes and groupings,,2016,EVSH,Evergreen shrubs,,,,Operational +Code table 4.252 - Tile classes and groupings,,2017,DESH,Deciduous shrubs,,,,Operational +Code table 4.252 - Tile classes and groupings,,2018,MFWO,Mixed forest/woodland,,,,Operational +Code table 4.252 - Tile classes and groupings,,2019,INFO,Interrupted forest,,,,Operational +Code table 4.252 - Tile classes and groupings,,2020,WLMI,Water and land mixtures,,,,Operational +Code table 4.252 - Tile classes and groupings,,2021,BASO,Bare soil,,,,Operational +Code table 4.252 - Tile classes and groupings,,2022,URBA,Urban,,,,Operational +Code table 4.252 - Tile classes and groupings,,2023,LORI,Low-rise building,,,,Operational +Code table 4.252 - Tile classes and groupings,,2024,HIRI,High-rise building,,,,Operational +Code table 4.252 - Tile classes and groupings,,2025-2500,,Reserved for tile class entries for tile models using the GLCC v2.0 BATS Classification survey,(see Note),139,,Operational +Code table 4.252 - Tile classes and groupings,,2501,,Low vegetation grouping (CRMF + SHGR + TAGR + TUND + IRCR + SEDE + BOMA + EVSH + DESH + WLMI),,,,Operational +Code table 4.252 - Tile classes and groupings,,2502,,High vegetation grouping (EVNE + DENE + DEBR + EVBR + MFWO + INFO),,,,Operational +Code table 4.252 - Tile classes and groupings,,2503-3000,,Reserved for tile grouping entries for tile models using the GLCC v2.0 BATS Classification survey,(see Note),139,,Operational +Code table 4.252 - Tile classes and groupings,,3001,PFIC,Post-flooding or irrigated croplands,,,,Operational +Code table 4.252 - Tile classes and groupings,,3002,RACR,Rainfed croplands,,,,Operational +Code table 4.252 - Tile classes and groupings,,3003,MCVE,"Mosaic cropland (50-70%) / vegetation (grassland, shrubland, forest) (20-50%)",,,,Operational +Code table 4.252 - Tile classes and groupings,,3004,MVCR,"Mosaic vegetation (grassland, shrubland, forest) (50-70%) / cropland (20-50%)",,,,Operational +Code table 4.252 - Tile classes and groupings,,3005,COBS,Closed to open (>15%) broadleaved evergreen and/or semi-deciduous forest (>5m),,,,Operational +Code table 4.252 - Tile classes and groupings,,3006,CLBD,Closed (>40%) broadleaved deciduous forest (>5m),,,,Operational +Code table 4.252 - Tile classes and groupings,,3007,OPBD,Open (15-40%) broadleaved deciduous forest (>5m),,,,Operational +Code table 4.252 - Tile classes and groupings,,3008,CLNE,Closed (>40%) needleleaved evergreen forest (>5m),,,,Operational +Code table 4.252 - Tile classes and groupings,,3009,ONDE,Open (15-40%) needleleaved deciduous or evergreen forest (>5m),,,,Operational +Code table 4.252 - Tile classes and groupings,,3010,COBN,Closed to open (>15%) mixed broadleaved and needleleaved forest (>5m),,,,Operational +Code table 4.252 - Tile classes and groupings,,3011,MFSG,Mosaic forest/shrubland (50-70%) / grassland (20-50%),,,,Operational +Code table 4.252 - Tile classes and groupings,,3012,MGFS,Mosaic grassland (50-70%) / forest / shrubland (20-50%),,,,Operational +Code table 4.252 - Tile classes and groupings,,3013,COSH,Closed to open (>15%) shrubland (<5m),,,,Operational +Code table 4.252 - Tile classes and groupings,,3014,COHV,Closed to open (>15%) herbaceous vegetation,,,,Operational +Code table 4.252 - Tile classes and groupings,,3015,SPVE,"Sparse (<15%) vegetation (woody vegetation, shrubs, grassland)",,,,Operational +Code table 4.252 - Tile classes and groupings,,3016,COBFF,Closed to open (>15%) broadleaved forest regularly flooded (semi-permanently or temporarily) - fresh or brackish water,,,,Operational +Code table 4.252 - Tile classes and groupings,,3017,CLBFF,Closed (>40%) broadleaved forest or shrubland permanently flooded - saline or brackish water,,,,Operational +Code table 4.252 - Tile classes and groupings,,3018,COVEF,"Closed to open (>15%) vegetation (grassland, shrubland, woody vegetation) on regularly flooded or waterlogged soil - fresh, brackish or saline water",,,,Operational +Code table 4.252 - Tile classes and groupings,,3019,ASAA,Artificial surfaces and associated areas (urban areas >50%),,,,Operational +Code table 4.252 - Tile classes and groupings,,3020,BAAR,Bare areas,,,,Operational +Code table 4.252 - Tile classes and groupings,,3021,WABO,Water bodies,,,,Operational +Code table 4.252 - Tile classes and groupings,,3022,PESI,Permanent snow and ice,,,,Operational +Code table 4.252 - Tile classes and groupings,,3023-3500,,Reserved for tile class entries for tile models using the ESA-GlobCover GCV2009 survey,(see Note),139,,Operational +Code table 4.252 - Tile classes and groupings,,3501,,Grouping using the dominant tiles approach (dominant tile varies per gridbox),,,,Operational +Code table 4.252 - Tile classes and groupings,,3502-4000,,Reserved for tile grouping entries for tile models using the ESA-GlobCover GCV2009 survey,(see Note),139,,Operational +Code table 4.252 - Tile classes and groupings,,4001,TBECO,"Tree cover, broadleaved evergreen, closed to open (>15%)",,,,Operational +Code table 4.252 - Tile classes and groupings,,4002,TBDC,"Tree cover, broadleaved deciduous, closed (>40%)",,,,Operational +Code table 4.252 - Tile classes and groupings,,4003,TBDO,"Tree cover, broadleaved deciduous, open (15-40%)",,,,Operational +Code table 4.252 - Tile classes and groupings,,4004,TNECO,"Tree cover, needleleaved evergreen, closed to open (>15%)",,,,Operational +Code table 4.252 - Tile classes and groupings,,4005,TNDCO,"Tree cover, needleleaved decidous, closed to open (>15%)",,,,Operational +Code table 4.252 - Tile classes and groupings,,4006,TMLCO,"Tree cover, mixed leaftype, closed to open (>15%)",,,,Operational +Code table 4.252 - Tile classes and groupings,,4007,TCOFF,"Tree cover, closed to open (>15%), regularly flooded, fresh or brackish water: swamp forests",,,,Operational +Code table 4.252 - Tile classes and groupings,,4008,TCOFS,"Tree cover, closed to open (>15%), regularly flooded, saline water: mangrove forests",,,,Operational +Code table 4.252 - Tile classes and groupings,,4009,MTVG,Mosaic of tree cover and other natural vegetation (crop component possible),,,,Operational +Code table 4.252 - Tile classes and groupings,,4010,TBURN,"Tree Cover, burnt (mainly boreal forests)",,,,Operational +Code table 4.252 - Tile classes and groupings,,4011,SCOE,"Shrubcover, closed to open (>15%), evergreen (broadleaved or needleleaved)",,,,Operational +Code table 4.252 - Tile classes and groupings,,4012,SCOD,"Shrubcover, closed to open (>15%), deciduous (broadleaved)",,,,Operational +Code table 4.252 - Tile classes and groupings,,4013,HCCO,"Herbaceous cover, closed to open (>15%)",,,,Operational +Code table 4.252 - Tile classes and groupings,,4014,SHSC,Sparse herbaceous or sparse shrub cover,,,,Operational +Code table 4.252 - Tile classes and groupings,,4015,FSHCO,"Regularly flooded (>2 month) shrub or herbaceous cover, closed to open",,,,Operational +Code table 4.252 - Tile classes and groupings,,4016,CROP,Cropland (upland crops or inundated/ flooded crops),,,,Operational +Code table 4.252 - Tile classes and groupings,,4017,MCTNV,Mosaic of cropland / tree cover/ other natural vegetation,,,,Operational +Code table 4.252 - Tile classes and groupings,,4018,MCSH,Mosaic of cropland / shrub or herbaceous cover,,,,Operational +Code table 4.252 - Tile classes and groupings,,4019,BAARE,Bare areas,,,,Operational +Code table 4.252 - Tile classes and groupings,,4020,WBNA,Water bodies (natural or artificial),,,,Operational +Code table 4.252 - Tile classes and groupings,,4021,SINA,Snow or ice (natural or artificial),,,,Operational +Code table 4.252 - Tile classes and groupings,,4022,URAR,Urban areas,,,,Operational +Code table 4.252 - Tile classes and groupings,,4023-4500,,Reserved for tile class entries for tile models using the European Commission-Global Land Cover Project GLC2000 survey,(see Note),139,,Operational +Code table 4.252 - Tile classes and groupings,,4501-5000,,Reserved for tile grouping entries for tile models using the European Commission-Global Land Cover Project GLC2000 survey,(see Note),139,,Operational +Code table 4.252 - Tile classes and groupings,,5001-32767,,Reserved for additional land cover surveys,,,,Operational +Code table 4.252 - Tile classes and groupings,,32768-65534,,Reserved for local use,,,,Operational +Code table 4.252 - Tile classes and groupings,,65535,,Missing,,,,Operational +Code table 4.333 - Transport dispersion model,,1,,DERMA (Danish Emergency Response Model of the Atmosphere),,,,Operational +Code table 4.333 - Transport dispersion model,,2,,E-EMEP (Emergency EMEP model),,,,Operational +Code table 4.333 - Transport dispersion model,,3,,FLEXPART (Particle dispersion model),,,,Operational +Code table 4.333 - Transport dispersion model,,4,,MLDP (Modèle lagrangien de dispersion de particules),,,,Operational +Code table 4.333 - Transport dispersion model,,5,,MATCH (Multi-scale Atmospheric Transport Model),,,,Operational +Code table 4.333 - Transport dispersion model,,6,,SILAM (System for Integrated modeLling of Atmospheric composition),,,,Operational +Code table 4.333 - Transport dispersion model,,7,,SNAP (Severe Nuclear Accident Program),,,,Operational +Code table 4.333 - Transport dispersion model,,8,,WRF-Chem (Weather Research and Forecasting Chemical model),,,,Operational +Code table 4.333 - Transport dispersion model,,9,,Trajectoire (Trajectory model),,,,Operational +Code table 4.333 - Transport dispersion model,,10-254,,Reserved,,,,Operational +Code table 4.333 - Transport dispersion model,,255,,Missing value,,,,Operational +Code table 4.335 - Emission scenario origin,,1,,ARGOS (Accident Reporting and Guiding Operational System),,,,Operational +Code table 4.335 - Emission scenario origin,,2,,JRODOS (Java version of Real time Online Decision SuppOrt System),,,,Operational +Code table 4.335 - Emission scenario origin,,3,,Assimilated (Scenario retrieved from measurements),,,,Operational +Code table 4.335 - Emission scenario origin,,4,,Centre (scenario by originating centre),,,,Operational +Code table 4.335 - Emission scenario origin,,5-254,,Reserved,,,,Operational +Code table 4.335 - Emission scenario origin,,255,,Missing value,,,,Operational +Code table 4.336 - NWP model,,1,,"AROME (Meso scale NWP, Meteo-France)",,,,Operational +Code table 4.336 - NWP model,,2,,"ARPEGE (Global scale NWP, Meteo-France)",,,,Operational +Code table 4.336 - NWP model,,3,,"GFS (Global forecast system, NCEP)",,,,Operational +Code table 4.336 - NWP model,,4,,HARMONIE (HIRLAM-ALADIN Research on Mesoscale Operational NWP),,,,Operational +Code table 4.336 - NWP model,,5,,HIRLAM (HIgh resolution Limited Area Model),,,,Operational +Code table 4.336 - NWP model,,6,,IFS (Integrated Forecast System),,,,Operational +Code table 4.336 - NWP model,,7,,GEM GDPS (Canadian Global Deterministic Prediction System),,,,Operational +Code table 4.336 - NWP model,,8,,GEM RDPS (Canadian Regional Deterministic Prediction System),,,,Operational +Code table 4.336 - NWP model,,9,,GEM HRDPS (Canadian High Resolution Deterministic Prediction System),,,,Operational +Code table 4.336 - NWP model,,10,,WRF (Weather Research and Forecasting),,,,Operational +Code table 4.336 - NWP model,,11-254,,Reserved,,,,Operational +Code table 4.336 - NWP model,,255,,Missing value,,,,Operational +Code table 5.0 - Data representation template number,,0,,Grid point data - simple packing,,,,Operational +Code table 5.0 - Data representation template number,,1,,Matrix value at grid point - simple packing,,,,Experimental +Code table 5.0 - Data representation template number,,2,,Grid point data - complex packing,,,,Operational +Code table 5.0 - Data representation template number,,3,,Grid point data - complex packing and spatial differencing,,,,Operational +Code table 5.0 - Data representation template number,,4,,Grid point data - IEEE floating point data,,,,Operational +Code table 5.0 - Data representation template number,,5-39,,Reserved,,,,Operational +Code table 5.0 - Data representation template number,,40,,Grid point data - JPEG 2000 code stream format,,,,Operational +Code table 5.0 - Data representation template number,,41,,Grid point data - Portable Network Graphics (PNG),,,,Operational +Code table 5.0 - Data representation template number,,42,,Grid point data - CCSDS recommended lossless compression,,,,Operational +Code table 5.0 - Data representation template number,,43-49,,Reserved,,,,Operational +Code table 5.0 - Data representation template number,,50,,Spectral data - simple packing,,,,Operational +Code table 5.0 - Data representation template number,,51,,Spherical harmonics data - complex packing,,,,Operational +Code table 5.0 - Data representation template number,,52,,Reserved,,,,Operational +Code table 5.0 - Data representation template number,,53,,Spectral data for limited area models - complex packing,,,,Operational +Code table 5.0 - Data representation template number,,54-60,,Reserved,,,,Operational +Code table 5.0 - Data representation template number,,61,,Grid point data - simple packing with logarithm pre-processing,,,,Experimental +Code table 5.0 - Data representation template number,,62-199,,Reserved,,,,Operational +Code table 5.0 - Data representation template number,,200,,Run length packing with level values,,,,Operational +Code table 5.0 - Data representation template number,,201-49151,,Reserved,,,,Operational +Code table 5.0 - Data representation template number,,49152-65534,,Reserved for local use,,,,Operational +Code table 5.0 - Data representation template number,,65535,,Missing,,,,Operational +Code table 5.1 - Type of original field values,,0,,Floating point,,,,Operational +Code table 5.1 - Type of original field values,,1,,Integer,,,,Operational +Code table 5.1 - Type of original field values,,2-191,,Reserved,,,,Operational +Code table 5.1 - Type of original field values,,192-254,,Reserved for local use,,,,Operational +Code table 5.1 - Type of original field values,,255,,Missing,,,,Operational +Code table 5.2 - Matrix coordinate value function definition,,0,,Explicit coordinate values set,,,,Operational +Code table 5.2 - Matrix coordinate value function definition,,1,,"Linear coordinates f(1) = C1, f(n) = f(n-1) + C2",,,,Operational +Code table 5.2 - Matrix coordinate value function definition,,2-10,,Reserved,,,,Operational +Code table 5.2 - Matrix coordinate value function definition,,11,,"Geometric coordinates f(1) = C1, f(n) = C2 × f(n-1)",,,,Operational +Code table 5.2 - Matrix coordinate value function definition,,12-191,,Reserved,,,,Operational +Code table 5.2 - Matrix coordinate value function definition,,192-254,,Reserved for local use,,,,Operational +Code table 5.2 - Matrix coordinate value function definition,,255,,Missing,,,,Operational +Code table 5.3 - Matrix coordinate parameter,,1,,Direction degrees true,,,,Operational +Code table 5.3 - Matrix coordinate parameter,,2,,Frequency (s-1),,,,Operational +Code table 5.3 - Matrix coordinate parameter,,3,,Radial number (2pi/lambda) (m-1),,,,Operational +Code table 5.3 - Matrix coordinate parameter,,4-191,,Reserved,,,,Operational +Code table 5.3 - Matrix coordinate parameter,,192-254,,Reserved for local use,,,,Operational +Code table 5.3 - Matrix coordinate parameter,,255,,Missing,,,,Operational +Code table 5.4 - Group splitting method,,0,,Row by row splitting,,,,Operational +Code table 5.4 - Group splitting method,,1,,General group splitting,,,,Operational +Code table 5.4 - Group splitting method,,2-191,,Reserved,,,,Operational +Code table 5.4 - Group splitting method,,192-254,,Reserved for local use,,,,Operational +Code table 5.4 - Group splitting method,,255,,Missing,,,,Operational +Code table 5.5 - Missing value management for complex packing,,0,,No explicit missing values included within data values,,,,Operational +Code table 5.5 - Missing value management for complex packing,,1,,Primary missing values included within data values,,,,Operational +Code table 5.5 - Missing value management for complex packing,,2,,Primary and secondary missing values included within data values,,,,Operational +Code table 5.5 - Missing value management for complex packing,,3-191,,Reserved,,,,Operational +Code table 5.5 - Missing value management for complex packing,,192-254,,Reserved for local use,,,,Operational +Code table 5.5 - Missing value management for complex packing,,255,,Missing,,,,Operational +Code table 5.6 - Order of spatial differencing,,0,,Reserved,,,,Operational +Code table 5.6 - Order of spatial differencing,,1,,First-order spatial differencing,,,,Operational +Code table 5.6 - Order of spatial differencing,,2,,Second-order spatial differencing,,,,Operational +Code table 5.6 - Order of spatial differencing,,3-191,,Reserved,,,,Operational +Code table 5.6 - Order of spatial differencing,,192-254,,Reserved for local use,,,,Operational +Code table 5.6 - Order of spatial differencing,,255,,Missing,,,,Operational +Code table 5.7 - Precision of floating-point numbers,,0,,Reserved,,,,Operational +Code table 5.7 - Precision of floating-point numbers,,1,,IEEE 32-bit (I=4 in section 7),,,,Operational +Code table 5.7 - Precision of floating-point numbers,,2,,IEEE 64-bit (I=8 in section 7),,,,Operational +Code table 5.7 - Precision of floating-point numbers,,3,,IEEE 128-bit (I=16 in section 7),,,,Operational +Code table 5.7 - Precision of floating-point numbers,,4-254,,Reserved,,,,Operational +Code table 5.7 - Precision of floating-point numbers,,255,,Missing,,,,Operational +Code table 5.25 - type of bi-Fourier subtruncation,,0-76,,Reserved,,,,Operational +Code table 5.25 - type of bi-Fourier subtruncation,,77,,Rectangular,,,,Operational +Code table 5.25 - type of bi-Fourier subtruncation,,78-87,,Reserved,,,,Operational +Code table 5.25 - type of bi-Fourier subtruncation,,88,,Elliptic,,,,Operational +Code table 5.25 - type of bi-Fourier subtruncation,,89-98,,Reserved,,,,Operational +Code table 5.25 - type of bi-Fourier subtruncation,,99,,Diamond,,,,Operational +Code table 5.25 - type of bi-Fourier subtruncation,,100-254,,Reserved,,,,Operational +Code table 5.25 - type of bi-Fourier subtruncation,,255,,Missing,,,,Operational +Code table 5.26 - packing mode for axes,,0,,Spectral coefficients for axes are packed,,,,Operational +Code table 5.26 - packing mode for axes,,1,,Spectral coefficients for axes included in the unpacked subset,,,,Operational +Code table 5.26 - packing mode for axes,,2-254,,Reserved,,,,Operational +Code table 5.26 - packing mode for axes,,255,,Missing,,,,Operational +Code table 5.40 - Type of compression,,0,,Lossless,,,,Operational +Code table 5.40 - Type of compression,,1,,Lossy,,,,Operational +Code table 5.40 - Type of compression,,2-254,,Reserved,,,,Operational +Code table 5.40 - Type of compression,,255,,Missing,,,,Operational +Code table 6.0 - Bit map indicator,,0,,A bit map applies to this product and is specified in this Section,,,,Operational +Code table 6.0 - Bit map indicator,,1-253,,A bit map predetermined by the originating/generating centre applies to this product and is not specified in this Section,,,,Operational +Code table 6.0 - Bit map indicator,,254,,"A bit map defined previously in the same ""GRIB"" message applies to this product",,,,Operational +Code table 6.0 - Bit map indicator,,255,,A bit map does not apply to this product,,,,Operational diff --git a/src/Template.txt b/src/Template.txt new file mode 100644 index 00000000..0cc86a31 --- /dev/null +++ b/src/Template.txt @@ -0,0 +1,3862 @@ +Title_en,OctetNo,Contents_en,Note_en,noteIDs,codeTable,flagTable,Status +Identification template 1.0 - calendar definition,24,Type of calendar,(see Code table 1.6),,1.6,,Operational +Identification template 1.1 - paleontological offset,24-25,Number of tens of thousands of years of offset,,,,,Operational +Identification template 1.2 - calendar definition and paleontological offset,24,Type of calendar,(see Code table 1.6),,1.6,,Operational +Identification template 1.2 - calendar definition and paleontological offset,25-26,Number of tens of thousands of years of offset,,,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",15,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",16,Scale factor of radius of spherical Earth,,,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",17-20,Scaled value of radius of spherical Earth,,,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",21,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",26,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",31-34,Ni - number of points along a parallel,,,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",35-38,Nj - number of points along a meridian,,,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",39-42,Basic angle of the initial production domain,(see Note 1),9,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",43-46,"Subdivisions of basic angle used to define extreme longitudes and latitudes, and direction increments",(see Note 1),9,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",47-50,La1 - latitude of first grid point,(see Note 1),9,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",51-54,Lo1 - longitude of first grid point,(see Note 1),,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",55,Resolution and component flags,(see Flag table 3.3),,,3.3,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",56-59,La2 - latitude of last grid point,(see Note 1),9,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",60-63,Lo2 - longitude of last grid point,(see Note 1),9,,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",64-67,Di - i direction increment,(see Notes 1 and 5),"9,45",,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",68-71,Dj - j direction increment,(see Notes 1 and 5),"9,45",,,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",72,Scanning mode,(see Flag table 3.4),,,3.4,Operational +"Grid definition template 3.0 - latitude/longitude (or equidistant cylindrical, or Plate Carrée)",73-nn,List of number of points along each meridian or parallel,"(see Notes 2, 3 and 7)","4,15,124",,,Operational +"Grid definition template 3.1 - rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée)",15-72,Same as grid definition template 3.0,(see Note 1),9,,,Operational +"Grid definition template 3.1 - rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée)",73-76,Latitude of the southern pole of projection,,,,,Operational +"Grid definition template 3.1 - rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée)",77-80,Longitude of the southern pole of projection,,,,,Operational +"Grid definition template 3.1 - rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée)",81-84,Angle of rotation of projection,,,,,Operational +"Grid definition template 3.1 - rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée)",85-nn,List of number of points along each meridian or parallel,(see Notes 3 and 4),"4,124",,,Operational +"Grid definition template 3.2 - stretched latitude/longitude (or equidistant cylindrical, or Plate Carrée)",15-72,Same as grid definition template 3.0,(see Note 1),9,,,Operational +"Grid definition template 3.2 - stretched latitude/longitude (or equidistant cylindrical, or Plate Carrée)",73-76,Latitude of the pole of stretching,,,,,Operational +"Grid definition template 3.2 - stretched latitude/longitude (or equidistant cylindrical, or Plate Carrée)",77-80,Longitude of the pole of stretching,,,,,Operational +"Grid definition template 3.2 - stretched latitude/longitude (or equidistant cylindrical, or Plate Carrée)",81-84,Stretching factor,,,,,Operational +"Grid definition template 3.2 - stretched latitude/longitude (or equidistant cylindrical, or Plate Carrée)",85-nn,List of number of points along each meridian or parallel,(see Notes 3 and 4),"4,124",,,Operational +"Grid definition template 3.3 - stretched and rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée)",15-72,Same as grid definition template 3.0,(see Note 1),9,,,Operational +"Grid definition template 3.3 - stretched and rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée)",73-76,Latitude of the southern pole of projection,,,,,Operational +"Grid definition template 3.3 - stretched and rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée)",77-80,Longitude of the southern pole of projection,,,,,Operational +"Grid definition template 3.3 - stretched and rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée)",81-84,Angle of rotation of projection,,,,,Operational +"Grid definition template 3.3 - stretched and rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée)",85-88,Latitude of the pole of stretching,,,,,Operational +"Grid definition template 3.3 - stretched and rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée)",89-92,Longitude of the pole of stretching,,,,,Operational +"Grid definition template 3.3 - stretched and rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée)",93-96,Stretching factor,,,,,Operational +"Grid definition template 3.3 - stretched and rotated latitude/longitude (or equidistant cylindrical, or Plate Carrée)",97-nn,List of number of points along each meridian or parallel,(see Notes 3 and 4),"4,124",,,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,(ii+1)-jj,List of latitudes,(see Notes 1 and 3),"9,85",,,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,15,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,16,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,17-20,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,21,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,26,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,31-34,Ni - number of points along a parallel,,,,,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,35-38,Nj - number of points along a meridian,,,,,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,39-42,Basic angle of the initial production domain,(see Note 1),9,,,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,43-46,"Subdivisions of basic angle used to define extreme longitudes and latitudes, and direction increments",(see Note 1),9,,,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,47,Resolution and component flags,(see Flag table 3.3 and Note 2),114,,3.3,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,48,Scanning mode,(see Flag table 3.4),,,3.4,Operational +Grid definition template 3.4 - variable resolution latitude/longitude,49-ii,List of longitudes,(see Notes 1 and 3),"9,85",,,Operational +Grid definition template 3.5 - variable resolution rotated latitude/longitude,(ii+1)-jj,List of latitudes,(see Notes 1 and 3),"9,26",,,Operational +Grid definition template 3.5 - variable resolution rotated latitude/longitude,15-48,Same as grid definition template 3.4,(see Note 1),9,,,Operational +Grid definition template 3.5 - variable resolution rotated latitude/longitude,49-52,Latitude of the southern pole of projection,(see Note 4),65,,,Operational +Grid definition template 3.5 - variable resolution rotated latitude/longitude,53-56,Longitude of the southern pole of projection,(see Note 4),65,,,Operational +Grid definition template 3.5 - variable resolution rotated latitude/longitude,57-60,Angle of rotation of projection,(see Note 4),65,,,Operational +Grid definition template 3.5 - variable resolution rotated latitude/longitude,61-ii,List of longitudes,(see Notes 1 and 3),"9,26",,,Operational +Grid definition template 3.10 - Mercator,15,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.10 - Mercator,16,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.10 - Mercator,17-20,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.10 - Mercator,21,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.10 - Mercator,22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.10 - Mercator,26,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.10 - Mercator,27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.10 - Mercator,31-34,Ni - number of points along a parallel,,,,,Operational +Grid definition template 3.10 - Mercator,35-38,Nj - number of points along a meridian,,,,,Operational +Grid definition template 3.10 - Mercator,39-42,La1 - latitude of first grid point,,,,,Operational +Grid definition template 3.10 - Mercator,43-46,Lo1 - longitude of first grid point,,,,,Operational +Grid definition template 3.10 - Mercator,47,Resolution and component flags,(see Flag table 3.3),,,3.3,Operational +Grid definition template 3.10 - Mercator,48-51,LaD - latitude(s) at which the Mercator projection intersects the Earth (Latitude(s) where Di and Dj are specified),,,,,Operational +Grid definition template 3.10 - Mercator,52-55,La2 - latitude of last grid point,,,,,Operational +Grid definition template 3.10 - Mercator,56-59,Lo2 - longitude of last grid point,,,,,Operational +Grid definition template 3.10 - Mercator,60,Scanning mode,(see Flag table 3.4),,,3.4,Operational +Grid definition template 3.10 - Mercator,61-64,"Orientation of the grid, angle between i direction on the map and the Equator",(see Note 1),49,,,Operational +Grid definition template 3.10 - Mercator,65-68,Di - longitudinal direction grid length,(see Note 2),28,,,Operational +Grid definition template 3.10 - Mercator,69-72,Dj - latitudinal direction grid length,(see Note 2),28,,,Operational +Grid definition template 3.10 - Mercator,73-nn,List of number of points along each meridian or parallel,"(see Notes 4, 5 and 6)","4,124,136",,,Operational +Grid definition template 3.12 - transverse Mercator,15,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.12 - transverse Mercator,16,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.12 - transverse Mercator,17-20,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.12 - transverse Mercator,21,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.12 - transverse Mercator,22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.12 - transverse Mercator,26,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.12 - transverse Mercator,27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.12 - transverse Mercator,31-34,Ni - number of points along i-axis,,,,,Operational +Grid definition template 3.12 - transverse Mercator,35-38,Nj - number of points along j-axis,,,,,Operational +Grid definition template 3.12 - transverse Mercator,39-42,LaR - geographic latitude of reference point,,,,,Operational +Grid definition template 3.12 - transverse Mercator,43-46,LoR - geographic longitude of reference point,,,,,Operational +Grid definition template 3.12 - transverse Mercator,47,Resolution and component flags,(see Flag table 3.3),,,3.3,Operational +Grid definition template 3.12 - transverse Mercator,48-51,m - scale factor at reference point ratio of distance on map to distance on spheroid (IEEE 32-bit floating-point values),,,,,Operational +Grid definition template 3.12 - transverse Mercator,52-55,"XR - false easting, i-direction coordinate of reference point in units of 10-2 m",,,,,Operational +Grid definition template 3.12 - transverse Mercator,56-59,"YR - false northing, j-direction coordinate of reference point in units of 10-2 m",,,,,Operational +Grid definition template 3.12 - transverse Mercator,60,Scanning mode,(see Flag table 3.4),,,3.4,Operational +Grid definition template 3.12 - transverse Mercator,61-64,Di - i-direction increment length in units of 10-2 m,,,,,Operational +Grid definition template 3.12 - transverse Mercator,65-68,Dj - j-direction increment length in units of 10-2 m,,,,,Operational +Grid definition template 3.12 - transverse Mercator,69-72,x1 - i-direction coordinate of the first grid point in units of 10-2 m,,,,,Operational +Grid definition template 3.12 - transverse Mercator,73-76,y1 - j-direction coordinate of the first grid point in units of 10-2 m,,,,,Operational +Grid definition template 3.12 - transverse Mercator,77-80,x2 - i-direction coordinate of the last grid point in units of 10-2 m,,,,,Operational +Grid definition template 3.12 - transverse Mercator,81-84,y2 - j-direction coordinate of the last grid point in units of 10-2 m,,,,,Operational +Grid definition template 3.13 - Mercator with modelling subdomains definition,[nn+1]-[nn+4],Nux - size of model forecast subdomain in x-direction (number of grid points),,,,,Operational +Grid definition template 3.13 - Mercator with modelling subdomains definition,[nn+5]-[nn+8],Ncx - width of coupling area within forecast domain in x-direction (number of grid points),,,,,Operational +Grid definition template 3.13 - Mercator with modelling subdomains definition,[nn+9]-[nn+12],Nuy - size of model forecast subdomain in y-direction (number of grid points),,,,,Operational +Grid definition template 3.13 - Mercator with modelling subdomains definition,[nn+13]-[nn+16],Ncy - width of coupling area within forecast domain in y-direction (number of grid points),,,,,Operational +Grid definition template 3.13 - Mercator with modelling subdomains definition,15-nn,Same as grid definition template 3.10,,,,,Operational +Grid definition template 3.20 - polar stereographic projection,15,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.20 - polar stereographic projection,16,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.20 - polar stereographic projection,17-20,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.20 - polar stereographic projection,21,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.20 - polar stereographic projection,22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.20 - polar stereographic projection,26,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.20 - polar stereographic projection,27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.20 - polar stereographic projection,31-34,Nx - number of points along the x-axis,,,,,Operational +Grid definition template 3.20 - polar stereographic projection,35-38,Ny - number of points along the y-axis,,,,,Operational +Grid definition template 3.20 - polar stereographic projection,39-42,La1 - latitude of first grid point,,,,,Operational +Grid definition template 3.20 - polar stereographic projection,43-46,Lo1 - longitude of first grid point,,,,,Operational +Grid definition template 3.20 - polar stereographic projection,47,Resolution and component flags,(see Flag table 3.3 and Note 1),114,,3.3,Operational +Grid definition template 3.20 - polar stereographic projection,48-51,LaD - latitude where Dx and Dy are specified,,,,,Operational +Grid definition template 3.20 - polar stereographic projection,52-55,LoV - orientation of the grid,(see Note 2),51,,,Operational +Grid definition template 3.20 - polar stereographic projection,56-59,Dx - x-direction grid length,(see Note 3),28,,,Operational +Grid definition template 3.20 - polar stereographic projection,60-63,Dy - y-direction grid length,(see Note 3),28,,,Operational +Grid definition template 3.20 - polar stereographic projection,64,Projection centre flag,(see Flag table 3.5),,,3.5,Operational +Grid definition template 3.20 - polar stereographic projection,65,Scanning mode,(see Flag table 3.4),,,3.4,Operational +Grid definition template 3.23 - polar stereographic with modelling subdomains definition,15-65,Same as grid definition template 3.20,,,,,Operational +Grid definition template 3.23 - polar stereographic with modelling subdomains definition,66-69,Nux - size of model forecast subdomain in x-direction (number of grid points),,,,,Operational +Grid definition template 3.23 - polar stereographic with modelling subdomains definition,70-73,Ncx - width of coupling area within forecast domain in x-direction (number of grid points),,,,,Operational +Grid definition template 3.23 - polar stereographic with modelling subdomains definition,74-77,Nuy - size of model forecast subdomain in y-direction (number of grid points),,,,,Operational +Grid definition template 3.23 - polar stereographic with modelling subdomains definition,78-81,Ncy - width of coupling area within forecast domain in y-direction (number of grid points),,,,,Operational +Grid definition template 3.30 - Lambert conformal,15,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.30 - Lambert conformal,16,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.30 - Lambert conformal,17-20,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.30 - Lambert conformal,21,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.30 - Lambert conformal,22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.30 - Lambert conformal,26,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.30 - Lambert conformal,27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.30 - Lambert conformal,31-34,Nx - number of points along the x-axis,,,,,Operational +Grid definition template 3.30 - Lambert conformal,35-38,Ny - number of points along the y-axis,,,,,Operational +Grid definition template 3.30 - Lambert conformal,39-42,La1 - latitude of first grid point,,,,,Operational +Grid definition template 3.30 - Lambert conformal,43-46,Lo1 - longitude of first grid point,,,,,Operational +Grid definition template 3.30 - Lambert conformal,47,Resolution and component flags,(see Note 3 and Flag table 3.3),114,,3.3,Operational +Grid definition template 3.30 - Lambert conformal,48-51,LaD - latitude where Dx and Dy are specified,,,,,Operational +Grid definition template 3.30 - Lambert conformal,52-55,LoV - longitude of meridian parallel to y-axis along which latitude increases as the y-coordinate increases,(see Note 4),51,,,Operational +Grid definition template 3.30 - Lambert conformal,56-59,Dx - x-direction grid length,(see Note 1),28,,,Operational +Grid definition template 3.30 - Lambert conformal,60-63,Dy - y-direction grid length,(see Note 1),28,,,Operational +Grid definition template 3.30 - Lambert conformal,64,Projection centre flag,(see Flag table 3.5),,,3.5,Operational +Grid definition template 3.30 - Lambert conformal,65,Scanning mode,(see Flag table 3.4),,,3.4,Operational +Grid definition template 3.30 - Lambert conformal,66-69,Latin 1 - first latitude from the pole at which the secant cone cuts the sphere,,,,,Operational +Grid definition template 3.30 - Lambert conformal,70-73,Latin 2 - second latitude from the pole at which the secant cone cuts the sphere,,,,,Operational +Grid definition template 3.30 - Lambert conformal,74-77,Latitude of the southern pole of projection,,,,,Operational +Grid definition template 3.30 - Lambert conformal,78-81,Longitude of the southern pole of projection,,,,,Operational +Grid definition template 3.31 - Albers equal area,15,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.31 - Albers equal area,16,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.31 - Albers equal area,17-20,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.31 - Albers equal area,21,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.31 - Albers equal area,22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.31 - Albers equal area,26,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.31 - Albers equal area,27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.31 - Albers equal area,31-34,Nx - number of points along the x-axis,,,,,Operational +Grid definition template 3.31 - Albers equal area,35-38,Ny - number of points along the y-axis,,,,,Operational +Grid definition template 3.31 - Albers equal area,39-42,La1 - latitude of first grid point,,,,,Operational +Grid definition template 3.31 - Albers equal area,43-46,Lo1 - longitude of first grid point,,,,,Operational +Grid definition template 3.31 - Albers equal area,47,Resolution and component flags,(see Note 3 and Flag table 3.3),114,,3.3,Operational +Grid definition template 3.31 - Albers equal area,48-51,LaD - latitude where Dx and Dy are specified,,,,,Operational +Grid definition template 3.31 - Albers equal area,52-55,LoV - longitude of meridian parallel to y-axis along which latitude increases as the y-coordinate increases,(see Note 4),51,,,Operational +Grid definition template 3.31 - Albers equal area,56-59,Dx - x-direction grid length,(see Note 1),28,,,Operational +Grid definition template 3.31 - Albers equal area,60-63,Dy - y-direction grid length,(see Note 1),28,,,Operational +Grid definition template 3.31 - Albers equal area,64,Projection centre flag,(see Flag table 3.5),,,3.5,Operational +Grid definition template 3.31 - Albers equal area,65,Scanning mode,(see Flag table 3.4),,,3.4,Operational +Grid definition template 3.31 - Albers equal area,66-69,Latin 1 - first latitude from the pole at which the secant cone cuts the sphere,,,,,Operational +Grid definition template 3.31 - Albers equal area,70-73,Latin 2 - second latitude from the pole at which the secant cone cuts the sphere,,,,,Operational +Grid definition template 3.31 - Albers equal area,74-77,Latitude of the southern pole of projection,,,,,Operational +Grid definition template 3.31 - Albers equal area,78-81,Longitude of the southern pole of projection,,,,,Operational +Grid definition template 3.33 - Lambert conformal with modelling subdomains definition,15-81,Same as grid definition template 3.30,,,,,Operational +Grid definition template 3.33 - Lambert conformal with modelling subdomains definition,82-85,Nux - size of model forecast subdomain in x-direction (number of grid points),,,,,Operational +Grid definition template 3.33 - Lambert conformal with modelling subdomains definition,86-89,Ncx - width of coupling area within forecast domain in x-direction (number of grid points),,,,,Operational +Grid definition template 3.33 - Lambert conformal with modelling subdomains definition,90-93,Nuy - size of model forecast subdomain in y-direction (number of grid points),,,,,Operational +Grid definition template 3.33 - Lambert conformal with modelling subdomains definition,94-97,Ncy - width of coupling area within forecast domain in y-direction (number of grid points),,,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,15,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,16,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,17-20,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,21,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,26,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,31-34,Ni - number of points along a parallel,,,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,35-38,Nj - number of points along a meridian,,,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,39-42,Basic angle of the initial production domain,(see Note 1),9,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,43-46,"Subdivisions of basic angle used to define extreme longitudes and latitudes, and direction increments",(see Note 1),9,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,47-50,La1 - latitude of first grid point,(see Note 1),9,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,51-54,Lo1 - longitude of first grid point,(see Note 1),9,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,55,Resolution and component flags,(see Flag table 3.3),,,3.3,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,56-59,La2 - latitude of last grid point,(see Note 1),9,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,60-63,Lo2 - longitude of last grid point,(see Note 1),9,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,64-67,Di - i direction increment,(see Notes 1 and 5),"9,45",,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,68-71,N - number of parallels between a pole and the Equator,(see Note 2),87,,,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,72,Scanning mode,(see Flag table 3.4),,,3.4,Operational +Grid definition template 3.40 - Gaussian latitude/longitude,73-nn,List of number of points along each meridian or parallel,(see Notes 4 and 6),"4,124",,,Operational +Grid definition template 3.41 - rotated Gaussian latitude/longitude,15-72,Same as grid definition template 3.40,(see Note 1),9,,,Operational +Grid definition template 3.41 - rotated Gaussian latitude/longitude,73-76,Latitude of the southern pole of projection,,,,,Operational +Grid definition template 3.41 - rotated Gaussian latitude/longitude,77-80,Longitude of the southern pole of projection,,,,,Operational +Grid definition template 3.41 - rotated Gaussian latitude/longitude,81-84,Angle of rotation of projection,,,,,Operational +Grid definition template 3.41 - rotated Gaussian latitude/longitude,85-nn,List of number of points along each meridian or parallel,(see Notes 4 and 5),"4,124",,,Operational +Grid definition template 3.42 - stretched Gaussian latitude/longitude,15-72,Same as grid definition template 3.40,(see Note 1),9,,,Operational +Grid definition template 3.42 - stretched Gaussian latitude/longitude,73-76,Latitude of the pole of stretching,,,,,Operational +Grid definition template 3.42 - stretched Gaussian latitude/longitude,77-80,Longitude of the pole of stretching,,,,,Operational +Grid definition template 3.42 - stretched Gaussian latitude/longitude,81-84,Stretching factor,,,,,Operational +Grid definition template 3.42 - stretched Gaussian latitude/longitude,85-nn,List of number of points along each meridian or parallel,(see Notes 4 and 5),"4,124",,,Operational +Grid definition template 3.43 - stretched and rotated Gaussian latitude/longitude,15-72,Same as grid definition template 3.40,(see Note 1),9,,,Operational +Grid definition template 3.43 - stretched and rotated Gaussian latitude/longitude,73-76,Latitude of the southern pole of projection,,,,,Operational +Grid definition template 3.43 - stretched and rotated Gaussian latitude/longitude,77-80,Longitude of the southern pole of projection,,,,,Operational +Grid definition template 3.43 - stretched and rotated Gaussian latitude/longitude,81-84,Angle of rotation of projection,,,,,Operational +Grid definition template 3.43 - stretched and rotated Gaussian latitude/longitude,85-88,Latitude of the pole of stretching,,,,,Operational +Grid definition template 3.43 - stretched and rotated Gaussian latitude/longitude,89-92,Longitude of the pole of stretching,,,,,Operational +Grid definition template 3.43 - stretched and rotated Gaussian latitude/longitude,93-96,Stretching factor,,,,,Operational +Grid definition template 3.43 - stretched and rotated Gaussian latitude/longitude,97-nn,List of number of points along each meridian or parallel,(see Notes 5 and 6),"4,124",,,Operational +Grid definition template 3.50 - spherical harmonic coefficients,15-18,J - pentagonal resolution parameter,,,,,Operational +Grid definition template 3.50 - spherical harmonic coefficients,19-22,K - pentagonal resolution parameter,,,,,Operational +Grid definition template 3.50 - spherical harmonic coefficients,23-26,M - pentagonal resolution parameter,,,,,Operational +Grid definition template 3.50 - spherical harmonic coefficients,27,Representation type indicating the method used to define the norm,(see Code table 3.6),,3.6,,Operational +Grid definition template 3.50 - spherical harmonic coefficients,28,Representation mode indicating the order of the coefficients,(see Code table 3.7),,3.7,,Operational +Grid definition template 3.51 - rotated spherical harmonic coefficients,15-28,Same as grid definition template 3.50,,,,,Operational +Grid definition template 3.51 - rotated spherical harmonic coefficients,29-32,Latitude of the southern pole of projection,,,,,Operational +Grid definition template 3.51 - rotated spherical harmonic coefficients,33-36,Longitude of the southern pole of projection,,,,,Operational +Grid definition template 3.51 - rotated spherical harmonic coefficients,37-40,Angle of rotation of projection,,,,,Operational +Grid definition template 3.52 - stretched spherical harmonic coefficients,15-28,Same as grid definition template 3.50,,,,,Operational +Grid definition template 3.52 - stretched spherical harmonic coefficients,29-32,Latitude of the pole of stretching,,,,,Operational +Grid definition template 3.52 - stretched spherical harmonic coefficients,33-36,Longitude of the pole of stretching,,,,,Operational +Grid definition template 3.52 - stretched spherical harmonic coefficients,37-40,Stretching factor,,,,,Operational +Grid definition template 3.53 - stretched and rotated spherical harmonic coefficients,15-28,Same as grid definition template 3.50,,,,,Operational +Grid definition template 3.53 - stretched and rotated spherical harmonic coefficients,29-32,Latitude of the southern pole of projection,,,,,Operational +Grid definition template 3.53 - stretched and rotated spherical harmonic coefficients,33-36,Longitude of the southern pole of projection,,,,,Operational +Grid definition template 3.53 - stretched and rotated spherical harmonic coefficients,37-40,Angle of rotation of projection,,,,,Operational +Grid definition template 3.53 - stretched and rotated spherical harmonic coefficients,41-44,Latitude of pole of stretching,,,,,Operational +Grid definition template 3.53 - stretched and rotated spherical harmonic coefficients,45-48,Longitude of pole of stretching,,,,,Operational +Grid definition template 3.53 - stretched and rotated spherical harmonic coefficients,49-52,Stretching factor,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,15,Spectral representation type,(see Code table 3.6),,3.6,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,16-19,N - bi-Fourier resolution parameter,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,20-23,M - bi-Fourier resolution parameter,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,24,Bi-Fourier truncation type,(see Code table 3.25),,3.25,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,25-32,Lx - size in metres of the domain along x-axis,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,33-40,Lux - size in metres of model forecast subdomain along x-axis,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,41-48,Lcx - width in metres of coupling area within forecast domain along x-axis,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,49-56,Ly - size in metres of the domain along y-axis,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,57-64,Luy - size in metres of model forecast subdomain along y-axis,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,65-72,Lcy - width in metres of coupling area within forecast domain along y-axis,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,73,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,74,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,75-78,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,79,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,80-83,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,84,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,85-88,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,89-92,La1 - latitude of first grid point,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,93-96,Lo1 - longitude of first grid point,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,97-100,LaD - latitude(s) at which the Mercator projection intersects the Earth (latitude(s) where Di and Dj are specified),,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,101-104,La2 - latitude of last grid point,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,105-108,Lo2 - longitude of last grid point,,,,,Operational +Grid definition template 3.61 - spectral Mercator with modelling subdomains definition,109-112,"Orientation of the grid, angle between i-direction on the map and the Equator",(see Note 1),,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,15,Spectral representation type,(see Code table 3.6),,3.6,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,16-19,N - bi-Fourier resolution parameter,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,20-23,M - bi-Fourier resolution parameter,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,24,Bi-Fourier truncation type,(see Code table 3.25),,3.25,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,25-32,Lx - size in metres of the domain along x-axis,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,33-40,Lux - size in metres of model forecast subdomain along x-axis,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,41-48,Lcx - width in metres of coupling area within forecast domain along x-axis,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,49-56,Ly - size in metres of the domain along y-axis,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,57-64,Luy - size in metres of model forecast subdomain along y-axis,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,65-72,Lcy - width in metres of coupling area within forecast domain along y-axis,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,73,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,74,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,75-78,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,79,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,80-83,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,84,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,85-88,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,89-92,La1 - latitude of first grid point,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,93-96,Lo1 - longitude of first grid point,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,97,Resolution and component flags,(see Flag table 3.3),,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,98-101,LaD - latitude where Dx and Dy are specified,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,102-105,LoV - orientation of the grid,,,,,Operational +Grid definition template 3.62 - spectral polar stereographic with modelling subdomains definition,106,Projection centre flag,(see Flag table 3.5),,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,15,Spectral representation type,(see Code table 3.6),,3.6,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,16-19,N - bi-Fourier resolution parameter,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,20-23,M - bi-Fourier resolution parameter,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,24,Bi-Fourier truncation type,(see Code table 3.25),,3.25,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,25-32,Lx - size in metres of the domain along x-axis,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,33-40,Lux - size in metres of model forecast subdomain along x-axis,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,41-48,Lcx - width in metres of coupling area within forecast domain along x-axis,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,49-56,Ly - size in metres of the domain along y-axis,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,57-64,Luy - size in metres of model forecast subdomain along y-axis,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,65-72,Lcy - width in metres of coupling area within forecast domain along y-axis,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,73,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,74,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,75-78,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,79,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,80-83,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,84,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,85-88,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,89-92,La1 - latitude of first grid point,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,93-96,Lo1 - longitude of first grid point,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,97-100,LaD - latitude where Dx and Dy are specified,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,101-104,LoV - longitude of meridian parallel to y-axis along which latitude increases as the y-coordinate increases,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,105,Projection centre flag,(see Flag table 3.5),,,3.5,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,106-109,Latin 1 - first latitude from the pole at which the secant cone cuts the sphere,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,110-113,Latin 2 - second latitude from the pole at which the secant cone cuts the sphere,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,114-117,Latitude of the southern pole of projection,,,,,Operational +Grid definition template 3.63 - spectral Lambert conformal with modelling subdomains definition,118-121,Longitude of the southern pole of projection,,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,15,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.90 - space view perspective or orthographic,16,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,17-20,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,21,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,26,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,31-34,Nx - number of points along x-axis (columns),,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,35-38,Ny - number of points along y-axis (rows or lines),,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,39-42,Lap - latitude of sub-satellite point,,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,43-46,Lop - longitude of sub-satellite point,,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,47,Resolution and component flags,(see Flag table 3.3),,,3.3,Operational +Grid definition template 3.90 - space view perspective or orthographic,48-51,"dx - apparent diameter of Earth in grid lengths, in x-direction",,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,52-55,"dy - apparent diameter of Earth in grid lengths, in y-direction",,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,56-59,Xp - x-coordinate of sub-satellite point (in units of 10-3 grid length expressed as an integer),,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,60-63,Yp - y-coordinate of sub-satellite point (in units of 10-3 grid length expressed as an integer),,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,64,Scanning mode,(see Flag table 3.4),,,3.4,Operational +Grid definition template 3.90 - space view perspective or orthographic,65-68,Orientation of the grid; i.e. the angle between the increasing y-axis and the meridian of the sub-satellite point in the direction of increasing latitude,(see Note 3),46,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,69-72,"Nr - altitude of the camera from the Earth's centre, measured in units of the Earth's (equatorial) radius multiplied by a scale factor of 106","(see Notes 2, 4 and 5)","59,22,73",,,Operational +Grid definition template 3.90 - space view perspective or orthographic,73-76,Xo - x-coordinate of origin of sector image,,,,,Operational +Grid definition template 3.90 - space view perspective or orthographic,77-80,Yo - y-coordinate of origin of sector image,,,,,Operational +"Grid definition template 3.100 - triangular grid based on an icosahedron (see Part B, GRIB Attachment I)",15,n2 - exponent of 2 for the number of intervals on main triangle sides,,,,,Operational +"Grid definition template 3.100 - triangular grid based on an icosahedron (see Part B, GRIB Attachment I)",16,n3 - exponent of 3 for the number of intervals on main triangle sides,,,,,Operational +"Grid definition template 3.100 - triangular grid based on an icosahedron (see Part B, GRIB Attachment I)",17-18,ni - number of intervals on main triangle sides of the icosahedron,,,,,Operational +"Grid definition template 3.100 - triangular grid based on an icosahedron (see Part B, GRIB Attachment I)",19,nd - number of diamonds,,,,,Operational +"Grid definition template 3.100 - triangular grid based on an icosahedron (see Part B, GRIB Attachment I)",20-23,Latitude of the pole point of the icosahedron on the sphere,,,,,Operational +"Grid definition template 3.100 - triangular grid based on an icosahedron (see Part B, GRIB Attachment I)",24-27,Longitude of the pole point of the icosahedron on the sphere,,,,,Operational +"Grid definition template 3.100 - triangular grid based on an icosahedron (see Part B, GRIB Attachment I)",28-31,Longitude of the centre line of the first diamond of the icosahedron on the sphere,,,,,Operational +"Grid definition template 3.100 - triangular grid based on an icosahedron (see Part B, GRIB Attachment I)",32,Grid point position,(see Code table 3.8),,3.8,,Operational +"Grid definition template 3.100 - triangular grid based on an icosahedron (see Part B, GRIB Attachment I)",33,Numbering order of diamonds,(see Flag table 3.9),,,3.9,Operational +"Grid definition template 3.100 - triangular grid based on an icosahedron (see Part B, GRIB Attachment I)",34,Scanning mode for one diamond,(see Flag table 3.10),,,3.10,Operational +"Grid definition template 3.100 - triangular grid based on an icosahedron (see Part B, GRIB Attachment I)",35-38,nt - total number of grid points,,,,,Operational +Grid definition template 3.101 - general unstructured grid,15,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.101 - general unstructured grid,16-18,Number of grid used (defined by originating centre),,,,,Operational +Grid definition template 3.101 - general unstructured grid,19,Number of grid in reference (to allow annotating for Arakawa C-grid on arbitrary grid),(see Note),86,,,Operational +Grid definition template 3.101 - general unstructured grid,20-35,Universally Unique Identifier of horizontal grid,,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,15,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,16,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,17-20,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,21,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,26,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,31-34,Nx - number of points along x-axis,,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,35-38,Ny - number of points along y-axis,,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,39-42,La1 - latitude of tangency point (centre of grid),,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,43-46,Lo1 - longitude of tangency point,,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,47,Resolution and component flags,(see Flag table 3.3),,,3.3,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,48-51,Dx - x-direction grid length in units of 10-3 m as measured at the point of the axis,,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,52-55,Dy - y-direction grid length in units of 10-3 m as measured at the point of the axis,,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,56,Projection centre flag,,,,,Operational +Grid definition template 3.110 - equatorial azimuthal equidistant projection,57,Scanning mode,(see Flag table 3.4),,,3.4,Operational +Grid definition template 3.120 - azimuth-range projection,,40-(39+4Nr) For each of Nr radials,,,,,Operational +Grid definition template 3.120 - azimuth-range projection,15-18,Nb - number of data bins along radials,(see Note),1,,,Operational +Grid definition template 3.120 - azimuth-range projection,19-22,Nr - number of radials,,,,,Operational +Grid definition template 3.120 - azimuth-range projection,23-26,La1 - latitude of centre point,,,,,Operational +Grid definition template 3.120 - azimuth-range projection,27-30,Lo1 - longitude of centre point,,,,,Operational +Grid definition template 3.120 - azimuth-range projection,31-34,Dx - spacing of bins along radials,,,,,Operational +Grid definition template 3.120 - azimuth-range projection,35-38,Dstart - offset from origin to inner bound,,,,,Operational +Grid definition template 3.120 - azimuth-range projection,39,Scanning mode,(see Flag table 3.4),,,3.4,Operational +Grid definition template 3.120 - azimuth-range projection,(40+4(X-1))-(41+4(X-1)),"Azi - starting azimuth, degrees x 10 (degrees as north)",,,,,Operational +Grid definition template 3.120 - azimuth-range projection,(42+4(X-1))-(43+4(X-1)),"Adelta - azimuthal width, degrees x 100 (+ clockwise, - counterclockwise), with X = 1 to Nr",,,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,15,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,16,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,17-20,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,21,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,26,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,31-34,Nx - number of points along the x-axis,,,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,35-38,Ny - number of points along the y-axis,,,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,39-42,La1 - latitude of first grid point,,,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,43-46,Lo1 - longitude of first grid point,,,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,47-50,Standard parallel,,,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,51-54,Central longitude,,,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,55,Resolution and component flags,(see Flag table 3.3),,,3.3,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,56-59,Dx - x-direction grid length,(see Note),29,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,60-63,Dy - y-direction grid length,(see Note),29,,,Operational +Grid definition template 3.140 - Lambert azimuthal equal area projection,64,Scanning mode,(see Flag table 3.4),,,,Operational +Grid definition template 3.150 - Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),15,Shape of the Earth,(see Code table 3.2),,3.2,,Operational +Grid definition template 3.150 - Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),16,Scale factor of radius of spherical Earth,,,,,Operational +Grid definition template 3.150 - Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),17-20,Scaled value of radius of spherical Earth,,,,,Operational +Grid definition template 3.150 - Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),21,Scale factor of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.150 - Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.150 - Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),26,Scale factor of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.150 - Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Operational +Grid definition template 3.150 - Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),31,Resolution and component flags,(see Flag table 3.3),,,3.3,Operational +Grid definition template 3.150 - Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),32-35,nsides - number of sides within a rhomboid shape,(see note 1),197a,,,Operational +Grid definition template 3.150 - Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),36-39,Lo - Longitude of the centre line of the first rhomboid,(see note 2),197b,,,Operational +Grid definition template 3.150 - Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),40,Grid point position,(see Code table 3.8),,,3.8,Operational +Grid definition template 3.150 - Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),41,Numbering order,(see Code table 3.12),,,3.12,Operational +Grid definition template 3.150 - Hierarchical Equal Area isoLatitude Pixelization grid (HEALPix),42,Scanning mode,(see Flag table 3.13),,,3.13,Operational +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,15,Shape of the Earth,(see Code table 3.2),,3.2,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,16,Scale factor of radius of spherical Earth,,,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,17-20,Scaled value of radius of spherical Earth,,,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,21,Scale factor of major axis of oblate spheroid Earth,,,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,26,Scale factor of minor axis of oblate spheroid Earth,,,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,31-34,Number of horizontal points,,,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,35-38,Basic angle of the initial production domain,(see Note 1),9,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,39-42,Subdivisions of basic angle used to define extreme longitudes and latitudes,(see Note 1),9,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,43-46,La1 - latitude of first grid point,(see Note 1),9,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,47-50,Lo1 - longitude of first grid point,(see Note 1),9,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,51,Scanning mode,(flags - see Flag table 3.4),,,3.4,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,52-55,La2 - latitude of last grid point,(see Note 1),9,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,56-59,Lo2 - longitude of last grid point,(see Note 1),9,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,60,Type of horizontal line,(see Code table 3.20),,3.20,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,61-62,Number of vertical points,,,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,63,Physical meaning of vertical coordinate,(see Code table 3.15),,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,64,Vertical dimension coordinate values definition,(see Code table 3.21),,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,65-66,NC - number of coefficients or values used to specify vertical coordinates,,,,,Experimental +Grid definition template 3.1000 - cross-section grid with points equally spaced on the horizontal,67-(66+NCx4),"Coefficients to define vertical dimension coordinate values in functional form, or the explicit coordinate values (IEEE 32-bit floating-point values)",,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,,76-82 Last date/time,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,15,Shape of the Earth,(see Code table 3.2),,3.2,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,16,Scale factor of radius of spherical Earth,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,17-20,Scaled value of radius of spherical Earth,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,21,Scale factor of major axis of oblate spheroid Earth,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,22-25,Scaled value of major axis of oblate spheroid Earth,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,26,Scale factor of minor axis of oblate spheroid Earth,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,27-30,Scaled value of minor axis of oblate spheroid Earth,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,31-34,Number of horizontal points,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,35-38,Basic angle of the initial production domain,(see Note 1),9,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,39-42,Subdivisions of basic angle used to define extreme longitudes and latitudes,(see Note 1),9,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,43-46,La1 - latitude of first grid point,(see Note 1),9,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,47-50,Lo1 - longitude of first grid point,(see Note 1),9,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,51,Scanning mode,(see Flag table 3.4),,,3.4,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,52-55,La2 - latitude of last grid point,(see Note 1),9,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,56-59,Lo2 - longitude of last grid point,(see Note 1),9,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,60,Type of horizontal line,(see Code table 3.20),,3.20,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,61-64,NT - number of time steps,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,65,Unit of offset from reference time,(see Code table 4.4),,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,66-69,Offset from reference of first time (negative value when first bit set),,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,70,Type of time increment,(see Code table 4.11),,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,71,Unit of time increment,(see Code table 4.4),,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,72-75,Time increment (negative value when first bit set),,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,76-77,Year,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,78,Month,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,79,Day,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,80,Hour,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,81,Minute,,,,,Experimental +Grid definition template 3.1100 - Hovmöller diagram grid with points equally spaced on the horizontal,82,Second,,,,,Experimental +Grid definition template 3.1200 - time section grid,,30-36 Last date/time,,,,,Experimental +Grid definition template 3.1200 - time section grid,15-18,NT - number of time steps,,,,,Experimental +Grid definition template 3.1200 - time section grid,19,Unit of offset from reference time,(see Code table 4.4),,4.4,,Experimental +Grid definition template 3.1200 - time section grid,20-23,Offset from reference of first time (negative value when first bit set),,,,,Experimental +Grid definition template 3.1200 - time section grid,24,Type of time increment,(see Code table 4.11),,4.11,,Experimental +Grid definition template 3.1200 - time section grid,25,Unit of time increment,(see Code table 4.4),,4.4,,Experimental +Grid definition template 3.1200 - time section grid,26-29,Time increment (negative value when first bit set),,,,,Experimental +Grid definition template 3.1200 - time section grid,30-31,Year,,,,,Experimental +Grid definition template 3.1200 - time section grid,32,Month,,,,,Experimental +Grid definition template 3.1200 - time section grid,33,Day,,,,,Experimental +Grid definition template 3.1200 - time section grid,34,Hour,,,,,Experimental +Grid definition template 3.1200 - time section grid,35,Minute,,,,,Experimental +Grid definition template 3.1200 - time section grid,36,Second,,,,,Experimental +Grid definition template 3.1200 - time section grid,37-38,Number of vertical points,,,,,Experimental +Grid definition template 3.1200 - time section grid,39,Physical meaning of vertical coordinate,(see Code table 3.15),,3.15,,Experimental +Grid definition template 3.1200 - time section grid,40,Vertical dimension coordinate values definition,(see Code table 3.21),,3.21,,Experimental +Grid definition template 3.1200 - time section grid,41-42,NC - number of coefficients or values used to specify vertical coordinates,,,,,Experimental +Grid definition template 3.1200 - time section grid,43-(42+NCx4),"Coefficients to define vertical dimension coordinate values in functional form, or the explicit coordinate values (IEEE 32-bit floating-point values)",,,,,Experimental +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,15-16,Hours of observational data cut-off after reference time,(see Note),33,,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,17,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,19-22,Forecast time in units defined by octet 18,,,,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.0 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time,31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",14,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",15-16,Hours after reference time of data cut-off,(see Note),33,,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",17,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",19-22,Forecast time in units defined by octet 18,,,,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",36,Perturbation number,,,,,Operational +"Product definition template 4.1 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",37,Number of forecasts in ensemble,,,,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,15-16,Hours after reference time of data cut-off,(see Note),33,,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,19-22,Forecast time in units defined by octet 18,,,,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,35,Derived forecast,(see Code table 4.7),,4.7,,Operational +Product definition template 4.2 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer at a point in time,36,Number of forecasts in ensemble,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,15-16,Hours after reference time of data cut-off,(see Note),33,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,19-22,Forecast time in units defined by octet 18,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,35,Derived forecast,(see Code table 4.7),,4.7,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,36,Number of forecasts in the ensemble (N),,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,37,Cluster identifier,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,38,Number of cluster to which the high-resolution control belongs,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,39,Number of cluster to which the low-resolution control belongs,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,40,Total number of clusters,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,41,Clustering method,(see Code table 4.8),,4.8,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,42-45,Northern latitude of cluster domain,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,46-49,Southern latitude of cluster domain,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,50-53,Eastern longitude of cluster domain,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,54-57,Western longitude of cluster domain,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,58,Nc - number of forecasts in the cluster,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,59,Scale factor of standard deviation in the cluster,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,60-63,Scaled value of standard deviation in the cluster,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,64,Scale factor of distance of the cluster from ensemble mean,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,65-68,Scaled value of distance of the cluster from ensemble mean,,,,,Operational +Product definition template 4.3 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time,69-(68+Nc),List of Nc ensemble forecast numbers (Nc is given in octet 58),,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,15-16,Hours after reference time of data cut-off,(see Note),33,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,19-22,Forecast time in units defined by octet 18,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,35,Derived forecast,(see Code table 4.7),,4.7,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,36,Number of forecasts in the ensemble (N),,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,37,Cluster identifier,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,38,Number of cluster to which the high-resolution control belongs,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,39,Number of cluster to which the low-resolution control belongs,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,40,Total number of clusters,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,41,Clustering method,(see Code table 4.8),,4.8,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,42-45,Latitude of central point in cluster domain,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,46-49,Longitude of central point in cluster domain,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,50-53,Radius of cluster domain,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,54,Nc - number of forecasts in the cluster,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,55,Scale factor of standard deviation in the cluster,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,56-59,Scaled value of standard deviation in the cluster,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,60,Scale factor of distance of the cluster from ensemble mean,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,61-64,Scaled value of distance of the cluster from ensemble mean,,,,,Operational +Product definition template 4.4 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in time,65-(64+Nc),List of Nc ensemble forecast numbers (Nc is given in octet 54),,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,15-16,Hours after reference time of data cut-off,(see Note),33,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,19-22,Forecast time in units defined by octet 18,,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,35,Forecast probability number,,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,36,Total number of forecast probabilities,,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,37,Probability type,(see Code table 4.9),,4.9,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,38,Scale factor of lower limit,,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,39-42,Scaled value of lower limit,,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,43,Scale factor of upper limit,,,,,Operational +Product definition template 4.5 - probability forecasts at a horizontal level or in a horizontal layer at a point in time,44-47,Scaled value of upper limit,,,,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,15-16,Hours after reference time of data cut-off,(see Note),33,,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,19-22,Forecast time in units defined by octet 18,,,,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.6 - percentile forecasts at a horizontal level or in a horizontal layer at a point in time,35,Percentile value (from 100% to 0%),,,,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,19-22,Forecast time in units defined by octet 18,,,,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.7 - analysis or forecast error at a horizontal level or in a horizontal layer at a point in time,31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,47-58 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,"59-nn These octets are included only if n > 1, where nn = 46 + 12 x n",,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",17,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",19-22,Forecast time in units defined by octet 18,(see Note 2),111,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",35-36,Year - time of end of overall time interval,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",37,Month - time of end of overall time interval,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",38,Day - time of end of overall time interval,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",39,Hour - time of end of overall time interval,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",40,Minute - time of end of overall time interval,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",41,Second - time of end of overall time interval,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",42,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",43-46,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",47,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.1,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",48,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",49,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",50-53,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",54,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",55-58,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,96",,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",59-70,"As octets 47 to 58, next innermost step of processing",,,,,Operational +"Product definition template 4.8 - average, accumulation and/or extreme values or other statistically processed values at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",71-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 47 to 58, repeated as necessary",,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,60-71 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,"72-nn These octets are included only if n > 1, where nn = 59 + 12 x n",,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,19-22,Forecast time in units defined by octet 18,(see Note 2),111,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,35,Forecast probability number,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,36,Total number of forecast probabilities,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,37,Probability type,(see Code table 4.9),,4.9,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,38,Scale factor of lower limit,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,39-42,Scaled value of lower limit,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,43,Scale factor of upper limit,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,44-47,Scaled value of upper limit,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,48-49,Year of end of overall time interval,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,50,Month of end of overall time interval,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,51,Day of end of overall time interval,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,52,Hour of end of overall time interval,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,53,Minute of end of overall time interval,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,54,Second of end of overall time interval,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,55,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,56-59,Total number of data values missing in the statistical process,,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,60,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,61,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,62,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,63-66,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,67,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,68-71,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,95",,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,72-83,"As octets 60 to 71, next innermost step of processing",,,,,Operational +Product definition template 4.9 - probability forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,84-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 60 to 71, repeated as necessary.",,,,,Operational +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,48-59 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,"60-nn These octets are included only if n > 1, where nn = 47 + 12 x n",,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,10,Parameter category,(see Code table 4.1),,4.1,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,11,Parameter number,(see Code table 4.2),,4.2,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,12,Type of generating process,(see Code table 4.3),,4.3,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,13,Background generating process identifier (defined by originating centre),,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,14,Forecast generating process identifier (defined by originating centre),,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,17,Minutes after reference time for data cut-off,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,19-22,Forecast time in units defined by previous octet,(see Note 2),111,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,24,Scale factor of first fixed surface,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,25-28,Scaled value of first fixed surface,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,30,Scale factor of second fixed surface,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,31-34,Scaled value of second fixed surface,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,35,Percentile value (from 100% to 0%),,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,36-37,Year of end of overall time interval,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,38,Month of end of overall time interval,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,39,Day of end of overall time interval,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,40,Hour of end of overall time interval,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,41,Minute of end of overall time interval,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,42,Second of end of overall time interval,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,43,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,44-47,Total number of data values missing in the statistical process,,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,48,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,49,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,50,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,51-54,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,55,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,56-59,"Time increment between successive fields, in units defined by the previous octet",(see Note 3),7,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,60-71,"As octets 48-59, next innermost step of processing",,,,,Experimental +Product definition template 4.10 - percentile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,72-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 48 to 59, repeated as necessary.",,,,,Experimental +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,50-61 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,"62-nn These octets are included only if n > 1, where nn = 49 + 12 x n",,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",14,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",17,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",19-22,Forecast time in units defined by octet 18,(see Note 2),111,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",36,Perturbation number,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",37,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",38-39,Year of end of overall time interval,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",40,Month of end of overall time interval,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",41,Day of end of overall time interval,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",42,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",43,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",44,Second of end of overall time interval,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",45,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",46-49,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",50,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",51,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",52,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",53-56,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",57,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",58-61,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,99",,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",62-73,"As octets 50 to 61, next innermost step of processing",,,,,Operational +"Product definition template 4.11 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",74-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 50 to 61, repeated as necessary",,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,49-60 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,"61-nn These octets are included only if n > 1, where nn = 48 + 12 x n",,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,19-22,Forecast time in units defined by octet 18,(see Note 2),111,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,35,Derived forecast,(see Code table 4.7),,4.7,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,36,Number of forecasts in the ensemble (N),,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,37-38,Year of end of overall time interval,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,39,Month of end of overall time interval,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,40,Day of end of overall time interval,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,41,Hour of end of overall time interval,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,42,Minute of end of overall time interval,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,43,Second of end of overall time interval,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,44,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,45-48,Total number of data values missing in statistical process,,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,49,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,50,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,51,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,52-55,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,56,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,57-60,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,97",,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,61-72,"As octets 49 to 60, next innermost step of processing",,,,,Operational +Product definition template 4.12 - derived forecasts based on all ensemble members at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,73-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 49 to 60, repeated as necessary",,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,81-92 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,"93-nn These octets are included only if n > 1, where nn = 80 + 12 x n",,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(nn+1)-(nn+NC),List of NC ensemble forecast numbers (NC is given in octet 58),,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,19-22,Forecast time in units defined by octet 18,(see Note 2),111,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,35,Derived forecast,(see Code table 4.7),,4.7,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,36,Number of forecasts in the ensemble (N),,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,37,Cluster identifier,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,38,Number of cluster to which the high-resolution control belongs,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,39,Number of cluster to which the low-resolution control belongs,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,40,Total number of clusters,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,41,Clustering method,(see Code table 4.8),,4.8,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,42-45,Northern latitude of cluster domain,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,46-49,Southern latitude of cluster domain,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,50-53,Eastern longitude of cluster domain,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,54-57,Western longitude of cluster domain,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,58,NC - number of forecasts in the cluster,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,59,Scale factor of standard deviation in the cluster,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,60-63,Scaled value of standard deviation in the cluster,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,64,Scale factor of distance of the cluster from ensemble mean,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,65-68,Scaled value of distance of the cluster from ensemble mean,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,69-70,Year of end of overall time interval,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,71,Month of end of overall time interval,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,72,Day of end of overall time interval,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,73,Hour of end of overall time interval,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,74,Minute of end of overall time interval,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,75,Second of end of overall time interval,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,76,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,77-80,Total number of data values missing in statistical process,,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,81,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,82,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,83,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,84-87,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,88,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,89-92,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,109",,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,93-104,"As octets 81 to 92, next innermost step of processing",,,,,Operational +Product definition template 4.13 - derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,105-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 81 to 92, repeated as necessary",,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,77-88 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,"89-nn These octets are included only if n > 1, where nn = 76 + 12 x n",,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(nn+1)-(nn+NC),List of NC ensemble forecast numbers (NC is given in octet 54),,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,19-22,Forecast time in units defined by octet 18,(see Note 2),111,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,35,Derived forecast,(see Code table 4.7),,4.7,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,36,Number of forecasts in the ensemble (N),,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,37,Cluster identifier,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,38,Number of cluster to which the high-resolution control belongs,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,39,Number of cluster to which the low-resolution control belongs,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,40,Total number of clusters,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,41,Clustering method,(see Code table 4.8),,4.8,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,42-45,Latitude of central point in cluster domain,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,46-49,Longitude of central point in cluster domain,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,50-53,Radius of cluster domain,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,54,NC - number of forecasts in the cluster,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,55,Scale factor of standard deviation in the cluster,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,56-59,Scaled value of standard deviation in the cluster,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,60,Scale factor of distance of the cluster from ensemble mean,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,61-64,Scaled value of distance of the cluster from ensemble mean,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,65-66,Year of end of overall time interval,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,67,Month of end of overall time interval,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,68,Day of end of overall time interval,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,69,Hour of end of overall time interval,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,70,Minute of end of overall time interval,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,71,Second of end of overall time interval,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,72,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,73-76,Total number of data values missing in statistical process,,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,77,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,78,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,79,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,80-83,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,84,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,85-88,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,108",,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,89-110,"As octets 77 to 88, next innermost step of processing",,,,,Operational +Product definition template 4.14 - derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,111-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 77 to 88, repeated as necessary",,,,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",15-16,Hours of observational data cut-off after reference time,(see Note),33,,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",17,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",19-22,Forecast time in units defined by octet 18,,,,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",35,Statistical process used within the spatial area defined by octet 36,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",36,Type of spatial processing used to arrive at given data value from the source data,(see Code table 4.15),,4.15,,Operational +"Product definition template 4.15 - average, accumulation, extreme values, or other statistically processed values over a spatial area at a horizontal level or in a horizontal layer at a point in time",37,Number of data points used in spatial processing defined in octet 36,,,,,Operational +Product definition template 4.20 - radar product,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.20 - radar product,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.20 - radar product,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.20 - radar product,13,Number of radar sites used,,,,,Operational +Product definition template 4.20 - radar product,14,Indicator of unit of time range,,,,,Operational +Product definition template 4.20 - radar product,15-18,Site latitude (in 10-6 degree),,,,,Operational +Product definition template 4.20 - radar product,19-22,Site longitude (in 10-6 degree),,,,,Operational +Product definition template 4.20 - radar product,23-24,Site elevation (metres),,,,,Operational +Product definition template 4.20 - radar product,25-28,Site ID (alphanumeric),,,,,Operational +Product definition template 4.20 - radar product,29-30,Site ID (numeric),,,,,Operational +Product definition template 4.20 - radar product,31,Operating mode,(see Code table 4.12),,4.12,,Operational +Product definition template 4.20 - radar product,32,Reflectivity calibration constant (tenths of dB),,,,,Operational +Product definition template 4.20 - radar product,33,Quality control indicator,(see Code table 4.13),,4.13,,Operational +Product definition template 4.20 - radar product,34,Clutter filter indicator,(see Code table 4.14),,4.14,,Operational +Product definition template 4.20 - radar product,35,Constant antenna elevation angle (tenths of degree true),,,,,Operational +Product definition template 4.20 - radar product,36-37,Accumulation interval (minutes),,,,,Operational +Product definition template 4.20 - radar product,38,Reference reflectivity for echo top (dB),,,,,Operational +Product definition template 4.20 - radar product,39-41,Range bin spacing (metres),,,,,Operational +Product definition template 4.20 - radar product,42-43,Radial angular spacing (tenths of degree true),,,,,Operational +Product definition template 4.30 - satellite product,,"15- Repeat the following 10 octets for each contributing band (nb = 1, NB)",,,,,Deprecated +Product definition template 4.30 - satellite product,10,Parameter category,(see Code table 4.1),,4.1,,Deprecated +Product definition template 4.30 - satellite product,11,Parameter number,(see Code table 4.2),,4.2,,Deprecated +Product definition template 4.30 - satellite product,12,Type of generating process,(see Code table 4.3),,4.3,,Deprecated +Product definition template 4.30 - satellite product,13,Observation generating process identifier (defined by originating centres),,,,,Deprecated +Product definition template 4.30 - satellite product,14,Number of contributing spectral bands (NB),,,,,Deprecated +Product definition template 4.30 - satellite product,(15+10(nb-1))-(16+10(nb-1)),Satellite series of band nb (code table defined by originating/generating centre),(see Note 2),14,,,Deprecated +Product definition template 4.30 - satellite product,(17+10(nb-1))-(18+10(nb-1)),Satellite numbers of band nb (code table defined by originating/generating centre),(see Note 2),14,,,Deprecated +Product definition template 4.30 - satellite product,(19+10(nb-1)),Instrument types of band nb (code table defined by originating/generating centre),(see Note 2),14,,,Deprecated +Product definition template 4.30 - satellite product,(20+10(nb-1)),Scale factor of central wave number of band nb,,,,,Deprecated +Product definition template 4.30 - satellite product,(21+10(nb-1))-(24+10(nb-1)),Scaled value of central wave number of band nb (units: m-1),,,,,Deprecated +Product definition template 4.31 - satellite product,,"15- Repeat the following 11 octets for each contributing band (nb = 1, NB)",,,,,Operational +Product definition template 4.31 - satellite product,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.31 - satellite product,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.31 - satellite product,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.31 - satellite product,13,Observation generating process identifier (defined by originating centres),,,,,Operational +Product definition template 4.31 - satellite product,14,Number of contributing spectral bands (NB),,,,,Operational +Product definition template 4.31 - satellite product,(15+11(nb-1))-(16+11(nb-1)),Satellite series of band nb (code table defined by originating/generating centre),(see Note),14,,,Operational +Product definition template 4.31 - satellite product,(17+11(nb-1))-(18+11(nb-1)),Satellite numbers of band nb (code table defined by originating/generating centre),(see Note),14,,,Operational +Product definition template 4.31 - satellite product,(19+11(nb-1))-(20+11(nb-1)),Instrument types of band nb (code table defined by originating/generating centre),(see Note),14,,,Operational +Product definition template 4.31 - satellite product,(21+11(nb-1)),Scale factor of central wave number of band nb,,,,,Operational +Product definition template 4.31 - satellite product,(22+11(nb-1))-(25+11(nb-1)),Scaled value of central wave number of band nb (units: m-1),,,,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,,"24- Repeat the following 11 octets for each contributing band (nb = 1, NB)",,,,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,14,Analysis or forecast generating process identifier,,,,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,15-16,Hours of observational data cut-off after reference time,(see Note 2),33,,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,17,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,19-22,Forecast time in units defined by octet 18,,,,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,23,Number of contributing spectral bands (NB),,,,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,(24+11(nb-1))-(25+11(nb-1)),Satellite series of band nb (Code table defined by originating/generating centre),(see Note 1),14,,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,(26+11(nb-1))-(27+11(nb-1)),Satellite number of band nb (Code table defined by originating/generating centre),(see Note 1),14,,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,(28+11(nb-1))-(29+11(nb-1)),Instrument types of band nb (Code table defined by originating/generating centre),(see Note 1),14,,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,(30 +11(nb-1)),Scale factor of central wave number of band nb,,,,,Operational +Product definition template 4.32 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data,(31+11(nb-1))-(34+11(nb-1)),Scaled value of central wave number of band nb (units: m-1),,,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",,"24- Repeat the following 11 octets for each contributing band (nb = 1, NB)",,,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",14,Analysis or forecast generating process identifier,,,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",15-16,Hours of observational data cut-off after reference time,(see Note),33,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",17,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",19-22,Forecast time in units defined by octet 18,,,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",23,Number of contributing spectral bands (NB),,,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",(24+11(nb-1))-(25+11(nb-1)),Satellite series of band nb (code table defined by originating/generating centre),,,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",(24+11NB),Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",(24+11NB+1),Perturbation number,,,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",(24+11NB+2),Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",(26+11(nb-1))-(27+11(nb-1)),Satellite number of band nb (code table defined by originating/generating centre),,,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",(28+11(nb-1))-(29+11(nb-1)),Instrument types of band nb (code table defined by originating/generating centre),,,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",(30+11(nb-1)),Scale factor of central wave number of band nb,,,,,Operational +"Product definition template 4.33 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for simulated (synthetic) satellite data",(31+11(nb-1))-(34+11(nb-1)),Scaled value of central wave number of band nb (units: m-1),,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",,"24- Repeat the following 11 octets for each contributing band (nb = 1, NB)",,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",,"(39+11NB)- Repeat the following 12 octets for each time range spec (i = 1, n)",,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",14,Analysis or forecast generating process identifier,,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",15-16,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",17,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",19-22,Forecast time in units defined by octet 18,(see Note 2),111,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",23,Number of contributing spectral bands (NB),,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(24+11(nb-1))-(25+11(nb-1)),Satellite series of band nb (code table defined by originating/generating centre),,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(24+11NB),Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(25+11NB),Perturbation number,,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(26+11(nb-1))-(27+11(nb-1)),Satellite number of band nb (code table defined by originating/generating centre),,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(26+11NB),Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(27+11NB)-(28+11NB),Year of end of overall time interval,,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(28+11(nb-1))-(29+11(nb-1)),Instrument types of band nb (code table defined by originating/generating centre),,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(29+11NB),Month of end of overall time interval,,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(30+11(nb-1)),Scale factor of central wave number of band nb,,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(30+11NB),Day of end of overall time interval,,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(31+11(nb-1))-(34+11(nb-1)),Scaled value of central wave number of band nb (units: m-1),,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(31+11NB),Hour of end of overall time interval,,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(32+11NB),Minute of end of overall time interval,,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(33+11NB),Second of end of overall time interval,,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(34+11NB),n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(35+11NB)-(38+11NB),Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(39+11NB+12(i-1)),Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(40+11NB+12(i-1)),Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(41+11NB+12(i-1)),Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(42+11NB+12(i-1))-(45+11NB+12(i-1)),"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(46+11NB+12(i-1)),Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.34 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous interval for simulated (synthetic) satellite data",(47+11NB+12(i-1))-(50+11NB+12(i-1)),"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,98",,,Operational +Product definition template 4.35 - satellite product with or without associated quality values,,"16- Repeat the following 11 octets for each contributing band (nb = 1,NB)",,,,,Operational +Product definition template 4.35 - satellite product with or without associated quality values,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.35 - satellite product with or without associated quality values,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.35 - satellite product with or without associated quality values,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.35 - satellite product with or without associated quality values,13,Observation generating process identifier (defined by originating centres),,,,,Operational +Product definition template 4.35 - satellite product with or without associated quality values,14,Quality value associated with parameter,(see Code table 4.16),,4.16,,Operational +Product definition template 4.35 - satellite product with or without associated quality values,15,Number of contributing spectral bands (NB),,,,,Operational +Product definition template 4.35 - satellite product with or without associated quality values,(16+11(nb-1))-(17+11(nb-1)),Satellite series of band nb (code table defined by originating/generating centre),(see Note),14,,,Operational +Product definition template 4.35 - satellite product with or without associated quality values,(18+11(nb-1))-(19+11(nb-1)),Satellite numbers of band nb (code table defined by originating/generating centre),(see Note),14,,,Operational +Product definition template 4.35 - satellite product with or without associated quality values,(20+11(nb-1))-(21+11(nb-1)),Instrument types of band nb (code table defined by originating/generating centre),(see Note),14,,,Operational +Product definition template 4.35 - satellite product with or without associated quality values,(22+11(nb-1)),Scale factor of central wave number of band nb,,,,,Operational +Product definition template 4.35 - satellite product with or without associated quality values,(23+11(nb-1))-(26+11(nb-1)),Scaled value of central wave number of band nb (units: m-1),,,,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,14,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,15,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,16,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,17-18,Hours of observational data cut-off after reference time,(see Note),33,,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,19,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,20,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,21-24,Forecast time in units defined by octet 20,,,,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,25,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,26,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,27-30,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,31,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,32,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.40 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents,33-36,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",14,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",15,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",16,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",17-18,Hours after reference time of data cut-off,(see Note),33,,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",19,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",20,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",21-24,Forecast time in units defined by octet 20,,,,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",25,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",26,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",27-30,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",31,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",32,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",33-36,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",37,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",38,Perturbation number,,,,,Operational +"Product definition template 4.41 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents",39,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",,49-60 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",,"61-nn These octets are included only if n > 1, where nn = 48 + 12 x n",,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",14,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",15,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",16,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",17-18,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",19,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",20,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",21-24,Forecast time in units defined by octet 20,(see Note 2),111,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",25,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",26,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",27-30,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",31,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",32,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",33-36,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",37-38,Year,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",39,Month,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",40,Day,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",41,Hour,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",42,Minute,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",43,Second,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",44,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",45-48,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",49,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",50,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",51,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",52-55,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",56,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",57-60,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,97",,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",61-72,"As octets 49 to 60, next innermost step of processing",,,,,Operational +"Product definition template 4.42 - average, accumulation, and/or 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 atmospheric chemical constituents",73-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 49 to 60, repeated as necessary",,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",,52-63 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",,"64-nn These octets are included only if n > 1, where nn = 51 + 12 x n",,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",14,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",15,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",16,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",17-18,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",19,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",20,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",21-24,Forecast time in units defined by octet 20,(see Note 2),111,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",25,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",26,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",27-30,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",31,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",32,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",33-36,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",37,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",38,Perturbation number,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",39,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",40-41,Year of end of overall time interval,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",42,Month of end of overall time interval,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",43,Day of end of overall time interval,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",44,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",45,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",46,Second of end of overall time interval,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",47,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",48-51,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",52,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",53,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",54,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",55-58,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",59,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",60-63,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,100",,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",64-75,"As octets 52 to 63, next innermost step of processing",,,,,Operational +"Product definition template 4.43 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents",76-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 52 to 63, repeated as necessary",,,,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,12-13,Aerosol type,(see Code table 4.233),,4.233,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,14,Type of interval for first and second sizes,(see Code table 4.91),,4.91,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,15,Scale factor of first size,,,,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,16-19,Scaled value of first size in metres,,,,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,20,Scale factor of second size,,,,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,21-24,Scaled value of second size in metres,,,,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,25,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,26,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,27,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,28-29,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,30,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,31,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,32-33,Forecast time in units defined by octet 31,,,,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,34,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,35,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,36-39,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,40,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,41,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.44 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for aerosol,42-45,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",12-13,Aerosol type,(see Code table 4.233),,4.233,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",14,Type of interval for first and second sizes,(see Code table 4.91),,4.91,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",15,Scale factor of first size,,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",16-19,Scaled value of first size in metres,,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",20,Scale factor of second size,,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",21-24,Scaled value of second size in metres,,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",25,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",26,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",27,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",28-29,Hours after reference time of data cut-off,(see Note),33,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",30,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",31,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",32-35,Forecast time in units defined by octet 31,,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",36,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",37,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",38-41,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",42,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",43,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",44-47,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",48,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",49,Perturbation number,,,,,Operational +"Product definition template 4.45 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for aerosol",50,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",,60-71 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",,"72-nn These octets are included only if n > 1, where nn = 59 + 12 x n",,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",12-13,Aerosol type,(see Code table 4.233),,4.233,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",14,Type of interval for first and second sizes,(see Code table 4.91),,4.91,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",15,Scale factor of first size,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",16-19,Scaled value of first size in metres,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",20,Scale factor of second size,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",21-24,Scaled value of second size in metres,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",25,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",26,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",27,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",28-29,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",30,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",31,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",32-35,Forecast time in units defined by octet 31,(see Note 2),111,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",36,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",37,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",38-41,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",42,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",43,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",44-47,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",48-49,Year - Time of end of overall time interval,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",50,Month - Time of end of overall time interval,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",51,Day - Time of end of overall time interval,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",52,Hour - Time of end of overall time interval,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",53,Minute - Time of end of overall time interval,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",54,Second - Time of end of overall time interval,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",55,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",56-59,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",60,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",61,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",62,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",63-66,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",67,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",68-71,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,104",,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",72-83,"As octets 60 to 71, next innermost step of processing",,,,,Operational +"Product definition template 4.46 - average, accumulation, and/or 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 aerosol",84-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 60 to 71, repeated as necessary",,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",,63-74 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",,"75-nn These octets are included only if n > 1, where nn = 62 + 12 x n",,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",13-14,Aerosol type,(see Code table 4.233),,4.233,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",15,Type of interval for first and second sizes,(see Code table 4.91),,4.91,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",16,Scale factor of first size,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",17-20,Scaled value of first size in metres,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",21,Scale factor of second size,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",22-25,Scaled value of second size in metres,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",26,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",27,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",28-29,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",30,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",31,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",32-35,Forecast time in units defined by octet 31,(see Note 2),111,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",36,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",37,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",38-41,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",42,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",43,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",44-47,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",48,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",49,Perturbation number,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",50,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",51-52,Year of end of overall time interval,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",53,Month of end of overall time interval,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",54,Day of end of overall time interval,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",55,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",56,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",57,Second of end of overall time interval,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",58,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",59-62,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",63,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",64,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",65,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",66-69,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",70,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",71-74,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,107",,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",75-86,"As octets 63 to 74, next innermost step of processing",,,,,Operational +"Product definition template 4.47 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",87-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 63 to 74, repeated as necessary",,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,12-13,Aerosol type,(see Common Code table C-14),,CCT-14,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,14,Type of interval for first and second size,(see Code table 4.91),,4.91,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,15,Scale factor of first size,,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,16-19,Scaled value of first size in metres,,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,20,Scale factor of second size ,,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,21-24,Scaled value of second size in metres,,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,25,Type of interval for first and second wavelength,(see Code table 4.91),,4.91,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,26,Scale factor of first wavelength,,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,27-30,Scaled value of first wavelength in metres,,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,31,Scale factor of second wavelength,,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,32-35,Scaled value of second wavelength in metres,,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,36,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,37,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,38,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,39-40,Hours of observational data cut-off after reference time,(see Note),33,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,41,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,42,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,43-46,Forecast time in units defined by octet 42,,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,47,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,48,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,49-52,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,53,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,54,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.48 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol,55-58,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",12-13,Aerosol type,(see Common Code table C-14),,CCT-14,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",14,Type of interval for first and second size,(see Code table 4.91),,4.91,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",15,Scale factor of first size,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",16-19,Scaled value of first size in metres,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",20,Scale factor of second size,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",21-24,Scaled value of second size in metres,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",25,Type of interval for first and second wavelength,(see Code table 4.91),,4.91,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",26,Scale factor of first wavelength,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",27-30,Scaled value of first wavelength in metres,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",31,Scale factor of second wavelength,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",32-35,Scaled value of second wavelength in metres,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",36,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",37,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",38,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",39-40,Hours of observational data cut-off after reference time,(see Note),33,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",41,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",42,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",43-46,Forecast time in units defined by octet 42,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",47,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",48,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",49-52,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",53,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",54,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",55-58,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",59,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",60,Perturbation number,,,,,Operational +"Product definition template 4.49 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol",61,Number of forecasts in ensemble,,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,,"36- Repeat the following 12 octets for each category (i = 1,NC)",,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,15-16,Hours after reference time of data cut-off,(see Note),33,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,19-22,Forecast time in units defined by octet 18,,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,35,NC - number of categories,,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,(36+12(i-1)),Code figure,,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,(37+12(i-1)),Type of interval for first and second limits,(see Code table 4.91),,4.91,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,(38+12(i-1)),Scale factor of first limit,,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,(39+12(i-1))-(42+12(i-1)),Scaled value of first limit,,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,(43+12(i-1)),Scale factor of second limit,,,,,Operational +Product definition template 4.51 - categorical forecasts at a horizontal level or in a horizontal layer at a point in time,(44+12(i-1))-(47+12(i-1)),Scaled value of second limit,,,,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2 and Notes 2 and 3),"60,121",4.2,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,12,Partition Table Number (PTN),(see Notes 1 and 3),"6,121",,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,13,Number of Partitions (NP),(see Note 1),6,,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,14-(14+2NP-1),Partition set (list all partition numbers in the partition),(see Code table 4.PTN and Note 1),6,4.PTN,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(14+2NP)-(15+2NP),Partition number (PN),(see Code table 4.PTN and Note 3),121,4.PTN,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(16+2NP),Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(17+2NP),Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(18+2NP),Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(19+2NP)-(20+2NP),Hours of observational data cut-off after reference time,(see Note 1),6,,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(21+2NP),Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(22+2NP),Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(23+2NP)-(26+2NP),Forecast time in units defined by previous octet,,,,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(27+2NP),Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(28+2NP),Scale factor of first fixed surface,,,,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(29+2NP)-(32+2NP),Scaled value of first fixed surface,,,,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(33+2NP),Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(34+2NP),Scale factor of second fixed surface,,,,,Operational +Product definition template 4.53 - partitioned parameters at a horizontal level or in a horizontal layer at a point in time,(35+2NP)-(38+2NP),Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",11,Parameter number,(see Code table 4.2 and Notes 2 and 3),"60,121",4.2,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",12,Partition Table Number (PTN),(see Notes 1 and 3),"6,121",,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",13,Number of Partitions (NP),(see Note 1),6,,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",14-(14+2NP-1),Partition set (list all partition numbers in the partition),(see Code table 4.PTN and Note 1),6,4.PTN,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(14+2NP)-(15+2NP),Partition number (PN),(see Code table 4.PTN and Note 3),121,4.PTN,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(16+2NP),Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(17+2NP),Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(18+2NP),Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(19+2NP)-(20+2NP),Hours of observational data cut-off after reference time,(see Note 1),6,,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(21+2NP),Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(22+2NP),Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(23+2NP)-(26+2NP),Forecast time in units defined by octet (22+2NP),,,,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(27+2NP),Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(28+2NP),Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(29+2NP)-(32+2NP),Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(33+2NP),Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(34+2NP),Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(35+2NP)-(38+2NP),Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(39+2NP),Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(40+2NP),Perturbation number,,,,,Operational +"Product definition template 4.54 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for partitioned parameters",(41+2NP),Number of forecasts in ensemble,,,,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,12,Tile classification,(see Code table 4.242),,4.242,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,13,Total number (NT) of tile/attribute pairs,(see Notes 1 and 2),"20,58",,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,14,Number of used spatial tiles (NUT),(see Notes 1 and 2),"20,58",,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,15,"Tile index (ITN = {1,…, NUT})",(see Note 1),58,,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,16,Number of used tile attributes (NAT) for tile ITN,(see Note 1),58,,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,17,"Attribute of tile (A = {A(1),…, A(NAT(ITN))})",(see Code table 4.241 and Note 1),58,4.241,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,18,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,19,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,20,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,21-22,Hours of observational data cut-off after reference time,(see Note 3),33,,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,23,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,24,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,25-28,Forecast time in units defined by octet 24,,,,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,29,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,30,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,31-34,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,35,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,36,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.55 - spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time,37-40,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",10,Parameter category,(see Code table 4.1),,4.1,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",11,Parameter number,(see Code table 4.2),,4.2,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",12,Tile classification,(see Code table 4.242),,4.242,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",13,Total number (NT) of tile/attribute pairs,(see Notes 1 and 2),"20,58",,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",14,Number of used spatial tiles (NUT),(see Notes 1 and 2),"20,58",,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",15,"Tile index (ITN = {1,…, NUT})",(see Note 1),58,,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",16,Number of used tile attributes (NAT) for tile ITN,(see Note 1),58,,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",17,"Attribute of tile (A = {A(1),…, A(NAT(ITN))})",(see Code table 4.241 and Note 1),58,4.241,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",18,Type of generating process,(see Code table 4.3),,4.3,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",19,Background generating process identifier (defined by originating centre),,,,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",20,Analysis or forecast generating process identifier (defined by originating centre),,,,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",21-22,Hours of observational data cut-off after reference time,(see Note 3),33,,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",23,Minutes of observational data cut-off after reference time,,,,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",24,Indicator of unit of time range,(see Code table 4.4),,4.4,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",25-28,Forecast time in units defined by octet 24,,,,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",29,Type of first fixed surface,(see Code table 4.5),,4.5,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",30,Scale factor of first fixed surface,,,,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",31-34,Scaled value of first fixed surface,,,,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",35,Type of second fixed surface,(see Code table 4.5),,4.5,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",36,Scale factor of second fixed surface,,,,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",37-40,Scaled value of second fixed surface,,,,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",41,Perturbation number,,,,,Deprecated +"Product definition template 4.56 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",42,Number of forecasts in ensemble,,,,,Deprecated +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,,"Repeat the following 5 octets for the number of function parameters (n = 1,Np), if Np > 0",,,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,14-15,Number of modes (N) of distribution,(see Note 1),36,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,16-17,Mode number (l),,,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,18-19,Type of distribution function,(see Code table 4.240),,4.240,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,20,"Number of following function parameters (Np), defined by type given in octets 18-19 (Type of distribution function)",,,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,21+5(n-1),"List of scale factor of fixed distribution function parameter (p1-pNp), defined by type of distribution in octets 18-19",,,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,21+5Np,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,(22+5(n-1))-(25+5(n-1)),"List of scaled value of fixed distribution function parameter (p1-pNp), defined by type of distribution in octets 18-19",,,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,22+5Np,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,23+5Np,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,(24+5Np)-(25+5Np),Hours of observational data cut-off after reference time,(see Note 2),33,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,26+5Np,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,27+5Np,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,(28+5Np)-(31+5Np),Forecast time in units defined by the previous octet,,,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,32+5Np,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,33+5Np,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,(34+5Np)-(37+5Np),Scaled value of first fixed surface,,,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,38+5Np,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,39+5Np,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.57 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function,(40+5Np)-(43+5Np),Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",,"Repeat the following 5 octets for the number of function parameters (n = 1, Np), if Np > 0",,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",14-15,Number of modes (N) of distribution,(see Note 1),36,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",16-17,Mode number (l),,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",18-19,Type of distribution function,(see Code table 4.240),,4.240,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",20,"Number of following function parameters (Np), defined by type given in octets 18-19 (Type of distribution function)",,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",21+5(n-1),"List of scale factor of fixed distribution function parameter (p1-pNp), defined by type of distribution in octets 18-19",,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",21+5Np,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",(22+5(n-1))-(25+5(n-1)),"List of scaled value of fixed distribution function parameter (p1-pNp), defined by type of distribution in octets 18-19",,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",22+5Np,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",23+5Np,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",(24+5Np)-(25+5Np),Hours of observational data cut-off after reference time,(see Note 2),33,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",26+5Np,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",27+5Np,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",(28+5Np)-(31+5Np),Forecast time in units defined by the previous octet,,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",32+5Np,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",33+5Np,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",(34+5Np)-(37+5Np),Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",38+5Np,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",39+5Np,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",(40+5Np)-(43+5Np),Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",44+5Np,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",45+5Np,Perturbation number,,,,,Operational +"Product definition template 4.58 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents based on a distribution function",46+5Np,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",12,Tile classification,(see Code table 4.242),,4.242,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",13,Total number (NT) of tile/attribute pairs,(see Notes 1 and 2),"20,58",,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",14,Number of used spatial tiles (NUT),(see Notes 1 and 2),"20,58",,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",15,"Tile index (ITN = {1,…, NUT})",(see Note 1),58,,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",16,Number of used tile attributes (NAT) for tile ITN,(see Note 1),58,,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",17,"Attribute of tile (see Code table 4.241)) (A = {A(1),…, A(NAT(ITN))})",(see Note 1),58,4.241,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",18,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",19,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",20,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",21-22,Hours of observational data cut-off after reference time,(see Note 3),33,,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",23,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",24,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",25-28,Forecast time in units defined by octet 24,,,,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",29,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",30,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",31-34,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",35,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",36,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",37-40,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",41,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",42,Perturbation number,,,,,Operational +"Product definition template 4.59 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for spatio-temporal changing tile parameters",43,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",15-16,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",17,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",19-22,Forecast time in units defined by octet 18,,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",36,Perturbation number,,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",37,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",38-39,Year of model version date,(see Note 2),127,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",40,Month of model version date,,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",41,Day of model version date,,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",42,Hour of model version date,,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",43,Minute of model version date,,,,,Operational +"Product definition template 4.60 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",44,Second of model version date,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",,57-68 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",,"69-nn These octets are included only if n > 1, where nn = 56 + 12 x n",,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",14,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",17,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",19-22,Forecast time in units defined by octet 18,(see Note 2),111,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",36,Perturbation number,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",37,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",38-39,Year of model version date,(see Note 3),127,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",40,Month of model version date,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",41,Day of model version date,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",42,Hour of model version date,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",43,Minute of model version date,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",44,Second of model version date,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",45-46,Year of end of overall time interval,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",47,Month of end of overall time interval,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",48,Day of end of overall time interval,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",49,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",50,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",51,Second of end of overall time interval,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",52,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",53-56,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",57,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",58,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",59,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",60-63,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",64,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",65-68,"Time increment between successive fields, in units defined by the previous octet",(see Notes 4 and 5),"7,99",,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",69-80,"As octets 57 to 68, next innermost step of processing",,,,,Operational +"Product definition template 4.61 - individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",81-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 57 to 68, repeated as necessary",,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",,53-64 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",,"65-nn These octets are included only if n > 1, where nn = 52 + 12 x n",,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",12,Tile classification,(see Code table 4.242),,4.242,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",13,Total number (NT) of tile/attribute pairs,(see Notes 1 and 2),"20,58",,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",14,Number of used spatial tiles (NUT),(see Notes 1 and 2),"20,58",,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",15,"Tile index (ITN = {1,…, NUT})",(see Note 1),58,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",16,Number of used tile attributes (NAT) for tile ITN,(see Note 1),58,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",17,"Attribute of tile (A = {A(1),…, A(NAT(ITN))})",(see Code table 4.241 and Note 1),58,4.241,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",18,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",19,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",20,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",21-22,Hours of observational data cut-off after reference time,(see Note 3),33,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",23,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",24,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",25-28,Forecast time in units defined by octet 24,(see Note 4),111,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",29,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",30,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",31-34,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",35,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",36,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",37-40,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",41-42,Year - Time of end of overall time interval,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",43,Month - Time of end of overall time interval,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",44,Day - Time of end of overall time interval,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",45,Hour - Time of end of overall time interval,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",46,Minute - Time of end of overall time interval,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",47,Second - Time of end of overall time interval,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",48,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",49-52,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",53,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",54,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",55,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",56-59,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",60,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",61-64,"Time increment between successive fields, in units defined by the previous octet",(see Notes 5 and 6),"7,101",,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",65-76,"As octets 53 to 64, next innermost step of processing",,,,,Operational +"Product definition template 4.62 - average, accumulation and/or 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 spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time",77-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 53 to 64, repeated as necessary",,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",,56-67 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",,"68-nn These octets are included only if n > 1, where nn = 55 + 12 x n",,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",12,Tile classification,(see Code table 4.242),,4.242,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",13,Total number (NT) of tile/attribute pairs,(see Notes 1 and 2),"20,58",,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",14,Number of used spatial tiles (NUT),(see Notes 1 and 2),"20,58",,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",15,"Tile index (ITN = {1,…, NUT})",(see Note 1),58,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",16,Number of used tile attributes (NAT) for tile ITN,(see Note 1),58,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",17,"Attribute of tile (A = {A(1),…, A(NAT(ITN))})",(see Code table 4.241 and Note 1),58,4.241,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",18,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",19,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",20,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",21-22,Hours of observational data cut-off after reference time,(see Note 3),33,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",23,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",24,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",25-28,Forecast time in units defined by octet 24,(see Note 4),111,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",29,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",30,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",31-34,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",35,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",36,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",37-40,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",41,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",42,Perturbation number,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",43,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",44-45,Year - Time of end of overall time interval,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",46,Month - Time of end of overall time interval,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",47,Day - Time of end of overall time interval,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",48,Hour - Time of end of overall time interval,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",49,Minute - Time of end of overall time interval,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",50,Second - Time of end of overall time interval,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",51,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",52-55,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",56,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",57,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",58,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",59-62,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",63,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",64-67,"Time increment between successive fields, in units defined by the previous octet",(see Notes 5 and 6),"7,103",,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",68-79,"As octets 56 to 67, next innermost step of processing",,,,,Operational +"Product definition template 4.63 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for spatio-temporal changing tiles",80-nn,"80-nn Additional time range specifications, included in accordance with the value of n. Contents as octets 56 to 67, repeated as necessary",,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",,"Repeat the following 5 octets for the number of function parameters (n = 1, Np), if Np > 0",,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",,(56+5Np)-(67+5Np) Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",,"(68+5Np)-nn These octets are included only if n > 1, where nn = (55+5Np) + 12 x n",,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",14-15,Number of modes (N) of distribution,(see Note 1),36,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",16-17,Mode number (l),,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",18-19,Type of distribution function,(see Code table 4.240 and Note 2),19,4.240,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",20,"Number of following function parameters (Np), defined by type given in octets 18-19 (Type of distribution function)",,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",21+5(n-1),"List of scale factor of fixed distribution function parameter (p1-pNp), defined by type of distribution in octets 18-19",,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",21+5Np,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(22+5(n-1))-(25+5(n-1)),"List of scaled value of fixed distribution function parameter (p1-pNp), defined by type of distribution in octets 18-19",,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",22+5Np,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",23+5Np,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(24+5Np)-(25+5Np),Hours of observational data cut-off after reference time,(see Note 3),33,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",26+5Np,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",27+5Np,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(28+5Np)-(31+5Np),Forecast time in units defined by the previous octet,(see Note 4),111,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",32+5Np,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",33+5Np,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(34+5Np)-(37+5Np),Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",38+5Np,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",39+5Np,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(40+5Np)-(43+5Np),Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(44+5Np)-(45+5Np),Year - Time of end of overall time interval,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(46+5Np),Month - Time of end of overall time interval,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(47+5Np),Day - Time of end of overall time interval,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(48+5Np),Hour - Time of end of overall time interval,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(49+5Np),Minute - Time of end of overall time interval,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(50+5Np),Second - Time of end of overall time interval,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(51+5Np),n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(52+5Np)-(55+5Np),Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(56+5Np),Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(57+5Np),Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(58+5Np),Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(59+5Np)-(62+5Np),"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(63+5Np),Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(64+5Np)-(67+5Np),"Time increment between successive fields, in units defined by the previous octet",(see Notes 5 and 6),"7,110",,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(68+5Np)-(79+5Np),"As octets (56+5Np) to (67+5Np), next innermost step of processing",,,,,Operational +"Product definition template 4.67 - average, accumulation and/or 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 atmospheric chemical constituents based on a distribution function",(80+5Np)-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets (56+5Np) to (67+5Np), repeated as necessary",,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",,"Repeat the following 5 octets for the number of function parameters (n = 1, Np), if Np > 0",,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",,(59+5Np)-(70+5Np) Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",,"(71+5Np)-nn These octets are included only if n > 1, where nn = (58+5Np) + 12 x n",,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",14-15,Number of modes (N) of distribution,(see Note 1),36,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",16-17,Mode number (l),,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",18-19,Type of distribution function,(see Code table 4.240 and Note 2),19,4.240,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",20,"Number of following function parameters (Np), defined by type given in octets 18-19 (Type of distribution function)",,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",21+5(n-1),"List of scale factor of fixed distribution function parameter (p1-pNp), defined by type of distribution in octets 18-19",,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",21+5Np,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(22+5(n-1))-(25+5(n-1)),"List of scaled value of fixed distribution function parameter (p1-pNp), defined by type of distribution in octets 18-19",,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",22+5Np,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",23+5Np,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(24+5Np)-(25+5Np),Hours of observational data cut-off after reference time,(see Note 3),33,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",26+5Np,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",27+5Np,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(28+5Np)-(31+5Np),Forecast time in units defined by the previous octet,(see Note 4),111,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",32+5Np,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",33+5Np,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(34+5Np)-(37+5Np),Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",38+5Np,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",39+5Np,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(40+5Np)-(43+5Np),Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",44+5Np,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",45+5Np,Perturbation number,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",46+5Np,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(47+5Np)-(48+5Np),Year - Time of end of overall time interval,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(49+5Np),Month - Time of end of overall time interval,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(50+5Np),Day - Time of end of overall time interval,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(51+5Np),Hour - Time of end of overall time interval,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(52+5Np),Minute - Time of end of overall time interval,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(53+5Np),Second - Time of end of overall time interval,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(54+5Np),n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(55+5Np)-(58+5Np),Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(59+5Np),Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(60+5Np),Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(61+5Np),Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(62+5Np)-(65+5Np),"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(66+5Np),Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(67+5Np)-(70+5Np),"Time increment between successive fields, in units defined by the previous octet",(see Notes 5 and 6),"7,110",,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(71+5Np)-(82+5Np),"As octets (59+5Np) to (70+5Np), next innermost step of processing",,,,,Operational +"Product definition template 4.68 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents based on a distribution function",(83+5Np)-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets (59+5Np) to (70+5Np), repeated as necessary",,,,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,12-13,Input process identifier,(see Note 1),82,,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,14-15,Input originating centre,(see Common Code table C-11 and Note 2),81,CCT-11,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,16,Type of post-processing,(see Note 3),126,,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,17,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,18,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,19,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,20-21,Hours of observational data cut-off after reference time,(see Note 4),33,,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,22,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,23,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,24-27,Forecast time in units defined by octet 23,,,,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,28,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,29,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,30-33,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,34,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,35,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.70 - post-processing analysis or forecast at a horizontal level or in a horizontal layer at a point in time,36-39,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",12-13,Input process identifier,(see Note 1),82,,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",14-15,Input originating centre,(see Common Code table C-11 and Note 2),81,CCT-11,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",16,Type of post-processing,(see Note 3),126,,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",17,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",18,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",19,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",20-21,Hours after reference time of data cut-off,(see Note 4),33,,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",22,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",23,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",24-27,Forecast time in units defined by octet 23,,,,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",28,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",29,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",30-33,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",34,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",35,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",36-39,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",40,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",41,Perturbation number,,,,,Operational +"Product definition template 4.71 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",42,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.72 - post-processing 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",,52-63 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.72 - post-processing 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",,"64-nn These octets are included only if n > 1, where nn = 51 + 12 x n",,,,,Operational +"Product definition template 4.72 - post-processing 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",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.72 - post-processing 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",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.72 - post-processing 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",12-13,Input process identifier,(see Note 1),82,,,Operational +"Product definition template 4.72 - post-processing 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",14-15,Input originating centre,(see Common Code table C-11 and Note 2),81,CCT-11,,Operational +"Product definition template 4.72 - post-processing 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",16,Type of post-processing,(see Note 3),126,,,Operational +"Product definition template 4.72 - post-processing 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",17,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.72 - post-processing 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",18,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.72 - post-processing 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",19,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.72 - post-processing 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",20-21,Hours after reference time of data cut-off,(see Note 4),33,,,Operational +"Product definition template 4.72 - post-processing 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",22,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.72 - post-processing 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",23,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.72 - post-processing 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",24-27,Forecast time in units defined by octet 23,(see Note 5),111,,,Operational +"Product definition template 4.72 - post-processing 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",28,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.72 - post-processing 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",29,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.72 - post-processing 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",30-33,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.72 - post-processing 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",34,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.72 - post-processing 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",35,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.72 - post-processing 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",36-39,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.72 - post-processing 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",40-41,Year - Time of end of overall time interval,,,,,Operational +"Product definition template 4.72 - post-processing 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",42,Month - Time of end of overall time interval,,,,,Operational +"Product definition template 4.72 - post-processing 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",43,Day - Time of end of overall time interval,,,,,Operational +"Product definition template 4.72 - post-processing 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",44,Hour - Time of end of overall time interval,,,,,Operational +"Product definition template 4.72 - post-processing 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",45,Minute - Time of end of overall time interval,,,,,Operational +"Product definition template 4.72 - post-processing 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",46,Second - Time of end of overall time interval,,,,,Operational +"Product definition template 4.72 - post-processing 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",47,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.72 - post-processing 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",48-51,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.72 - post-processing 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",52,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.72 - post-processing 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",53,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.72 - post-processing 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",54,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.72 - post-processing 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",55-58,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.72 - post-processing 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",59,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.72 - post-processing 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",60-63,"Time increment between successive fields, in units defined by the previous octet",(see Notes 6 and 7),"7,106",,,Operational +"Product definition template 4.72 - post-processing 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",64-75,"As octets 52 to 63, next innermost step of processing",,,,,Operational +"Product definition template 4.72 - post-processing 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",76-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 52 to 63, repeated as necessary",,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",,55-66 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",,"67-nn These octets are included only if n > 1, where nn = 54 + 12 x n",,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",12-13,Input process identifier,(see Note 1),82,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",14-15,Input originating centre,(see Common Code table C-11 and Note 2),81,CCT-11,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",16,Type of post-processing,(see Note 3),126,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",17,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",18,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",19,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",20-21,Hours after reference time of data cut-off,(see Note 4),33,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",22,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",23,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",24-27,Forecast time in units defined by octet 23,(see Note 5),111,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",28,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",29,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",30-33,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",34,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",35,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",36-39,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",40,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",41,Perturbation number,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",42,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",43-44,Year of end of overall time interval,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",45,Month of end of overall time interval,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",46,Day of end of overall time interval,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",47,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",48,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",49,Second of end of overall time interval,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",50,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",51-54,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",55,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",56,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",57,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",58-61,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",62,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",63-66,"Time increment between successive fields, in units defined by the previous octet",(see Notes 6 and 7),"7,102",,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",67-78,"As octets 55 to 66, next innermost step of processing",,,,,Operational +"Product definition template 4.73 - post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer, in a continuous or non-continuous time interval",79-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 55 to 66, repeated as necessary",,,,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,14,Source or sink,(see Code table 4.238),,4.238,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,15,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,16,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,17,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,18-19,Hours of observational data cut-off after reference time,(see Note),33,,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,20,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,21,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,22-25,Forecast time in units defined by octet 21,,,,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,26,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,27,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,28-31,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,32,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,33,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.76 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink,34-37,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",14,Source or sink,(see Code table 4.238),,4.238,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",15,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",16,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",17,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",18-19,Hours after reference time of data cut-off,(see Note),33,,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",20,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",21,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",22-25,Forecast time in units defined by octet 21,,,,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",26,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",27,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",28-31,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",32,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",33,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",34-37,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",38,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",39,Perturbation number,,,,,Operational +"Product definition template 4.77 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for atmospheric chemical constituents with source or sink",40,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",,50-61 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",,"62-nn These octets are included only if n > 1, where nn = 49 + 12 x n",,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",10,Parameter category (see Code table 4.1),,,4.1,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",11,Parameter number (see Code table 4.2),,,4.2,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",12-13,Atmospheric chemical constituent type (see Code table 4.230),,,4.230,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",14,Source or sink (see Code table 4.238),,,4.238,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",15,Type of generating process (see Code table 4.3),,,4.3,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",16,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",17,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",18-19,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",20,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",21,Indicator of unit of time range (see Code table 4.4),,,4.4,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",22-25,Forecast time in units defined by octet 21,(see Note 2),111,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",26,Type of first fixed surface (see Code table 4.5),,,4.5,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",27,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",28-31,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",32,Type of second fixed surface (see Code table 4.5),,,4.5,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",33,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",34-37,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",38-39,Year,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",40,Month,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",41,Day,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",42,Hour,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",43,Minute,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",44,Second,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",45,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",46-49,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",50,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.1,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",51,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",52,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",53-56,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",57,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",58-61,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,99",,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",62-73,"As octets 50 to 61, next innermost step of processing",,,,,Operational +"Product definition template 4.78 - average, accumulation, and/or 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 atmospheric chemical constituents with source or sink",74-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 50 to 61, repeated as necessary",,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",,53-64 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",,"65-nn These octets are included only if n > 1, where nn = 52 + 12 x n",,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",14,Source or sink,(see Code table 4.238),,4.238,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",15,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",16,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",17,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",18-19,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",20,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",21,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",22-25,Forecast time in units defined by octet 21,(see Note 2),111,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",26,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",27,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",28-31,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",32,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",33,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",34-37,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",38,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",39,Perturbation number,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",40,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",41-42,Year of end of overall time interval,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",43,Month of end of overall time interval,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",44,Day of end of overall time interval,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",45,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",46,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",47,Second of end of overall time interval,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",48,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",49-52,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",53,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",54,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",55,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",56-59,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",60,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",61-64,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,101",,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",65-76,"As octets 53 to 64, next innermost step of processing",,,,,Operational +"Product definition template 4.79 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for atmospheric chemical constituents with source or sink",77-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 53 to 64, repeated as necessary",,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,12-13,Aerosol type,(see Common Code table C-14),,CCT-14,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,14,Source or sink,(see Code table 4.238),,4.238,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,15,Type of interval for first and second size,(see Code table 4.91),,4.91,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,16,Scale factor of first size,,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,17-20,Scaled value of first size in metres,,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,21,Scale factor of second size,,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,22-25,Scaled value of second size in metres,,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,26,Type of interval for first and second wavelength,(see Code table 4.91),,4.91,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,27,Scale factor of first wavelength,,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,28-31,Scaled value of first wavelength in metres,,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,32,Scale factor of second wavelength,,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,33-36,Scaled value of second wavelength in metres,,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,37,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,38,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,39,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,40-41,Hours of observational data cut-off after reference time,(see Note),33,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,42,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,43,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,44-47,Forecast time in units defined by octet 43,,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,48,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,49,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,50-53,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,54,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,55,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.80 - analysis or forecast at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink,56-59,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",12-13,Aerosol type,(see Common Code table C-14),,CCT-14,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",14,Source or sink,(see Code table 4.238),,4.238,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",15,Type of interval for first and second size,(see Code table 4.91),,4.91,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",16,Scale factor of first size,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",17-20,Scaled value of first size in metres,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",21,Scale factor of second size,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",22-25,Scaled value of second size in metres,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",26,Type of interval for first and second wavelength,(see Code table 4.91),,4.91,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",27,Scale factor of first wavelength,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",28-31,Scaled value of first wavelength in metres,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",32,Scale factor of second wavelength,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",33-36,Scaled value of second wavelength in metres,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",37,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",38,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",39,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",40-41,Hours of observational data cut-off after reference time,(see Note),33,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",42,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",43,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",44-47,Forecast time in units defined by octet 43,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",48,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",49,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",50-53,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",54,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",55,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",56-59,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",60,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",61,Perturbation number,,,,,Operational +"Product definition template 4.81 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for optical properties of aerosol with source or sink",62,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",,61-72 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",,"73-nn These octets are included only if n > 1, where nn = 60 + 12 x n",,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",12-13,Aerosol type,(see Code table 4.233),,4.233,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",14,Source or sink,(see Code table 2.238),,2.238,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",15,Type of interval for first and second sizes,(see Code table 4.91),,4.91,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",16,Scale factor of first size,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",17-20,Scaled value of first size in metres,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",21,Scale factor of second size,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",22-25,Scaled value of second size in metres,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",26,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",27,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",28,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",29-30,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",31,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",32,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",33-36,Forecast time in units defined by octet 32,(see Note 2),111,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",37,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",38,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",39-42,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",43,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",44,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",45-48,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",49-50,Year ,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",51,Month ,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",52,Day ,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",53,Hour ,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",54,Minute ,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",55,Second ,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",56,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",57-60,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",61,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",62,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",63,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",64-67,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",68,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",69-72,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,105",,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",73-84,"As octets 61 to 72, next innermost step of processing",,,,,Operational +"Product definition template 4.82 - average, accumulation, and/or 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 aerosol with source or sink",85-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 61 to 72, repeated as necessary",,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",,64-75 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",,"76-nn These octets are included only if n > 1, where nn = 63 + 12 x n",,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",13-14,Aerosol type,(see Code table 4.233),,4.233,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",15,Source or sink,(see Code table 4.238),,4.238,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",16,Type of interval for first and second sizes,(see Code table 4.91),,4.91,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",17,Scale factor of first size,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",18-21,Scaled value of first size in metres,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",22,Scale factor of second size,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",23-26,Scaled value of second size in metres,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",27,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",28,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",29-30,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",31,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",32,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",33-36,Forecast time in units defined by octet 32,(see Note 2),111,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",37,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",38,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",39-42,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",43,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",44,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",45-48,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",49,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",50,Perturbation number,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",51,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",52-53,Year of end of overall time interval,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",54,Month of end of overall time interval,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",55,Day of end of overall time interval,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",56,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",57,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",58,Second of end of overall time interval,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",59,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",60-63,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",64,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",65,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",66,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",67-70,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",71,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",72-75,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,105",,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",76-87,"As octets 64 to 75, next innermost step of processing",,,,,Operational +"Product definition template 4.83 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",88-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 64 to 75, repeated as necessary",,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",,64-75 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",,"76-nn These octets are included only if n > 1, where nn = 63 + 12 x n",,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",12-13,Aerosol type,(see Code table 4.233),,4.233,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",14,Source or sink,(see Code table 4.238),,4.238,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",15,Type of interval for first and second sizes,(see Code table 4.91),,4.91,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",16,Scale factor of first size,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",17-20,Scaled value of first size in metres,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",21,Scale factor of second size,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",22-25,Scaled value of second size in metres,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",26,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",27,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",28,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",29-30,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",31,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",32,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",33-36,Forecast time in units defined by octet 32,(see Note 2),111,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",37,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",38,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",39-42,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",43,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",44,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",45-48,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",49,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",50,Perturbation number,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",51,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",52-53,Year of end of overall time interval,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",54,Month of end of overall time interval,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",55,Day of end of overall time interval,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",56,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",57,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",58,Second of end of overall time interval,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",59,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",60-63,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",64,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",65,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",66,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",67-70,Length of the time range over which statistical processing is done in units defined by the previous octet,,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",71,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",72-75,Time increment between successive fields in units defined by the previous octet,(see Notes 3 and 4),"7,110",,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",76-87,"As octets 64 to 75, next innermost step of processing",,,,,Operational +"Product definition template 4.84 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol with source or sink",88-nn,"Additional time range specifications included in accordance with the value of n. Contents as octets 64 to 75, repeated as necessary",,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",,63-74 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",,"75-nn These octets are included only if n > 1, where nn = 62 + 12 x n",,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",12-13,Aerosol type,(see Code table 4.233),,4.233,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",14,Type of interval for first and second sizes,(see Code table 4.91),,4.91,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",15,Scale factor of first size,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",16-19,Scaled value of first size in metres,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",20,Scale factor of second size,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",21-24,Scaled value of second size in metres,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",25,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",26,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",27,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",28-29,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",30,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",31,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",32-35,Forecast time in units defined by octet 31,(see Note 2),111,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",36,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",37,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",38-41,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",42,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",43,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",44-47,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",48,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",49,Perturbation number,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",50,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",51-52,Year of end of overall time interval,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",53,Month of end of overall time interval,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",54,Day of end of overall time interval,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",55,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",56,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",57,Second of end of overall time interval,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",58,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",59-62,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",63,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",64,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",65,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",66-69,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",70,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",71-74,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,107",,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",75-86,"As octets 63 to 74, next innermost step of processing",,,,,Operational +"Product definition template 4.85 - individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for aerosol",87-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 63 to 74, repeated as necessary",,,,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,15-16,Hours after reference time of data cut-off,(see Note),33,,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,19-22,Forecast time in units defined by octet 18,,,,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,35-36,Total number of quantile q,,,,,Operational +Product definition template 4.86 - quantile forecasts at a horizontal level or in a horizontal layer at a point in time,37-38,Quantile value (between 0 and q),,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,"63-nn These octets are included only if n > 1, where nn = 50 + 12 x n",,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,17,Minutes after reference time for data cut-off,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,19-22,Forecast time in units defined by previous octet,(see Note 2),111,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,35-36, Total number of quantiles q,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,37-38, Quantile value (between 0 and q),,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,39-40,Year of end of overall time interval,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,41,Month of end of overall time interval,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,42,Day of end of overall time interval,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,43,Hour of end of overall time interval,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,44,Minute of end of overall time interval,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,45,Second of end of overall time interval,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,46,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,47-50,Total number of data values missing in the statistical process,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,51-62,Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,51,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,52,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,53,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,54-57,Length of the time range over which statistical processing is done in units defined by the previous octet,,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,58,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,59-62,Time increment between successive fields in units defined by the previous octet,(see Note 3),7,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,63-74,"As octets 51-62, next innermost step of processing",,,,,Operational +Product definition template 4.87 - quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,75-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 51 to 62, repeated as necessary.",,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,,Octets 29-46 Specification of the analysis or forecast used in the processing (n = 1),,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,,Octets 47-nn are included only if n > 1 where nn = 28 + 18 x n,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,15,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,16,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,17-20,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,21,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,22,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,23-26,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,27,Method used to derive the data field values at the local time specified in section 1,(see Code table 4.248),,4.248,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,28,n - number of analyses or forecasts used to create the composite data field at the local time specified in section 1 (n >= 1),,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,29-30,Year of the analysis or forecast used in the processing,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,31,Month of the analysis or forecast used in the processing,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,32,Day of the analysis or forecast used in the processing,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,33,Hour of the analysis or forecast used in the processing,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,34,Minute of the analysis or forecast used in the processing,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,35,Second of the analysis or forecast used in the processing,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,36,Indicator of units of forecast time,(see Note and Code table 4.4),70,4.4,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,37-40,Forecast time,(see Note),70,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,41,Number of time increments of the forecast used in the processing,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,42,Indicator of units of time for the time increments,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,43-46,Time increments between successive forecast times,,,,,Operational +Product definition template 4.88 - analysis or forecast at a horizontal level or in a horizontal layer at a local time,47-nn,(n-1) repetitions of sequence of octets 29-46 describing the next analyses or forecasts used in the processing,,,,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,12-13,Input process identifier,(see Note 1),82,,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,14-15,Input originating centre,(see Common Code table C-11 and Note 2),81,CCT-11,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,16,Type of post-processing,(see Note 3),126,,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,17,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,18,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,19,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,20-21,Hours after reference time of data cut-off,(see Note 4),33,,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,22,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,23,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,24-27,Forecast time in units defined by octet 23,(see Note 5),111,,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,28,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,29,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,30-33,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,34,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,35,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,36-39,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,40-41,Total number of quantiles (q),,,,,Operational +Product definition template 4.89 - Post-processed quantile forecasts at a horizontal level or in a horizontal layer at a point in time,42-43,Quantile value (between 0 and q),,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,56-67 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,"68-nn These octets are included only if n > 1, where nn = 55 + 12 x n",,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,12-13,Input process identifier,(see Note 1),82,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,14-15,Input originating centre,(see Common Code table C-11 and Note 2),81,CCT-11,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,16,Type of post-processing,(see Note 3),126,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,17,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,18,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,19,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,20-21,Hours after reference time of data cut-off,(see Note 4),33,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,22,Minutes after reference time for data cut-off,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,23,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,24-27,Forecast time in units defined by previous octet,(see Note 5),111,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,28,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,29,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,30-33,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,34,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,35,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,36-39,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,40-41, Total number of quantiles (q),,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,42-43, Quantile value (between 0 and q),,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,44-45,Year of end of overall time interval,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,46,Month of end of overall time interval,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,47,Day of end of overall time interval,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,48,Hour of end of overall time interval,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,49,Minute of end of overall time interval,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,50,Second of end of overall time interval,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,51,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,52-55,Total number of data values missing in the statistical process,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,56,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,57,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,58,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,59-62,Length of the time range over which statistical processing is done in units defined by the previous octet,,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,63,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,64-67,Time increment between successive fields in units defined by the previous octet,(see Note 6),7,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,68-79,"As octets 56-67, next innermost step of processing",,,,,Operational +Product definition template 4.90 - post-processed quantile forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,80-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 56 to 67, repeated as necessary.",,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,"36- Repeat the following 12 octets for each category (i = 1,NC)",,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,60-71 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,"72-nn These octets are included only if n > 1, where nn = 71+12(n-1)+12(NC-1)",,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,19-22,Forecast time in units defined by octet 18,(see Note 2),111,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,35,NC - number of categories,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(36+12(i-1)),Code figure,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(37+12(i-1)),Type of interval for first and second limits,(see Code table 4.91),,4.91,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(38+12(i-1)),Scale factor of first limit,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(39+12(i-1))-(42+12(i-1)),Scaled value of first limit,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(43+12(i-1)),Scale factor of second limit,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(44+12(i-1))-(47+12(i-1)),Scaled value of second limit,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(48+12(NC-1))-(49+12(NC-1)),Year of end of overall time interval,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(50+12(NC-1)),Month of end of overall time interval,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(51+12(NC-1)),Day of end of overall time interval,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(52+12(NC-1)),Hour of end of overall time interval,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(53+12(NC-1)),Minute of end of overall time interval,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(54+12(NC-1)),Second of end of overall time interval,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(55+12(NC-1)),n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(56+12(NC-1))-(59+12(NC-1)),Total number of data values missing in statistical process,,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(60+12(NC-1)),Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(61+12(NC-1)),Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(62+12(NC-1)),Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(63+12(NC-1))-(66+12(NC-1)),"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(67+12(NC-1)),Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(68+12(NC-1))-(71+12(NC-1)),"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,157",,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(72+12(NC-1))-(83+12(NC-1)),"As octets (60+12(NC-1)) to (71+12(NC-1)), next innermost step of processing",,,,,Operational +Product definition template 4.91 - categorical forecasts at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(84+12(NC-1))-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets (60+12(NC -1)) to (71+12(NC -1)), repeated as necessary",,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",,Octets 32-49 Specification of the forecast used in the processing (n = 1),,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",,Octets 50-nn are included only if n > 1 where nn = 31 + 18 x n,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",14,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",15,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",16,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",17-20,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",21,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",22,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",23-26,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",27,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",28,Perturbation number,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",29,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",30,Method used to derive the data field values at the local time specified in section 1,(see Code table 4.248),,4.248,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",31,n - number of forecasts used to create the composite data field at the local time specified in section 1 (n >= 1),,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",32-33,Year of the forecast used in the processing,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",34,Month of the forecast used in the processing,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",35,Day of the forecast used in the processing,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",36,Hour of the forecast used in the processing,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",37,Minute of the forecast used in the processing,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",38,Second of the forecast used in the processing,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",39,Indicator of units of forecast time,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",40-43,Forecast time,(see Note),156,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",44,Number of time increments of the forecast used in the processing,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",45,Indicator of units of time for the time increments,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",46-49,Time increments between successive forecast times,,,,,Operational +"Product definition template 4.92 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",50-nn,(n-1) repetitions of sequence of octets 32-49 describing the next analyses or forecasts used in the processing,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,,Octets 34-51 Specification of the analysis or forecast used in the processing (n = 1),,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,,Octets 52-nn are included only if n > 1 where nn = 33 + 18 x n,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,12-13,Input process identifier,(see Note 1),82,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,14-15,Input originating centre,(see Note 2 and Common Code table C-11),81,CCT-11,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,16,Type of post-processing,(see Note 3),126,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,17,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,18,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,19,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,20,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,21,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,22-25,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,26,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,27,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,28-31,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,32,Method used to derive the data field values at the local time specified in section 1,(see Code table 4.248),,4.248,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,33,n - number of analyses or forecasts used to create the composite data field at the local time specified in section 1 (n >= 1),,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,34-35,Year of the analysis or forecast used in the processing,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,36,Month of the analysis or forecast used in the processing,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,37,Day of the analysis or forecast used in the processing,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,38,Hour of the analysis or forecast used in the processing,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,39,Minute of the analysis or forecast used in the processing,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,40,Second of the analysis or forecast used in the processing,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,41,Indicator of units of forecast time,(see Note 5 and Code table 4.4),70,4.4,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,42-45,Forecast time,(see Notes 4 and 5),"155,70",,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,46,Number of time increments of the forecast used in the processing,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,47,Indicator of units of time for the time increments,(see Code table 4.4),,4.4,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,48-51,Time increments between successive forecast times,,,,,Operational +Product definition template 4.93 - Post-processing analysis or forecast at a horizontal level or in a horizontal layer at a specified local time,52-nn,(n-1) repetitions of sequence of octets 34-51 describing the next analyses or forecasts used in the processing,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",,Octets 37-54 Specification of the analysis or forecast used in the processing (n = 1),,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",,Octets 55-nn are included only if n > 1 where nn = 36 + 18 x n,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",12-13,Input process identifier,(see Note 1),82,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",14-15,Input originating centre,(see Note 2 and Common Code table C-11),81,CCT-11,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",16,Type of post-processing,(see Note 3),126,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",17,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",18,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",19,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",20,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",21,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",22-25,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",26,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",27,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",28-31,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",32,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",33,Perturbation number,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",34,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",35,Method used to derive the data field values at the local time specified in section 1,(see Code table 4.248),,4.248,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",36,n - number of analyses or forecasts used to create the composite data field at the local time specified in section 1 (n >= 1),,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",37-38,Year of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",39,Month of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",40,Day of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",41,Hour of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",42,Minute of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",43,Second of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",44,Indicator of units of forecast time (set to missing if analysis),(see Code table 4.4),,4.4,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",45-48,Forecast time,(see Notes 4 and 5),"154,70",,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",49,Number of time increments of the forecast used in the processing,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",50,Indicator of units of time for the time increments,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",51-54,Time increments between successive forecast times,,,,,Operational +"Product definition template 4.94 - Post-processing individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a specified local time",55-nn,(n-1) repetitions of sequence of octets 37-54 describing the next analyses or forecasts used in the processing,,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",,Octets 36-53 Specification of the analysis or forecast used in the processing (n = 1),,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",,Octets 54-nn are included only if n > 1 where nn = 35 + 18 x n,,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",15,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",16,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",17-20,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",21,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",22,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",23-26,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",27,Statistical process used to calculate the fields that will be used in the local time processing,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",28,Indicator of unit of time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",29-32,Length of the time range over which statistical processing is done in units defined by the previous octet,(see Note 1),140,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",33,Number of statistically processed fields used in the local time composite field,(see Note 2),141,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",34,Method used to derive the data field values at the local time specified in section 1,(see Code table 4.248),,4.248,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",35,n - number of analyses or forecasts used to create the composite data field at the local time specified in section 1 (n >= 1),(see Note 3),142,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",36-37,Year of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",38,Month of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",39,Day of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",40,Hour of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",41,Minute of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",42,Second of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",43,Indicator of units of forecast time,(see Note 6 and Code table 4.4),70,4.4,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",44-47,Forecast time,(see Notes 4 and 6),"153,70",,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",48,Number of time increments of the forecast used in the processing,,,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",49,Indicator of units of time for the time increments,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",50-53,Time increments between successive forecast times,(see Note 5),143,,,Operational +"Product definition template 4.95 - Average, accumulation, extreme values or other statistically processed value at a horizontal level or in a horizontal layer at a local time",54-nn,(n-1) repetitions of sequence of octets 36-53 describing the next analyses or forecasts used in the processing,,,,,Operational +"Product definition template 4.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 local time",,Octets 39-56 Specification of the forecast used in the processing (n = 1),,,,,Operational +"Product definition template 4.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 local time",,Octets 57-nn are included only if n > 1 where nn = 38 + 18 x n,,,,,Operational +"Product definition template 4.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 local time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.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 local time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.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 local time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.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 local time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.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 local time",14,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.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 local time",15,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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 local time",16,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.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 local time",17-20,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.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 local time",21,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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 local time",22,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.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 local time",23-26,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.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 local time",27,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.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 local time",28,Perturbation number,,,,,Operational +"Product definition template 4.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 local time",29,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.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 local time",30,Statistical process used to calculate the fields that will be used in the local time processing,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.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 local time",31,Indicator of unit of time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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 local time",32-35,Length of the time range over which statistical processing is done in units defined by the previous octet,(see Note 1),140,,,Operational +"Product definition template 4.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 local time",36,Number of statistically processed fields used in the local time composite field,(see Note 2),141,,,Operational +"Product definition template 4.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 local time",37,Method used to derive the data field values at the local time specified in section 1,(see Code table 4.248),,4.248,,Operational +"Product definition template 4.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 local time",38,n - number of forecasts used to create the composite data field at the local time specified in section 1 (n >= 1),(see Note 3),144,,,Operational +"Product definition template 4.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 local time",39-40,Year of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",41,Month of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",42,Day of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",43,Hour of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",44,Minute of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",45,Second of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",46,Indicator of units of forecast time,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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 local time",47-50,Forecast time,(see Note 4),152,,,Operational +"Product definition template 4.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 local time",51,Number of time increments of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",52,Indicator of units of time for the time increments,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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 local time",53-56,Time increments between successive forecast times,(see Note 5),145,,,Operational +"Product definition template 4.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 local time",57-nn,(n-1) repetitions of sequence of octets 39-56 describing the next analyses or forecasts used in the processing,,,,,Operational +"Product definition template 4.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 local time",,Octets 41-58 Specification of the analysis or forecast used in the processing (n = 1),,,,,Operational +"Product definition template 4.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 local time",,Octets 59-nn are included only if n > 1 where nn = 40 + 18 x n,,,,,Operational +"Product definition template 4.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 local time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.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 local time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.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 local time",12-13,Input process identifier,(see Note 1),82,,,Operational +"Product definition template 4.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 local time",14-15,Input originating centre,(see Note 2 and Common Code table C-11),81,CCT-11,,Operational +"Product definition template 4.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 local time",16,Type of post-processing,(see Note 3),126,,,Operational +"Product definition template 4.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 local time",17,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.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 local time",18,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.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 local time",19,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.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 local time",20,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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 local time",21,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.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 local time",22-25,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.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 local time",26,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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 local time",27,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.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 local time",28-31,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.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 local time",32,Statistical process used to calculate the fields that will be used in the local time processing,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.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 local time",33,Indicator of unit of time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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 local time",34-37,Length of the time range over which statistical processing is done in units defined by the previous octet,(see Note 4),140,,,Operational +"Product definition template 4.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 local time",38,Number of statistically processed fields used in the local time composite field,(see Note 5),141,,,Operational +"Product definition template 4.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 local time",39,Method used to derive the data field values at the local time specified in section 1,(see Code table 4.248),,4.248,,Operational +"Product definition template 4.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 local time",40,n - number of analyses or forecasts used to create the composite data field at the local time specified in section 1 (n >= 1),(see Note 6),146,,,Operational +"Product definition template 4.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 local time",41-42,Year of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",43,Month of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",44,Day of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",45,Hour of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",46,Minute of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",47,Second of the analysis or forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",48,Indicator of units of forecast time (set to missing if analysis),(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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 local time",49-52,Forecast time,(see Notes 7 and 9),"151,70",,,Operational +"Product definition template 4.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 local time",53,Number of time increments of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",54,Indicator of units of time for the time increments,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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 local time",55-58,Time increments between successive forecast times,(see Note 8),147,,,Operational +"Product definition template 4.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 local time",59-nn,(n-1) repetitions of sequence of octets 41-58 describing the next analyses or forecasts used in the processing,,,,,Operational +"Product definition template 4.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 local time",,Octets 44-61 Specification of the forecast used in the processing (n = 1),,,,,Operational +"Product definition template 4.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 local time",,Octets 62-nn are included only if n > 1 where nn = 43 + 18 x n,,,,,Operational +"Product definition template 4.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 local time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.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 local time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.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 local time",12-13,Input process identifier,(see Note 1),82,,,Operational +"Product definition template 4.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 local time",14-15,Input originating centre,(see Note 2 and Common Code table C-11),81,CCT-11,,Operational +"Product definition template 4.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 local time",16,Type of post-processing,(see Note 3),126,,,Operational +"Product definition template 4.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 local time",17,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.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 local time",18,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.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 local time",19,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.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 local time",20,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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 local time",21,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.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 local time",22-25,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.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 local time",26,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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 local time",27,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.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 local time",28-31,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.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 local time",32,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.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 local time",33,Perturbation number,,,,,Operational +"Product definition template 4.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 local time",34,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.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 local time",35,Statistical process used to calculate the fields that will be used in the local time processing,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.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 local time",36,Indicator of unit of time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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 local time",37-40,Length of the time range over which statistical processing is done in units defined by the previous octet,(see Note 4),140,,,Operational +"Product definition template 4.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 local time",41,Number of statistically processed fields used in the local time composite field,(see Note 5),141,,,Operational +"Product definition template 4.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 local time",42,Method used to derive the data field values at the local time specified in section 1,(see Code table 4.248),,4.248,,Operational +"Product definition template 4.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 local time",43,n - number of forecasts used to create the composite data field at the local time specified in section 1 (n >= 1),(see Note 6),148,,,Operational +"Product definition template 4.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 local time",44-45,Year of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",46,Month of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",47,Day of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",48,Hour of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",49,Minute of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",50,Second of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",51,Indicator of units of forecast time,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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 local time",52-55,Forecast time,(see Notes 7 and 9),"150,70",,,Operational +"Product definition template 4.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 local time",56,Number of time increments of the forecast used in the processing,,,,,Operational +"Product definition template 4.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 local time",57,Indicator of units of time for the time increments,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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 local time",58-61,Time increments between successive forecast times,(see Note 8),149,,,Operational +"Product definition template 4.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 local time",62-nn,(n-1) repetitions of sequence of octets 44-61 describing the next analyses or forecasts used in the processing,,,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,,The following entry of 4 octets is repeated ND times. (ND is defined in octets 14-15),,,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,,The following entry of 4 octets is repeated NF times. (NF is defined in octets 18-19),,,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,12-13,Wave direction number,,,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,14-15,Number of wave directions (ND),,,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,16-17,Wave frequency number,,,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,18-19,Number of wave frequencies (NF),,,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,20,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,21,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,22,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,23-24,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,25,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,26,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,27-30,Forecast time in units defined by previous octet,,,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,31,Scale factor of wave directions,,,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,(32+(ND-1)*4)-(35+(ND-1)*4),Scaled values of wave directions,,,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,36+(ND-1)*4,Scale factor of wave frequencies,(see Note 2),162,,,Operational +Product definition template 4.99 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions,(37+(ND-1)*4+(NF-1)*4)-(40+(ND-1)*4+(NF-1)*4),Scaled values of wave frequencies,(see Note 3),161,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",,The following entry of 4 octets is repeated ND times. (ND is defined in octets 14-15),,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",,The following entry of 4 octets is repeated NF times. (NF is defined in octets 18-19),,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",12-13,Wave direction number,,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",14-15,Number of wave directions (ND),,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",16-17,Wave frequency number,,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",18-19,Number of wave frequencies (NF),,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",20,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",21,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",22,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",23-24,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",25,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",26,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",27-30,Forecast time in units defined by previous octet,,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",31,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",32,Perturbation number,,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",33,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",34,Scale factor of wave directions,,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",(35+(ND-1)*4)-(38+(ND-1)*4),Scaled values of wave directions,(see Note 2),162,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",39+(ND-1)*4,Scale factor of wave frequencies,,,,,Operational +"Product definition template 4.100 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with explicit list of frequencies and directions",(40+(ND-1)*4+(NF-1)*4)-(43+(ND-1)*4+(NF-1)*4),Scaled values of wave frequencies,(see Note 3),161,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,,The next two entries are repeated NDSP times to encode the scale factors and scaled values of the sequence parameters.,,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,,The next two entries are repeated NFSP times to encode the scale factors and scaled values of the sequence parameters.,,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,12-13,Wave direction number,,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,14-15,Number of wave directions (ND),,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,16-17,Wave frequency number,,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,18-19,Number of wave frequencies (NF),,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,20,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,21,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,22,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,23-24,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,25,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,26,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,27-30,Forecast time in units defined by previous octet,,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,31,Type of wave direction sequence,(see Code table 4.251),,4.251,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,32,Number of wave direction sequence parameters (NDSP),,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,33+(NDSP-1)*5,Scale factor of wave direction sequence parameter,,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,33+NDSP*5,Type of wave frequency sequence,(see Code table 4.251),,4.251,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,(34+(NDSP-1)*5)-(37+(NDSP-1)*5),Scaled value of wave direction sequence parameter,(see Note 2),162,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,34+NDSP*5,Number of wave frequency sequence parameters (NFSP),,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,35+NDSP*5+(NFSP-1)*5,Scale factor of wave frequency sequence parameter,,,,,Operational +Product definition template 4.101 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae,(36+NDSP*5+(NFSP-1)*5)-(39+NDSP*5+(NFSP-1)*5),Scaled value of wave frequency sequence parameter,(see Note 3),161,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",,The next two entries are repeated NDSP times to encode the scale factors and scaled values of the sequence parameters.,,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",,The next two entries are repeated NFSP times to encode the scale factors and scaled values of the sequence parameters.,,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",12-13,Wave direction number,,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",14-15,Number of wave directions (ND),,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",16-17,Wave frequency number,,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",18-19,Number of wave frequencies (NF),,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",20,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",21,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",22,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",23-24,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",25,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",26,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",27-30,Forecast time in units defined by previous octet,,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",31,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",32,Perturbation number,,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",33,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",34,Type of wave direction sequence,(see Code table 4.251),,4.251,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",35,Number of wave direction sequence parameters (NDSP),,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",36+(NDSP-1)*5,Scale factor of wave direction sequence parameter,,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",36+NDSP*5,Type of wave frequency sequence,(see Code table 4.251),,4.251,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",(37+(NDSP-1)*5)-(40+(NDSP-1)*5),Scaled value of wave direction sequence parameter,(see Note 2),162,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",37+NDSP*5,Number of wave frequency sequence parameters (NFSP),,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",38+NDSP*5+(NFSP-1)*5,Scale factor of wave frequency sequence parameter,,,,,Operational +"Product definition template 4.102 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for wave 2D spectra with frequencies and directions defined by formulae",(39+NDSP*5+(NFSP-1)*5)-(42+NDSP*5+(NFSP-1)*5),Scaled value of wave frequency sequence parameter,(see Note 3),161,,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,12,Type of wave period interval,(see Code table 4.91),,4.91,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,13,Scale factor of lower wave period limit,,,,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,14-17,Scaled value of lower wave period limit,(see Note 1),163,,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,18,Scale factor of upper wave period limit,,,,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,19-22,Scaled value of upper wave period limit,(see Note 1),163,,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,23,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,24,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,25,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,26-27,Hours of observational data cut-off after reference time,(see Note 2),33,,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,28,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,29,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,30-33,Forecast time in units defined by previous octet,,,,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,34,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,35,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,36-39,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,40,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,41,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.103 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for waves selected by period range,42-45,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",12,Type of wave period interval,(see Code table 4.91),,4.91,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",13,Scale factor of lower wave period limit,,,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",14-17,Scaled value of lower wave period limit,(see Note 1),163,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",18,Scale factor of upper wave period limit,,,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",19-22,Scaled value of upper wave period limit,(see Note 1),163,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",23,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",24,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",25,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",26-27,Hours of observational data cut-off after reference time,(see Note 2),33,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",28,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",29,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",30-33,Forecast time in units defined by previous octet,,,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",34,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",35,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",36-39,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",40,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",41,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",42-45,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",46,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",47,Perturbation number,,,,,Operational +"Product definition template 4.104 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for waves selected by period range",48,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,The next six entries are repeated NT times nt=1:NT,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,End of sequence repeated NT times,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,The next two entries are repeated NA times na=0:NA - can be 0 times if no parameters are necessary,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,End of repeated NA sequence,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,End of repeated NR sequence,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",15-16,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",17,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",19-22,Forecast time in units defined by previous octet,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",35-36,Year of end of overall time interval,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",37,Month of end of overall time interval,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",38,Day of end of overall time interval,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",39,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",40,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",41,Second of end of overall time interval,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",42,Number of time range (NT),,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",43-46,Number of missing in statistical process,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",47+(nt-1)*12,Type of statistical processing,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",48+(nt-1)*12,Type of time increment,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",49+(nt-1)*12,Indicator of unit for time range,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(50+(nt-1)*12)-(53+(nt-1)*12),Length of time range,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",54+(nt-1)*12,Indicator of unit for time increment,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(55+(nt-1)*12)-(58+(nt-1)*12),Time increment,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",59+(NT-1)*12,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",60+(NT-1)*12,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",61+(NT-1)*12,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",62+(NT-1)*12+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(62+(NT-1)*12+NA*5)-(63+(NT-1)*12+NA*5),Year of start of reference period,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(63+(NT-1)*12+(na-1)*5)-(66+(NT-1)*12+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",64+(NT-1)*12+NA*5,Month of start of reference period,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",65+(NT-1)*12+NA*5,Day of start of reference period,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",66+(NT-1)*12+NA*5,Hour of start of reference period,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",67+(NT-1)*12+NA*5,Minute of start of reference period,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",68+(NT-1)*12+NA*5,Second of start of reference period,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(69+(NT-1)*12+NA*5)-(72+(NT-1)*12+NA*5),Sample size of reference period,,,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",73+(NT-1)*12+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",74+(NT-1)*12+NA*5+(nr-1)*6,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",75+(NT-1)*12+NA*5+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.105 - Anomalies, significance and other derived products from an analysis or forecast in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(76+(NT-1)*12+NA*5+(nr-1)*6)-(79+(NT-1)*12+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,The next six entries are repeated NT times nt=1:NT,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,End of sequence repeated NT times,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,The next two entries are repeated NA times na=0:NA - can be 0 times if no parameters are necessary,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,End of repeated NA sequence,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,End of repeated NR sequence,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",15-16,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",17,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",19-22,Forecast time in units defined by previous octet,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",35-36,Year of end of overall time interval,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",37,Month of end of overall time interval,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",38,Day of end of overall time interval,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",39,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",40,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",41,Second of end of overall time interval,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",42,Number of time range (NT),,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",43-46,Number of missing in statistical process,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",47+(nt-1)*12,Type of statistical processing,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",48+(nt-1)*12,Type of time increment,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",49+(nt-1)*12,Indicator of unit for time range,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(50+(nt-1)*12)-(53+(nt-1)*12),Length of time range,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",54+(nt-1)*12,Indicator of unit for time increment,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(55+(nt-1)*12)-(58+(nt-1)*12),Time increment,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",59+(NT-1)*12,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",60+(NT-1)*12,Perturbation number,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",61+(NT-1)*12,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",62+(NT-1)*12,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",63+(NT-1)*12,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",64+(NT-1)*12,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",65+(NT-1)*12+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(65+(NT-1)*12+NA*5)-(66+(NT-1)*12+NA*5),Year of start of reference period,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(66+(NT-1)*12+(na-1)*5)-(69+(NT-1)*12+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",67+(NT-1)*12+NA*5,Month of start of reference period,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",68+(NT-1)*12+NA*5,Day of start of reference period,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",69+(NT-1)*12+NA*5,Hour of start of reference period,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",70+(NT-1)*12+NA*5,Minute of start of reference period,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",71+(NT-1)*12+NA*5,Second of start of reference period,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",72+(NT-1)*12+NA*5 to 75+(NT-1)*12+NA*5,Sample size of reference period,,,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",76+(NT-1)*12+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",77+(NT-1)*12+NA*5+(nr-1)*6,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",78+(NT-1)*12+NA*5+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.106 - Anomalies, significance and other derived products from an individual ensemble forecast, control and perturbed in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(79+(NT-1)*12+NA*5+(nr-1)*6)-(82+(NT-1)*12+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,The next six entries are repeated NT times nt=1:NT,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,End of sequence repeated NT times,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,The next two entries are repeated NA times na=0:NA - can be 0 times if no parameters are necessary,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,End of repeated NA sequence,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",,End of repeated NR sequence,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",15-16,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",17,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",19-22,Forecast time in units defined by previous octet,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",35-36,Year of end of overall time interval,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",37,Month of end of overall time interval,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",38,Day of end of overall time interval,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",39,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",40,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",41,Second of end of overall time interval,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",42,Number of time range (NT),,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",43-46,Number of missing in statistical process,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",47+(nt-1)*12,Type of statistical processing,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",48+(nt-1)*12,Type of time increment,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",49+(nt-1)*12,Indicator of unit for time range,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(50+(nt-1)*12)-(53+(nt-1)*12),Length of time range,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",54+(nt-1)*12,Indicator of unit for time increment,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(55+(nt-1)*12)-(58+(nt-1)*12),Time increment,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",59+(NT-1)*12,Derived forecast,(see Code table 4.7),,4.7,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",60+(NT-1)*12,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",61+(NT-1)*12,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",62+(NT-1)*12,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",63+(NT-1)*12,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",64+(NT-1)*12+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(64+(NT-1)*12+NA*5)-(65+(NT-1)*12+NA*5),Year of start of reference period,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(65+(NT-1)*12+(na-1)*5)-(68+(NT-1)*12+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",66+(NT-1)*12+NA*5,Month of start of reference period,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",67+(NT-1)*12+NA*5,Day of start of reference period,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",68+(NT-1)*12+NA*5,Hour of start of reference period,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",69+(NT-1)*12+NA*5,Minute of start of reference period,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",70+(NT-1)*12+NA*5,Second of start of reference period,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(71+(NT-1)*12+NA*5)-(74+(NT-1)*12+NA*5),Sample size of reference period,,,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",75+(NT-1)*12+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",76+(NT-1)*12+NA*5+(nr-1)*6,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",77+(NT-1)*12+NA*5+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.107 - Anomalies, significance and other derived products from derived forecasts based on all ensemble members in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval",(78+(NT-1)*12+NA*5+(nr-1)*6)-(81+(NT-1)*12+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,10,Parameter category,(see Code table 4.1),4.1,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,11,Parameter number,(see Code table 4.2),4.2,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,12,Type of interval (for wavelength),(see Code table 4.91),,4.91,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,13,Scale factor of first wavelength,,,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,14-17,Scaled value of first wavelength,,,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,18,Scale factor of second wavelength,,,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,19-22,Scaled value of second wavelength,,,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,23,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,24,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,25,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,26-27,Hours after reference time of data cut-off,,,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,28,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,29,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,30-33,Forecast time in units defined by octet 29,,,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,34,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,35,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,36-39,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,40,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,41,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.108 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for generic optical products,42-45,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",10,Parameter category,,(see Code table 4.1),4.1,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",11,Parameter number,(see Code table 4.2),4.2,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",12,Type of interval (for wavelength),(see Code table 4.91),,4.91,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",13,Scale factor of first wavelength,,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",14-17,Scaled value of first wavelength,,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",18,Scale factor of second wavelength,,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",19-22,Scaled value of second wavelength,,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",23,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",24,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",25,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",26-27,Hours after reference time of data cut-off,,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",28,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",29,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",30-33,Forecast time in units defined by octet 29,,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",34,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",35,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",36-39,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",40,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",41,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",42-45,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",46,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",47,Perturbation number,,,,,Operational +"Product definition template 4.109 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for generic optical products",48,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.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",,58-69 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.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",,"70-nn These octets are included only if n > 1, where nn = 57 + 12 x n",,,,,Operational +"Product definition template 4.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",10,Parameter category,(see Code table 4.1),4.1,,,Operational +"Product definition template 4.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",11,Parameter number,(see Code table 4.2),4.2,,,Operational +"Product definition template 4.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",12,Type of interval (for wavelength),(see Code table 4.91),,4.91,,Operational +"Product definition template 4.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",13,Scale factor of first wavelength,,,,,Operational +"Product definition template 4.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",14-17,Scaled value of first wavelength,,,,,Operational +"Product definition template 4.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",18,Scale factor of second wavelength,,,,,Operational +"Product definition template 4.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",19-22,Scaled value of second wavelength,,,,,Operational +"Product definition template 4.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",23,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.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",24,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.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",25,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.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",26-27,Hours after reference time of data cut-off,,,,,Operational +"Product definition template 4.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",28,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.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",29,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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",30-33,Forecast time in units defined by octet 29,,,,,Operational +"Product definition template 4.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",34,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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",35,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.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",36-39,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.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",40,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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",41,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.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",42-45,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.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",46-47,Year of end of overall time interval,,,,,Operational +"Product definition template 4.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",48,Month of end of overall time interval,,,,,Operational +"Product definition template 4.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",49,Day of end of overall time interval,,,,,Operational +"Product definition template 4.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",50,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.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",51,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.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",52,Second of end of overall time interval,,,,,Operational +"Product definition template 4.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",53,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.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",54-57,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.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",58,Statistical process used to calculate the processed field from the field at each time increment during the time range,,,,,Operational +"Product definition template 4.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",59,Type of time increment between successive fields used in the statistical processing,,,,,Operational +"Product definition template 4.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",60,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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",61-64,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.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",65,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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",66-69,"Time increment between successive fields, in units defined by the previous octet",,,,,Operational +"Product definition template 4.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",70-71,"As octets 58 to 69, next innermost step of processing",,,,,Operational +"Product definition template 4.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",72-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 58 to 69, repeated as necessary",,,,,Operational +"Product definition template 4.111 - 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",,61-72 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.111 - 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",,"73-nn These octets are included only if n > 1, where nn = 60 + 12 x n",,,,,Operational +"Product definition template 4.111 - 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",10,Parameter category,(see Code table 4.1),4.1,,,Operational +"Product definition template 4.111 - 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",11,Parameter number,(see Code table 4.2),4.2,,,Operational +"Product definition template 4.111 - 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",12,Type of interval (for wavelength),(see Code table 4.91),,4.91,,Operational +"Product definition template 4.111 - 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",13,Scale factor of first wavelength,,,,,Operational +"Product definition template 4.111 - 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",14-17,Scaled value of first wavelength,,,,,Operational +"Product definition template 4.111 - 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",18,Scale factor of second wavelength,,,,,Operational +"Product definition template 4.111 - 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",19-22,Scaled value of second wavelength,,,,,Operational +"Product definition template 4.111 - 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",23,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.111 - 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",24,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.111 - 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",25,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.111 - 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",26-27,Hours after reference time of data cut-off,,,,,Operational +"Product definition template 4.111 - 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",28,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.111 - 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",29,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.111 - 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",30-33,Forecast time in units defined by octet 29,,,,,Operational +"Product definition template 4.111 - 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",34,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.111 - 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",35,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.111 - 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",36-39,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.111 - 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",40,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.111 - 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",41,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.111 - 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",42-45,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.111 - 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",46,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.111 - 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",47,Perturbation number,,,,,Operational +"Product definition template 4.111 - 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",48,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.111 - 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",49-50,Year of end of overall time interval,,,,,Operational +"Product definition template 4.111 - 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",51,Month of end of overall time interval,,,,,Operational +"Product definition template 4.111 - 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",52,Day of end of overall time interval,,,,,Operational +"Product definition template 4.111 - 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",53,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.111 - 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",54,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.111 - 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",55,Second of end of overall time interval,,,,,Operational +"Product definition template 4.111 - 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",56,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.111 - 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",57-60,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.111 - 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",61,Statistical process used to calculate the processed field from the field at each time increment during the time range,,,,,Operational +"Product definition template 4.111 - 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",62,Type of time increment between successive fields used in the statistical processing,,,,,Operational +"Product definition template 4.111 - 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",63,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.111 - 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",64-67,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.111 - 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",68,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.111 - 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",69-72,"Time increment between successive fields, in units defined by the previous octet",,,,,Operational +"Product definition template 4.111 - 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",73-74,"As octets 61 to 72, next innermost step of processing",,,,,Operational +"Product definition template 4.111 - 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",75-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 61 to 72, repeated as necessary",,,,,Operational +"Product definition template 4.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",,The next six entries are repeated NT times nt=1:NT,,,,,Operational +"Product definition template 4.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",,End of sequence repeated NT times,,,,,Operational +"Product definition template 4.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",,The next two entries are repeated NA times na=0:NA - can be 0 times if no parameters are necessary,,,,,Operational +"Product definition template 4.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",,End of repeated NA sequence,,,,,Operational +"Product definition template 4.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",,The next three entries are repeated NR times nr=1:NR,,,,,Operational +"Product definition template 4.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",,End of repeated NR sequence,,,,,Operational +"Product definition template 4.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",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.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",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.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",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.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",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.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",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.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",15-16,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +"Product definition template 4.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",17,Minutes of observational data cut-off after reference time,,,,,Operational +"Product definition template 4.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",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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",19-22,Forecast time in units defined by previous octet,,,,,Operational +"Product definition template 4.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",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.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",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.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",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.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",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.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",35-36,Year of end of overall time interval,,,,,Operational +"Product definition template 4.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",37,Month of end of overall time interval,,,,,Operational +"Product definition template 4.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",38,Day of end of overall time interval,,,,,Operational +"Product definition template 4.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",39,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.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",40,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.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",41,Second of end of overall time interval,,,,,Operational +"Product definition template 4.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",42,Number of time range,,,,,Operational +"Product definition template 4.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",43-46,Number of missing in statistical process,,,,,Operational +"Product definition template 4.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",47+(nt-1)*12,Type of statistical processing,,,,,Operational +"Product definition template 4.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",48+(nt-1)*12,Type of time increment,,,,,Operational +"Product definition template 4.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",49+(nt-1)*12,Indicator of unit for time range,,,,,Operational +"Product definition template 4.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",(50+(nt-1)*12)-(53+(nt-1)*12),Length of time range,,,,,Operational +"Product definition template 4.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",54+(nt-1)*12,Indicator of unit for time increment,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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",(55+(nt-1)*12)-(58+(nt-1)*12),Time increment,,,,,Operational +"Product definition template 4.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",59+(NT-1)*12,Forecast probability number,,,,,Operational +"Product definition template 4.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",60+(NT-1)*12,Total number of forecast probabilities,,,,,Operational +"Product definition template 4.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",61+(NT-1)*12,Probability type,(see Code table 4.9),,4.9,,Operational +"Product definition template 4.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",62+(NT-1)*12,Scale factor of lower limit,,,,,Operational +"Product definition template 4.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",(63+(NT-1)*12)-(66+(NT-1)*12),Scaled value of lower limit,,,,,Operational +"Product definition template 4.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",67+(NT-1)*12,Scale factor of lower limit,,,,,Operational +"Product definition template 4.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",(68+(NT-1)*12)-(71+(NT-1)*12),Scaled value of lower limit,,,,,Operational +"Product definition template 4.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",72+(NT-1)*12,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +"Product definition template 4.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",73+(NT-1)*12,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +"Product definition template 4.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",74+(NT-1)*12,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +"Product definition template 4.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",75+(NT-1)*12+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +"Product definition template 4.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",(75+(NT-1)*12+NA*5)-(76+(NT-1)*12+NA*5),Year of start of reference period,,,,,Operational +"Product definition template 4.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",(76+(NT-1)*12+(na-1)*5)-(79+(NT-1)*12+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +"Product definition template 4.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",77+(NT-1)*12+NA*5,Month of start of reference period,,,,,Operational +"Product definition template 4.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",78+(NT-1)*12+NA*5,Day of start of reference period,,,,,Operational +"Product definition template 4.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",79+(NT-1)*12+NA*5,Hour of start of reference period,,,,,Operational +"Product definition template 4.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",80+(NT-1)*12+NA*5,Minute of start of reference period,,,,,Operational +"Product definition template 4.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",81+(NT-1)*12+NA*5,Second of start of reference period,,,,,Operational +"Product definition template 4.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",(82+(NT-1)*12+NA*5)-(85+(NT-1)*12+NA*5),Sample size of reference period,,,,,Operational +"Product definition template 4.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",86+(NT-1)*12+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +"Product definition template 4.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",87+(NT-1)*12+NA*5+(nr-1)*6,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +"Product definition template 4.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",88+(NT-1)*12+NA*5+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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",(89+(NT-1)*12+NA*5+(nr-1)*6)-(92+(NT-1)*12+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,,"Repeat the following octet for each attribute of tile (n=1,NUTAFTAC)",,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,,End of repetition,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,12,Tile classification,(see Code table 4.242),,4.242,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,13-14,Type of tile,(see Code table 4.252),,4.252,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,15,Number of used spatial tiles,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,16,Number of used tile attribute combinations for type of tile,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,17,Number of used tile attributes for tile attribute combination (NUTAFTAC),,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,18+(n-1),Attribute of tile,(see Code table 4.241),,2.241,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,19+(NUTAFTAC-1),Total number of tile attribute combinations,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,20+(NUTAFTAC-1),Tile index,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,(21+(NUTAFTAC-1))-(36+(NUTAFTAC-1)),UUID of data group,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,37+(NUTAFTAC-1),Type of generating process,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,38+(NUTAFTAC-1),Background process,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,39+(NUTAFTAC-1),Generating process identifier,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,(40+(NUTAFTAC-1))-(41+(NUTAFTAC-1)),Hours after data cut-off,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,42+(NUTAFTAC-1),Minutes after data cut-off,,,,,operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,43+(NUTAFTAC-1),Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,(44+(NUTAFTAC-1))-(47+(NUTAFTAC-1)),Forecast time,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,48+(NUTAFTAC-1),Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,49+(NUTAFTAC-1),Scale factor of first fixed surface,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,(50+(NUTAFTAC-1))-(53+(NUTAFTAC-1)),Scaled value of first fixed surface,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,54+(NUTAFTAC-1),Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,55+(NUTAFTAC-1),Scale factor of second fixed surface,,,,,Operational +Product definition template 4.113 - Generalised tiles at a horizontal level or horizontal layer at a point in time,(56+(NUTAFTAC-1))-(59+(NUTAFTAC-1)),Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.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",,"Repeat the following octet for each attribute of tile (n=1,NUTAFTAC)",,,,,Operational +"Product definition template 4.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",,End of repetition,,,,,Operational +"Product definition template 4.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",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.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",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.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",12,Tile classification,(see Code table 4.242),,4.242,,Operational +"Product definition template 4.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",13-14,Type of tile,(see Code table 4.252),,4.252,,Operational +"Product definition template 4.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",15,Number of used spatial tiles,,,,,Operational +"Product definition template 4.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",16,Number of used tile attribute combinations for type of tile,,,,,Operational +"Product definition template 4.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",17,Number of used tile attributes for tile attribute combination (NUTAFTAC),,,,,Operational +"Product definition template 4.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",18+(n-1),Attribute of tile,(see Code table 4.241),,2.241,,Operational +"Product definition template 4.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",19+(NUTAFTAC-1),Total number of tile attribute combinations,,,,,Operational +"Product definition template 4.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",20+(NUTAFTAC-1),Tile index,,,,,Operational +"Product definition template 4.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",(21+(NUTAFTAC-1))-(36+(NUTAFTAC-1)),UUID of data group,,,,,Operational +"Product definition template 4.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",37+(NUTAFTAC-1),Type of generating process,,,,,Operational +"Product definition template 4.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",38+(NUTAFTAC-1),Background process,,,,,Operational +"Product definition template 4.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",39+(NUTAFTAC-1),Generating process identifier,,,,,Operational +"Product definition template 4.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",(40+(NUTAFTAC-1))-(41+(NUTAFTAC-1)),Hours after data cut-off,,,,,Operational +"Product definition template 4.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",42+(NUTAFTAC-1),Minutes after data cut-off,,,,,Operational +"Product definition template 4.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",43+(NUTAFTAC-1),Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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",(44+(NUTAFTAC-1))-(47+(NUTAFTAC-1)),Forecast time,,,,,Operational +"Product definition template 4.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",48+(NUTAFTAC-1),Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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",49+(NUTAFTAC-1),Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.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",(50+(NUTAFTAC-1))-(53+(NUTAFTAC-1)),Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.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",54+(NUTAFTAC-1),Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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",55+(NUTAFTAC-1),Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.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",(56+(NUTAFTAC-1))-(59+(NUTAFTAC-1)),Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.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",(60+(NUTAFTAC-1))-(61+(NUTAFTAC-1)),Year of end of overall time interval,,,,,Operational +"Product definition template 4.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",62+(NUTAFTAC-1),Month of end of overall time interval,,,,,Operational +"Product definition template 4.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",63+(NUTAFTAC-1),Day of end of overall time interval,,,,,Operational +"Product definition template 4.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",64+(NUTAFTAC-1),Hour of end of overall time interval,,,,,Operational +"Product definition template 4.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",65+(NUTAFTAC-1),Minute of end of overall time interval,,,,,Operational +"Product definition template 4.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",66+(NUTAFTAC-1),Second of end of overall time interval,,,,,Operational +"Product definition template 4.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",67+(NUTAFTAC-1),Number of time range,,,,,Operational +"Product definition template 4.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",(68+(NUTAFTAC-1))-(71+(NUTAFTAC-1)),Number of missing in statistical process,,,,,Operational +"Product definition template 4.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",72+(NUTAFTAC-1),Type of statistical processing,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.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",73+(NUTAFTAC-1),Type of time increment,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.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",74+(NUTAFTAC-1),Indicator of unit for time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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",(75+(NUTAFTAC-1))-(78+(NUTAFTAC-1)),Length of time range,,,,,Operational +"Product definition template 4.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",79+(NUTAFTAC-1),Indicator of unit for time increment,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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",(80+(NUTAFTAC-1))-(83+(NUTAFTAC-1)),Time increment,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",,"Repeat the following octet for each attribute of tile (n=1,NUTAFTAC)",,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",,End of repetition,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",12,Tile classification,(see Code table 4.242),,4.242,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",13-14,Type of tile,(see Code table 4.252),,4.252,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",15,Number of used spatial tiles,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",16,Number of used tile attribute combinations for type of tile,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",17,Number of Used Tile attributes for tile attribute combination (NUTAFTAC),,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",18+(n-1),Attribute of tile,(see Code table 4.241),,2.241,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",19+(NUTAFTAC-1),Total number of tile attribute combinations,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",20+(NUTAFTAC-1),Tile index,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",(21+(NUTAFTAC-1))-(36+(NUTAFTAC-1)),UUID of data group,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",37+(NUTAFTAC-1),Type of generating process,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",38+(NUTAFTAC-1),Background process,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",39+(NUTAFTAC-1),Generating process identifier,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",(40+(NUTAFTAC-1))-(41+(NUTAFTAC-1)),Hours after data cut-off,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",42+(NUTAFTAC-1),Minutes after data cut-off,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",43+(NUTAFTAC-1),Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",(44+(NUTAFTAC-1))-(47+(NUTAFTAC-1)),Forecast time,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",48+(NUTAFTAC-1),Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",49+(NUTAFTAC-1),Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",(50+(NUTAFTAC-1))-(53+(NUTAFTAC-1)),Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",54+(NUTAFTAC-1),Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",55+(NUTAFTAC-1),Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",(56+(NUTAFTAC-1))-(59+(NUTAFTAC-1)),Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",60+(NUTAFTAC-1),Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",(61+(NUTAFTAC-1))-(64+(NUTAFTAC-1)),Perturbation number,,,,,Operational +"Product definition template 4.115 - Individual ensemble forecast, control and perturbed on generalised tiles at a horizontal level or in a horizontal layer at a point in time",(65+(NUTAFTAC-1))-(68+(NUTAFTAC-1)),Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.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",,"Repeat the following octet for each attribute of tile (n=1,NUTAFTAC)",,,,,Operational +"Product definition template 4.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",,End of repetition,,,,,Operational +"Product definition template 4.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",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.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",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.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",12,Tile classification,(see Code table 4.242),,4.242,,Operational +"Product definition template 4.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",13-14,Type of tile,(see Code table 4.252),,4.252,,Operational +"Product definition template 4.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",15,Number of used spatial tiles,,,,,Operational +"Product definition template 4.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",16,Number of used tile attribute combinations for type of tile,,,,,Operational +"Product definition template 4.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",17,Number of used tile attributes for tile attribute combination (NUTAFTAC),,,,,Operational +"Product definition template 4.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",18+(n-1),Attribute of tile,(see Code table 4.241),,2.241,,Operational +"Product definition template 4.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",19+(NUTAFTAC-1),Total number of tile attribute combinations,,,,,Operational +"Product definition template 4.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",20+(NUTAFTAC-1),Tile index,,,,,Operational +"Product definition template 4.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",(21+(NUTAFTAC-1))-(36+(NUTAFTAC-1)),UUID of data group,,,,,Operational +"Product definition template 4.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",37+(NUTAFTAC-1),Type of generating process,,,,,Operational +"Product definition template 4.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",38+(NUTAFTAC-1),Background process,,,,,Operational +"Product definition template 4.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",39+(NUTAFTAC-1),Generating process identifier,,,,,Operational +"Product definition template 4.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",(40+(NUTAFTAC-1))-(41+(NUTAFTAC-1)),Hours after data cut-off,,,,,Operational +"Product definition template 4.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",42+(NUTAFTAC-1),Minutes after data cut-off,,,,,Operational +"Product definition template 4.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",43+(NUTAFTAC-1),Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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",(44+(NUTAFTAC-1))-(47+(NUTAFTAC-1)),Forecast time,,,,,Operational +"Product definition template 4.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",48+(NUTAFTAC-1),Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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",49+(NUTAFTAC-1),Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.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",(50+(NUTAFTAC-1))-(53+(NUTAFTAC-1)),Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.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",54+(NUTAFTAC-1),Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.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",55+(NUTAFTAC-1),Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.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",(56+(NUTAFTAC-1))-(59+(NUTAFTAC-1)),Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.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",60+(NUTAFTAC-1),Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.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",(61+(NUTAFTAC-1))-(64+(NUTAFTAC-1)),Perturbation number,,,,,Operational +"Product definition template 4.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",(65+(NUTAFTAC-1))-(68+(NUTAFTAC-1)),Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.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",(69+(NUTAFTAC-1))-(70+(NUTAFTAC-1)),Year of end of overall time interval,,,,,Operational +"Product definition template 4.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",71+(NUTAFTAC-1),Month of end of overall time interval,,,,,Operational +"Product definition template 4.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",72+(NUTAFTAC-1),Day of end of overall time interval,,,,,Operational +"Product definition template 4.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",73+(NUTAFTAC-1),Hour of end of overall time interval,,,,,Operational +"Product definition template 4.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",74+(NUTAFTAC-1),Minute of end of overall time interval,,,,,Operational +"Product definition template 4.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",75+(NUTAFTAC-1),Second of end of overall time interval,,,,,Operational +"Product definition template 4.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",76+(NUTAFTAC-1),Number of time range,,,,,Operational +"Product definition template 4.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",(77+(NUTAFTAC-1))-(80+(NUTAFTAC-1)),Number of missing in statistical process,,,,,Operational +"Product definition template 4.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",81+(NUTAFTAC-1),Type of statistical processing,(see Code table 4.10),,4.10,,Operational +"Product definition template 4.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",82+(NUTAFTAC-1),Type of time increment,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.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",83+(NUTAFTAC-1),Indicator of unit for time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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",(84+(NUTAFTAC-1))-(87+(NUTAFTAC-1)),Length of time range,,,,,Operational +"Product definition template 4.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",88+(NUTAFTAC-1),Indicator of unit for time increment,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.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",(89+(NUTAFTAC-1))-(92+(NUTAFTAC-1)),Time increment,,,,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",14,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",15-16,Hours after reference time of data cut-off,(see Note),33,,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",17,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",19-22,Forecast time in units defined by octet 18,,,,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",24,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",30,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",36-39,Perturbation number,,,,,Operational +"Product definition template 4.117 - Individual large ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time",40-43,Number of forecasts in ensemble,,,,,Operational +"Product definition 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",,56-67 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition 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",,"68-nn These octets are included only if n > 1, where nn = 55 + 12 x n",,,,,Operational +"Product definition 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",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition 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",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition 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",12,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition 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",13,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition 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",14,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition 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",15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition 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",17,Minutes after reference time of data cut-off,,,,,Operational +"Product definition 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",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition 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",19-22,Forecast time in units defined by octet 18,(see Note 2),111,,,Operational +"Product definition 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",23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition 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",24,Scale factor of first fixed surface,,,,,Operational +"Product definition 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",25-28,Scaled value of first fixed surface,,,,,Operational +"Product definition 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",29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition 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",30,Scale factor of second fixed surface,,,,,Operational +"Product definition 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",31-34,Scaled value of second fixed surface,,,,,Operational +"Product definition 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",35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition 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",36-39,Perturbation number,,,,,Operational +"Product definition 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",40-43,Number of forecasts in ensemble,,,,,Operational +"Product definition 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",44-45,Year of end of overall time interval,,,,,Operational +"Product definition 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",46,Month of end of overall time interval,,,,,Operational +"Product definition 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",47,Day of end of overall time interval,,,,,Operational +"Product definition 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",48,Hour of end of overall time interval,,,,,Operational +"Product definition 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",49,Minute of end of overall time interval,,,,,Operational +"Product definition 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",50,Second of end of overall time interval,,,,,Operational +"Product definition 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",51,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition 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",52-55,Total number of data values missing in statistical process,,,,,Operational +"Product definition 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",56,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +"Product definition 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",57,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition 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",58,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition 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",59-62,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition 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",63,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition 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",64-67,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,99",,,Operational +"Product definition 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",68-79,"As octets 56 to 67, next innermost step of processing",,,,,Operational +"Product definition 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",80-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 56 to 67, repeated as necessary",,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,15-16,Hours after reference time of data cut-off,(see Note),33,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,19-22,Forecast time in units defined by octet 18,,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,36-39,Number of forecasts in ensemble,,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,40,Forecast probability number,,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,41,Total number of forecast probabilities,,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,42,Probability type,(see Code table 4.9),,4.9,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,43,Scale factor of lower limit,,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,44-47,Scaled value of lower limit,,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,48,Scale factor of upper limit,,,,,Operational +Product definition template 4.119 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer at a point in time,49-52,Scaled value of upper limit,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,65-76 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,"77-nn These octets are included only if n > 1, where nn = 64 + 12 x n",,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,19-22,Forecast time in units defined by octet 18,(see Note 2),111,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,36-39,Number of forecasts in ensemble,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,40,Forecast probability number,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,41,Total number of forecast probabilities,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,42,Probability type,(see Code table 4.9),,4.9,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,43,Scale factor of lower limit,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,44-47,Scaled value of lower limit,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,48,Scale factor of upper limit,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,49-52,Scaled value of upper limit,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,53-54,Year of end of overall time interval,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,55,Month of end of overall time interval,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,56,Day of end of overall time interval,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,57,Hour of end of overall time interval,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,58,Minute of end of overall time interval,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,59,Second of end of overall time interval,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,60,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,61-64,Total number of data values missing in the statistical process,,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,65,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,66,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,67,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,68-71,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,72,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,73-76,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,95",,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,77-88,"As octets 65 to 76, next innermost step of processing",,,,,Operational +Product definition template 4.120 - Probability forecasts from large ensemble at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,89-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 65 to 76, repeated as necessary.",,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,,The next entry repeats nsv=1:NSV times,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,15-16,Hours after reference time of data cut-off,(see Note),33,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,19-22,Forecast time in units defined by octet 18,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,36-39,Number of forecasts in ensemble,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,40,Forecast probability number,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,41,Total number of forecast probabilities,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,42,Probability type,(see Code table 4.9),,4.9,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,43,Scale factor of lower limit,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,44-47,Scaled value of lower limit,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,48,Scale factor of upper limit,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,49-52,Scaled value of upper limit,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,53,Spatial vicinity type,(see Code table 4.103),,4.103,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,54,Number of spatial vicinity values (NSV),,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,(55+(nsv-1)*4)-(58+(nsv-1)*4),Spatial vicinity value,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,59+(nsv-1)*4,Spatial vicinity processing,(see Code table 4.104),,4.104,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,(60+(nsv-1)*4)-(61+(nsv-1)*4),"Spatial vicinity processing argument 1 (e.g., if previous is quantile)",,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,(62+(nsv-1)*4)-(63+(nsv-1)*4),"Spatial vicinity processing argument 2 (e.g., if previous is quantile)",,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,64+(nsv-1)*4,Spatial vicinity missing data,(see Code table 4.105),,4.105,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,(65+(nsv-1)*4),Temporal vicinity processing,(see Code table 4.104),,4.104,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,(66+(nsv-1)*4),Temporal vicinity unit,(see Code table 4.4),,4.4,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,(67+(nsv-1)*4)-(70+(nsv-1)*4),Temporal vicinity towards past,,,,,Operational +Product definition template 4.121 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer at a point in time,(71+(nsv-1)*4)-(74+(nsv-1)*4),Temporal vicinity towards future,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,65-76 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,"77-nn These octets are included only if n > 1, where nn = 64 + 12 x n",,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,The next entry repeats nsv=1:NSV times,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,nn + 1,Spatial vicinity type,(see Code table 4.103),,4.103,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,nn + 2,Number of spatial vicinity values (NSV),,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(nn + 3+(nsv-1)*4)-(nn + 6+(nsv-1)*4),Spatial vicinity value,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,nn + 7+(nsv-1)*4,Spatial vicinity processing,(see Code table 4.104),,4.104,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(nn + 8+(nsv-1)*4)-(nn + 9+(nsv-1)*4),"Spatial vicinity processing argument 1 (e.g., if previous is quantile)",,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(nn + 10+(nsv-1)*4)-(nn + 11+(nsv-1)*4),"Spatial vicinity processing argument 2 (e.g., if previous is quantile)",,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,nn + 12+(nsv-1)*4,Spatial vicinity missing data,(see Code table 4.105),,4.105,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(nn + 13+(nsv-1)*4),Temporal vicinity processing,(see Code table 4.104),,4.104,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,14,Forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(nn + 14+(nsv-1)*4),Temporal vicinity unit,(see Code table 4.4),,4.4,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,15-16,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(nn + 15+(nsv-1)*4)-(nn + 18+(nsv-1)*4),Temporal vicinity towards past,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,17,Minutes after reference time of data cut-off,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,19-22,Forecast time in units defined by octet 18,(see Note 2),111,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(nn + 19+(nsv-1)*4)-(nn + 22+(nsv-1)*4),Temporal vicinity towards future,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,35,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,36-39,Number of forecasts in ensemble,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,40,Forecast probability number,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,41,Total number of forecast probabilities,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,42,Probability type,(see Code table 4.9),,4.9,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,43,Scale factor of lower limit,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,44-47,Scaled value of lower limit,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,48,Scale factor of upper limit,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,49-52,Scaled value of upper limit,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,53-54,Year of end of overall time interval,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,55,Month of end of overall time interval,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,56,Day of end of overall time interval,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,57,Hour of end of overall time interval,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,58,Minute of end of overall time interval,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,59,Second of end of overall time interval,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,60,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,61-64,Total number of data values missing in the statistical process,,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,65,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,66,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,67,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,68-71,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,72,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,73-76,"Time increment between successive fields, in units defined by the previous octet",(see Notes 3 and 4),"7,95",,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,77-88,"As octets 65 to 76, next innermost step of processing",,,,,Operational +Product definition template 4.122 - Probability forecasts with spatiotemporal processing based on focal (moving window) statistics at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,89-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 65 to 76, repeated as necessary.",,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,The next six entries are repeated NT times nt=1:NT,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,End of sequence repeated NT times,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,The next two entries are repeated NA times na=0:NA - can be 0 times if no parameters are necessary,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,End of repeated NA sequence,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,The next three entries are repeated NR times nr=1:NR,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,End of repeated NR sequence,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,,The next entry repeats nsv=1:NSV times,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,12,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,13,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,15-16,Hours of observational data cut-off after reference time,(see Note 1),33,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,17,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,19-22,Forecast time in units defined by previous octet,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,24,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,25-28,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,30,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,31-34,Scaled value of second fixed surface,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,35-36,Year of end of overall time interval,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,37,Month of end of overall time interval,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,38,Day of end of overall time interval,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,39,Hour of end of overall time interval,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,40,Minute of end of overall time interval,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,41,Second of end of overall time interval,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,42,Number of time range,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,43-46,Number of missing in statistical process,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,47+(nt-1)*12,Type of statistical processing,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,48+(nt-1)*12,Type of time increment,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,49+(nt-1)*12,Indicator of unit for time range,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(50+(nt-1)*12)-(53+(nt-1)*12),Length of time range,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,54+(nt-1)*12,Indicator of unit for time increment,(see Code table 4.4),,4.4,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(55+(nt-1)*12)-(58+(nt-1)*12),Time increment,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,59+(NT-1)*12,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(60+(NT-1)*12)-(63+(NT-1)*12),Number of forecasts in ensemble,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,64+(NT-1)*12,Forecast probability number,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,65+(NT-1)*12,Total number of forecast probabilities,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,66+(NT-1)*12,Probability type,(see Code table 4.9),,4.9,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,67+(NT-1)*12,Scale factor of lower limit,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(68+(NT-1)*12)-(71+(NT-1)*12),Scaled value of lower limit,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,72+(NT-1)*12,Scale factor of lower limit,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(73+(NT-1)*12)-(76+(NT-1)*12),Scaled value of lower limit,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,77+(NT-1)*12,Type of reference dataset,(see Code table 4.100),,4.100,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,78+(NT-1)*12,Type of relation to reference dataset,(see Code table 4.101),,4.101,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,79+(NT-1)*12,Number of additional parameter for reference period - NA,(see Note 2),164,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,80+(NT-1)*12+(na-1)*5,Scale factor of additional parameter for reference period,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(80+(NT-1)*12+NA*5)-(81+(NT-1)*12+NA*5),Year of start of reference period,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(81+(NT-1)*12+(na-1)*5)-(84+(NT-1)*12+(na-1)*5),Scaled value of additional parameter for reference period,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,82+(NT-1)*12+NA*5,Month of start of reference period,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,83+(NT-1)*12+NA*5,Day of start of reference period,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,84+(NT-1)*12+NA*5,Hour of start of reference period,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,85+(NT-1)*12+NA*5,Minute of start of reference period,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,86+(NT-1)*12+NA*5,Second of start of reference period,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(87+(NT-1)*12+NA*5)-(90+ (NT-1)*12+NA*5),Sample size of reference period,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,91+(NT-1)*12+NA*5,Number of reference period time range - NR,(see Note 3),165,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,92+(NT-1)*12+NA*5+(nr-1)*6,Type of statistical processing for time range for reference period,(see Code table 4.102),,4.102,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,93+(NT-1)*12+NA*5+(nr-1)*6,Indicator of unit of time range for reference period,(see Code table 4.4),,4.4,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(94+(NT-1)*12+NA*5+(nr-1)*6)-(97+(NT-1)*12+NA*5+(nr-1)*6),Length of time range for reference period,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,98+(NT-1)*12+NA*5+(nr-1)*6,Spatial vicinity type,(see Code table 4.103),,4.103,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,99+(NT-1)*12+NA*5+(nr-1)*6,Number of spatial vicinity values (NSV),,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(100+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6)-(103+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6),Spatial vicinity value,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,104+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6,Spatial vicinity processing,(see Code table 4.104),,4.104,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(105+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6)-(106+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6),"Spatial vicinity processing argument 1 (e.g., if previous is quantile)",,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(107+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6)-(108+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6),"Spatial vicinity processing argument 2 (e.g., if previous is quantile)",,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,109+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6,Spatial vicinity missing data,(see Code table 4.105),,4.105,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,110+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6,Temporal vicinity processing,(see Code table 4.104),,4.104,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,111+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6,Temporal vicinity unit,(see Code table 4.4),,4.4,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(112+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6)-(115+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6),Temporal vicinity towards past,,,,,Operational +Product definition template 4.123 - Probability forecasts from large ensembles with spatiotemporal processing based on focal (moving window) statistics in relation to a reference period at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval,(116+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6)-(119+(nsv-1)*4+(NT-1)*12+NA*5+(nr-1)*6),Temporal vicinity towards future,,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,14,Source or sink,(see Code table 4.238),,4.238,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,15-16,Transport model used,(see Code table 4.333),,4.333,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,17-18,Requested by entity,(see Common Code table C-11),,c-11,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,19-20,Scenario origin,(see Code table 4.335),,4.335,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,21-22,NWP used,(see Code table 4.336),,4.336,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,23-24,Release start year,,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,25,Release start month,,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,26,Release start day,,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,27,Release start hour,,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,28,Release start minute,,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,29,Release start second,,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,30-31,Wall clock initial time of execution (Year),,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,32,Wall clock initial time of execution (month),,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,33,Wall clock initial time of execution (day),,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,34,Wall clock initial time of execution (hour),,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,35,Wall clock initial time of execution (minute),,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,36,Wall clock initial time of execution (second),,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,37,Type of generating process,(see Code table 4.3),,4.3,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,38,Background generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,39,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,40-41,Hours of observational data cut-off after reference time,(see Note),33,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,42,Minutes of observational data cut-off after reference time,,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,43,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,44-47,Forecast time in units defined by octet 43,,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,48,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,49,Scale factor of first fixed surface,,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,50-53,Scaled value of first fixed surface,,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,54,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,55,Scale factor of second fixed surface,,,,,Operational +Product definition template 4.124 - Analysis or forecast at a horizontal level or in a horizontal layer at a point in time for radionuclides,56-59,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",14,Source or sink,(see Code table 4.238),,4.238,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",15-16,Transport model used,(See Code table 4.333),,4.333,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",17-18,Requested by entity,(see Common Code table C-11),,c-11,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",19-20,Scenario origin,(See Code table 4.335),,4.335,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",21-22,NWP used,(See Code table 4.336),,4.336,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",23-24,Release start year,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",25,Release start month,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",26,Release start day,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",27,Release start hour,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",28,Release start minute,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",29,Release start second,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",30-31,Wall clock initial time of execution (year),,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",32,Wall clock initial time of execution (month),,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",33,Wall clock initial time of execution (day),,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",34,Wall clock initial time of execution (hour),,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",35,Wall clock initial time of execution (minute),,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",36,Wall clock initial time of execution (second),,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",37,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",38,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",39,Forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",40-41,Hours after reference time of data cut-off,(see Note),33,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",42,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",43,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",44-47,Forecast time in units defined by octet 43,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",48,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",49,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",50-53,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",54,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",55,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",56-59,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",60,Type of ensemble forecast,(see Code table 4.6),,4.6,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",61,Perturbation number,,,,,Operational +"Product definition template 4.125 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time for radionuclides",62,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",,72-83 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",,"84-nn These octets are included only if n > 1, where nn = 72 + 12 x n",,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",10,Parameter category (see Code table 4.1),,,4.1,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",11,Parameter number (see Code table 4.2),,,4.2,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",12-13,Atmospheric chemical constituent type (see Code table 4.230),,,4.230,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",14,Source or sink (see Code table 4.238),,,4.238,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",15-16,Transport model used,(See Code table 4.333),,4.333,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",17-18,Requested by entity,(see Common Code table C-11),,c-11,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",19-20,Scenario origin,(See Code table 4.335),,4.335,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",21-22,NWP used,(See Code table 4.336),,4.336,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",23-24,Release start year,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",25,Release start month,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",26,Release start day,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",27,Release start hour,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",28,Release start minute,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",29,Release start second,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",30-31,Wall clock initial time of execution (year),,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",32,Wall clock initial time of execution (month),,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",33,Wall clock initial time of execution (day),,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",34,Wall clock initial time of execution (hour),,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",35,Wall clock initial time of execution (minute),,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",36,Wall clock initial time of execution (second),,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",37,Type of generating process (see Code table 4.3),,,4.3,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",38,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",39,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",40-41,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",42,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",43,Indicator of unit of time range (see Code table 4.4),,,4.4,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",44-47,Forecast time in units defined by octet 43,(see Note 2),111,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",48,Type of first fixed surface (see Code table 4.5),,,4.5,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",49,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",50-53,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",54,Type of second fixed surface (see Code table 4.5),,,4.5,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",55,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",56-59,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",60-61,Year of end of overall time interval,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",62,Month of end of overall time interval,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",63,Day of end of overall time interval,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",64,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",65,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",66,Second of end of overall time interval,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",67,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",68-71,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",72,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.1,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",73,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",74,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",75-78,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",79,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",80-83,"Time increment between successive fields, in units defined by the previous octet",,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",84-95,"As octets 72 to 83, next innermost step of processing",,,,,Operational +"Product definition template 4.126 - Average, accumulation, or 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 radionuclides",96-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 72 to 83, repeated as necessary",,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",,75-86 Specification of the outermost (or only) time range over which statistical processing is done,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",,"87-nn These octets are included only if n > 1, where nn = 75 + 12 x n",,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",10,Parameter category,(see Code table 4.1),,4.1,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",11,Parameter number,(see Code table 4.2),,4.2,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",12-13,Atmospheric chemical constituent type,(see Code table 4.230),,4.230,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",14,Source or sink,(see Code table 4.238),,4.238,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",15-16,Transport model used,(See Code table 4.333),,4.333,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",17-18,Requested by entity,(see Common Code table C-11),,c-11,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",19-20,Scenario origin,(See Code table 4.335),,4.335,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",21-22,NWP used,(See Code table 4.336),,4.336,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",23-24,Release start year,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",25,Release start month,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",26,Release start day,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",27,Release start hour,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",28,Release start minute,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",29,Release start second,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",30-31,Wall clock initial time of execution (year),,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",32,Wall clock initial time of execution (month),,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",33,Wall clock initial time of execution (day),,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",34,Wall clock initial time of execution (hour),,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",35,Wall clock initial time of execution (minute),,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",36,Wall clock initial time of execution (second),,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",37,Type of generating process,(see Code table 4.3),,4.3,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",38,Background generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",39,Analysis or forecast generating process identifier (defined by originating centre),,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",40-41,Hours after reference time of data cut-off,(see Note 1),33,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",42,Minutes after reference time of data cut-off,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",43,Indicator of unit of time range,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",44-47,Forecast time in units defined by octet 43,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",48,Type of first fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",49,Scale factor of first fixed surface,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",50-53,Scaled value of first fixed surface,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",54,Type of second fixed surface,(see Code table 4.5),,4.5,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",55,Scale factor of second fixed surface,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",56-59,Scaled value of second fixed surface,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",60,Type of ensemble forecast,(See Code table 4.6),,4.6,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",61,Perturbation Number,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",62,Number of forecasts in ensemble,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",63-64,Year of end of overall time interval,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",65,Month of end of overall time interval,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",66,Day of end of overall time interval,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",67,Hour of end of overall time interval,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",68,Minute of end of overall time interval,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",69,Second of end of overall time interval,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",70,n - number of time range specifications describing the time intervals used to calculate the statistically processed field,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",71-74,Total number of data values missing in statistical process,,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",75,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.1,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",76,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",77,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",78-81,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",82,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",83-86,"Time increment between successive fields, in units defined by the previous octet",,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",87-98,"As octets 75 to 86, next innermost step of processing",,,,,Operational +"Product definition template 4.127 - Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer in a continuous or non-continuous time interval for radionuclides",99-nn,"Additional time range specifications, included in accordance with the value of n. Contents as octets 75 to 86, repeated as necessary",,,,,Operational +Product definition template 4.254 - CCITT IA5 character string,10,Parameter category,(see Code table 4.1),,4.1,,Operational +Product definition template 4.254 - CCITT IA5 character string,11,Parameter number,(see Code table 4.2),,4.2,,Operational +Product definition template 4.254 - CCITT IA5 character string,12-15,Number of characters,,,,,Operational +Product definition template 4.1000 - cross-section of analysis and forecast at a point in time,10,Parameter category,(see Code table 4.1),,4.1,,Experimental +Product definition template 4.1000 - cross-section of analysis and forecast at a point in time,11,Parameter number,(see Code table 4.2),,4.2,,Experimental +Product definition template 4.1000 - cross-section of analysis and forecast at a point in time,12,Type of generating process,(see Code table 4.3),,4.3,,Experimental +Product definition template 4.1000 - cross-section of analysis and forecast at a point in time,13,Background generating process identifier (defined by originating centre),,,,,Experimental +Product definition template 4.1000 - cross-section of analysis and forecast at a point in time,14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Experimental +Product definition template 4.1000 - cross-section of analysis and forecast at a point in time,15-16,Hours of observational data cut-off after reference time,(see Note 2),33,,,Experimental +Product definition template 4.1000 - cross-section of analysis and forecast at a point in time,17,Minutes of observational data cut-off after reference time,,,,,Experimental +Product definition template 4.1000 - cross-section of analysis and forecast at a point in time,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Experimental +Product definition template 4.1000 - cross-section of analysis and forecast at a point in time,19-22,Forecast time in units defined by octet 18,,,,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,10,Parameter category,(see Code table 4.1),,4.1,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,11,Parameter number,(see Code table 4.2),,4.2,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,12,Type of generating process,(see Code table 4.3),,4.3,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,13,Background generating process identifier (defined by originating centre),,,,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,15-16,Hours of observational data cut-off after reference time,(see Note 1),33,,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,17,Minutes of observational data cut-off after reference time,,,,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,19-22,Forecast time in units defined by octet 18,,,,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,23-26,Total number of data values missing in the statistical process,,,,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,27,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,28,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,29,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,30-33,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,34,Indicator of unit of time for the increment between the successive fields used,(see Code table 4.4),,4.4,,Experimental +Product definition template 4.1001 - cross-section of averaged or otherwise statistically processed analysis or forecast over a range of time,35-38,"Time increment between successive fields, in units defined by the previous octet",(see Note 2),7,,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",10,Parameter category,(see Code table 4.1),,4.1,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",11,Parameter number,(see Code table 4.2),,4.2,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",12,Type of generating process,(see Code table 4.3),,4.3,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",13,Background generating process identifier (defined by originating centre),,,,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",15-16,Hours of observational data cut-off after reference time,(see Note 2),33,,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",17,Minutes of observational data cut-off after reference time,,,,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",19-22,Forecast time in units defined by octet 18,,,,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",23,Horizontal dimension processed,(see Code table 4.220),,4.220,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",24,Treatment of missing data (e.g. below ground),(see Code table 4.221),,4.221,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",25,Type of statistical processing,(see Code table 4.10),,4.10,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",26-29,Start of range,,,,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",30-33,End of range,,,,,Experimental +"Product definition template 4.1002 - cross-section of analysis and forecast, averaged or otherwise statistically processed over latitude or longitude",34-35,Number of values,,,,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,10,Parameter category,(see Code table 4.1),,4.1,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,11,Parameter number,(see Code table 4.2),,4.2,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,12,Type of generating process,(see Code table 4.3),,4.3,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,13,Background generating process identifier (defined by originating centre),,,,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,15-16,Hours of observational data cut-off after reference time,(see Note 2),33,,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,17,Minutes of observational data cut-off after reference time,,,,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,19-22,Forecast time in units defined by octet 18,,,,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,24,Scale factor of first fixed surface,,,,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,25-28,Scaled value of first fixed surface,,,,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,30,Scale factor of second fixed surface,,,,,Experimental +Product definition template 4.1100 - Hovmöller-type grid with no averaging or other statistical processing,31-34,Scaled value of second fixed surface,,,,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,10,Parameter category,(see Code table 4.1),,4.1,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,11,Parameter number,(see Code table 4.2),,4.2,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,12,Type of generating process,(see Code table 4.3),,4.3,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,13,Background generating process identifier (defined by originating centre),,,,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,14,Analysis or forecast generating process identifier (defined by originating centre),,,,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,15-16,Hours of observational data cut-off after reference time,(see Note 1),33,,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,17,Minutes of observational data cut-off after reference time,,,,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,18,Indicator of unit of time range,(see Code table 4.4),,4.4,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,19-22,Forecast time in units defined by octet 18,(see Note 2),63,,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,23,Type of first fixed surface,(see Code table 4.5),,4.5,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,24,Scale factor of first fixed surface,,,,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,25-28,Scaled value of first fixed surface,,,,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,29,Type of second fixed surface,(see Code table 4.5),,4.5,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,30,Scale factor of second fixed surface,,,,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,31-34,Scaled value of second fixed surface,,,,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,35-38,Total number of data values missing in the statistical process,,,,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,39,Statistical process used to calculate the processed field from the field at each time increment during the time range,(see Code table 4.10),,4.10,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,40,Type of time increment between successive fields used in the statistical processing,(see Code table 4.11),,4.11,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,41,Indicator of unit of time for time range over which statistical processing is done,(see Code table 4.4),,4.4,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,42-45,"Length of the time range over which statistical processing is done, in units defined by the previous octet",,,,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,46,Indicator of unit of time for increment between the successive fields used,(see Code table 4.4),,4.4,,Experimental +Product definition template 4.1101 - Hovmöller-type grid with averaging or other statistical processing,47-50,"Time increment between successive fields, in units defined by the previous octet",(see Note 3),7,,,Experimental +Data representation template 5.0 - Grid point data - simple packing,12-15,Reference value (R) (IEEE 32-bit floating-point value),,,,,Operational +Data representation template 5.0 - Grid point data - simple packing,16-17,Binary scale factor (E),,,,,Operational +Data representation template 5.0 - Grid point data - simple packing,18-19,Decimal scale factor (D),,,,,Operational +Data representation template 5.0 - Grid point data - simple packing,20,"Number of bits used for each packed value for simple packing, or for each group reference value for complex packing or spatial differencing",,,,,Operational +Data representation template 5.0 - Grid point data - simple packing,21,Type of original field values,(see Code table 5.1),,5.1,,Operational +Data representation template 5.1 - Matrix values at grid point - simple packing,12-21,Same as data representation template 5.0,,,,,Experimental +Data representation template 5.1 - Matrix values at grid point - simple packing,22,"0, no matrix bit maps present; 1-matrix bit maps present",,,,,Experimental +Data representation template 5.1 - Matrix values at grid point - simple packing,23-26,Number of data values encoded in Section 7,,,,,Experimental +Data representation template 5.1 - Matrix values at grid point - simple packing,27-28,NR - first dimension (rows) of each matrix,,,,,Experimental +Data representation template 5.1 - Matrix values at grid point - simple packing,29-30,NC - second dimension (columns) of each matrix,,,,,Experimental +Data representation template 5.1 - Matrix values at grid point - simple packing,31,First dimension coordinate value definition,(Code table 5.2),,5.2,,Experimental +Data representation template 5.1 - Matrix values at grid point - simple packing,32,NC1 - number of coefficients or values used to specify first dimension coordinate function,,,,,Experimental +Data representation template 5.1 - Matrix values at grid point - simple packing,33,Second dimension coordinate value definition,(Code table 5.2),,5.2,,Experimental +Data representation template 5.1 - Matrix values at grid point - simple packing,34,NC2 - number of coefficients or values used to specify second dimension coordinate function,,,,,Experimental +Data representation template 5.1 - Matrix values at grid point - simple packing,35,First dimension physical significance,(Code table 5.3),,5.3,,Experimental +Data representation template 5.1 - Matrix values at grid point - simple packing,36,Second dimension physical significance,(Code table 5.3),,5.3,,Experimental +Data representation template 5.1 - Matrix values at grid point - simple packing,37-(36+NC1x4),"Coefficients to define first dimension coordinate values in functional form, or the explicit coordinate values (IEEE 32-bit floating-point value)",,,,,Experimental +Data representation template 5.1 - Matrix values at grid point - simple packing,(37+NC1x4)-(36+4(NC1+NC2)),"Coefficients to define second dimension coordinate values in functional form, or the explicit coordinate values (IEEE 32-bit floating-point value)",,,,,Experimental +Data representation template 5.2 - Grid point data - complex packing,12-21,Same as data representation template 5.0,,,,,Operational +Data representation template 5.2 - Grid point data - complex packing,22,Group splitting method used,(see Code table 5.4),,5.4,,Operational +Data representation template 5.2 - Grid point data - complex packing,23,Missing value management used,(see Code table 5.5),,5.5,,Operational +Data representation template 5.2 - Grid point data - complex packing,24-27,Primary missing value substitute,,,,,Operational +Data representation template 5.2 - Grid point data - complex packing,28-31,Secondary missing value substitute,,,,,Operational +Data representation template 5.2 - Grid point data - complex packing,32-35,NG - number of groups of data values into which field is split,,,,,Operational +Data representation template 5.2 - Grid point data - complex packing,36,Reference for group widths,(see Note 12),79,,,Operational +Data representation template 5.2 - Grid point data - complex packing,37,Number of bits used for the group widths (after the reference value in octet 36 has been removed),,,,,Operational +Data representation template 5.2 - Grid point data - complex packing,38-41,Reference for group lengths,(see Note 13),78,,,Operational +Data representation template 5.2 - Grid point data - complex packing,42,Length increment for the group lengths,(see Note 14),76,,,Operational +Data representation template 5.2 - Grid point data - complex packing,43-46,True length of last group,,,,,Operational +Data representation template 5.2 - Grid point data - complex packing,47,Number of bits used for the scaled group lengths (after subtraction of the reference value given in octets 38-41 and division by the length increment given in octet 42),,,,,Operational +Data representation template 5.3 - Grid point data - complex packing and spatial differencing,12-47,Same as data representation template 5.2,,,,,Operational +Data representation template 5.3 - Grid point data - complex packing and spatial differencing,48,Order of spatial differencing,(see Code table 5.6),,5.6,,Operational +Data representation template 5.3 - Grid point data - complex packing and spatial differencing,49,Number of octets required in the data section to specify extra descriptors needed for spatial differencing (octets 6-ww in data template 7.3),,,,,Operational +Data representation template 5.4 - Grid point data - IEEE floating point data,12,Precision,(see Code table 5.7),,5.7,,Operational +Data representation template 5.40 - Grid point data - JPEG 2000 code stream format,12-15,Reference value (R) (IEEE 32-bit floating-point value),,,,,Operational +Data representation template 5.40 - Grid point data - JPEG 2000 code stream format,16-17,Binary scale factor (E),,,,,Operational +Data representation template 5.40 - Grid point data - JPEG 2000 code stream format,18-19,Decimal scale factor (D),,,,,Operational +Data representation template 5.40 - Grid point data - JPEG 2000 code stream format,20,Number of bits required to hold the resulting scaled and referenced data values (i.e. depth of the greyscale image),(see Note 2),84,,,Operational +Data representation template 5.40 - Grid point data - JPEG 2000 code stream format,21,Type of original field values (see Code table 5.1),,,,,Operational +Data representation template 5.40 - Grid point data - JPEG 2000 code stream format,22,Type of compression used (see Code table 5.40),,,,,Operational +Data representation template 5.40 - Grid point data - JPEG 2000 code stream format,23,"Target compression ratio, M:1 (with respect to the bit-depth specified in octet 20), when octet 22 indicates lossy compression. Otherwise, set to missing",(see Note 3),74,,,Operational +Data representation template 5.41 - Grid point data - Portable Network Graphics (PNG) format,12-15,Reference value (R) (IEEE 32-bit floating-point value),,,,,Operational +Data representation template 5.41 - Grid point data - Portable Network Graphics (PNG) format,16-17,Binary scale factor (E),,,,,Operational +Data representation template 5.41 - Grid point data - Portable Network Graphics (PNG) format,18-19,Decimal scale factor (D),,,,,Operational +Data representation template 5.41 - Grid point data - Portable Network Graphics (PNG) format,20,Number of bits required to hold the resulting scaled and referenced data values (i.e. depth of the image),(see Note 2),62,,,Operational +Data representation template 5.41 - Grid point data - Portable Network Graphics (PNG) format,21,Type of original field values,(see Code table 5.1),,5.1,,Operational +Data representation template 5.42 - Grid point data - CCSDS recommended lossless compression,12-15,Reference value (R) (IEEE 32-bit floating-point value),,,,,Operational +Data representation template 5.42 - Grid point data - CCSDS recommended lossless compression,16-17,Binary scale factor (E),,,,,Operational +Data representation template 5.42 - Grid point data - CCSDS recommended lossless compression,18-19,Decimal scale factor (D),,,,,Operational +Data representation template 5.42 - Grid point data - CCSDS recommended lossless compression,20,Number of bits required to hold the resulting scaled and referenced data values,(see Note 1),83,,,Operational +Data representation template 5.42 - Grid point data - CCSDS recommended lossless compression,21,Type of original field values,(see Code table 5.1),,5.1,,Operational +Data representation template 5.42 - Grid point data - CCSDS recommended lossless compression,22,CCSDS compression options mask,(see Note 3),48,,,Operational +Data representation template 5.42 - Grid point data - CCSDS recommended lossless compression,23,Block size,,,,,Operational +Data representation template 5.42 - Grid point data - CCSDS recommended lossless compression,24-25,Reference sample interval,,,,,Operational +Data representation template 5.50 - Spectral data - simple packing,12-15,Reference value (R) (IEEE 32-bit floating-point value),,,,,Operational +Data representation template 5.50 - Spectral data - simple packing,16-17,Binary scale factor (E),,,,,Operational +Data representation template 5.50 - Spectral data - simple packing,18-19,Decimal scale factor (D),,,,,Operational +Data representation template 5.50 - Spectral data - simple packing,20,Number of bits used for each packed value (field width),,,,,Operational +Data representation template 5.50 - Spectral data - simple packing,21-24,Real part of (0.0) coefficient (IEEE 32-bit floating-point value),,,,,Operational +Data representation template 5.51 - Spherical harmonics data - complex packing,12-20,Same as data representation template 5.50,,,,,Operational +Data representation template 5.51 - Spherical harmonics data - complex packing,21-24,P - Laplacian scaling factor (expressed in 10-6 units),,,,,Operational +Data representation template 5.51 - Spherical harmonics data - complex packing,25-26,JS - pentagonal resolution parameter of the unpacked subset,(see Note 1),119,,,Operational +Data representation template 5.51 - Spherical harmonics data - complex packing,27-28,KS - pentagonal resolution parameter of the unpacked subset,(see Note 1),119,,,Operational +Data representation template 5.51 - Spherical harmonics data - complex packing,29-30,MS - pentagonal resolution parameter of the unpacked subset,(see Note 1),119,,,Operational +Data representation template 5.51 - Spherical harmonics data - complex packing,31-34,TS - total number of values in the unpacked subset,(see Note 1),119,,,Operational +Data representation template 5.51 - Spherical harmonics data - complex packing,35,Precision of the unpacked subset,(see Code table 5.7),,5.7,,Operational +Data representation template 5.53 - spectral data for limited area models - complex packing,12-15,Reference value (R) (IEEE 32-bit floating-point value),,,,,Operational +Data representation template 5.53 - spectral data for limited area models - complex packing,16-17,Binary scale factor (E),,,,,Operational +Data representation template 5.53 - spectral data for limited area models - complex packing,18-19,Decimal scale factor (D),,,,,Operational +Data representation template 5.53 - spectral data for limited area models - complex packing,20,Number of bits used for each packed value (field width),,,,,Operational +Data representation template 5.53 - spectral data for limited area models - complex packing,21,Bi-Fourier sub-truncation type,(see Code table 5.25),,5.25,,Operational +Data representation template 5.53 - spectral data for limited area models - complex packing,22,Packing mode for axes,(see Code table 5.26),,5.26,,Operational +Data representation template 5.53 - spectral data for limited area models - complex packing,23-26,P - Laplacian scaling factor (expressed in 10-6 units),,,,,Operational +Data representation template 5.53 - spectral data for limited area models - complex packing,27-28,NS - bi-Fourier resolution parameter of the unpacked subset,(see Note 1),120,,,Operational +Data representation template 5.53 - spectral data for limited area models - complex packing,29-30,MS - bi-Fourier resolution parameter of the unpacked subset,(see Note 1),120,,,Operational +Data representation template 5.53 - spectral data for limited area models - complex packing,31-34,TS - total number of values in the unpacked subset,(see Note 1),120,,,Operational +Data representation template 5.53 - spectral data for limited area models - complex packing,35,Precision of the unpacked subset,(see Code table 5.7),,5.7,,Operational +Data representation template 5.61 - Grid point data - simple packing with logarithm pre-processing,12-15,Reference value (R) (IEEE 32-bit floating-point value),,,,,Experimental +Data representation template 5.61 - Grid point data - simple packing with logarithm pre-processing,16-17,Binary scale factor (E),,,,,Experimental +Data representation template 5.61 - Grid point data - simple packing with logarithm pre-processing,18-19,Decimal scale factor (D),,,,,Experimental +Data representation template 5.61 - Grid point data - simple packing with logarithm pre-processing,20,Number of bits used for each packed value,,,,,Experimental +Data representation template 5.61 - Grid point data - simple packing with logarithm pre-processing,21-24,Pre-processing parameter (B) (IEEE 32-bit floating-point value),,,,,Experimental +Data representation template 5.200 - Grid point data - run length packing with level values,12,Number of bits used for each packed value in the run length packing with level value,,,,,Operational +Data representation template 5.200 - Grid point data - run length packing with level values,13-14,MV - maximum value within the levels that are used in the packing,,,,,Operational +Data representation template 5.200 - Grid point data - run length packing with level values,15-16,MVL - maximum value of level (predefined),,,,,Operational +Data representation template 5.200 - Grid point data - run length packing with level values,17,Decimal scale factor of representative value of each level,,,,,Operational +Data representation template 5.200 - Grid point data - run length packing with level values,18-(19+2(lv-1)),List of MVL scaled representative values of each level from lv=1 to MVL,,,,,Operational +Data template 7.0 - Grid point data - simple packing,6-nn,"Binary data values - binary string, with each (scaled) data value",,,,,Operational +Data template 7.1 - Matrix values at grid point - simple packing,6-nn,"Binary data values - binary string, with each (scaled) data value",,,,,Experimental +Data template 7.2 - Grid point data - complex packing,[xx+1]-yy,"NG group widths, each of which is encoded using the number of bits specified in octet 37 of data representation template 5.2. Bits set to zero shall be appended as necessary to ensure this sequence of numbers ends on an octet boundary",,,,,Operational +Data template 7.2 - Grid point data - complex packing,[yy+1]-zz,"NG scaled group lengths, each of which is encoded using the number of bits specified in octet 47 of data representation template 5.2. Bits set to zero shall be appended as necessary to ensure this sequence of numbers ends on an octet boundary",(see Note 5),76,,,Operational +Data template 7.2 - Grid point data - complex packing,[zz+1]-nn,"Packed values (X2 in the decoding formula), where each value is a deviation from its respective group reference value",,,,,Operational +Data template 7.2 - Grid point data - complex packing,6-xx,"NG group reference values (X1 in the decoding formula), each of which is encoded using the number of bits specified in octet 20 of data representation template 5.0. Bits set to zero shall be appended as necessary to ensure this sequence of numbers ends on",,,,,Operational +Data template 7.3 - Grid point data - complex packing and spatial differencing,[ww+1]-xx,"NG group reference values (X1 in the decoding formula), each of which is encoded using the number of bits specified in octet 20 of data representation template 5.0. Bits set to zero shall be appended where necessary to ensure this sequence of numbers ends on an octet boundary",,,,,Operational +Data template 7.3 - Grid point data - complex packing and spatial differencing,[xx+1]-nn,Same as for data representation template 7.2,,,,,Operational +Data template 7.3 - Grid point data - complex packing and spatial differencing,6-ww,"First value(s) of original (undifferenced) scaled data values, followed by the overall minimum of the differences. The number of values stored is 1 greater than the order of differentiation, and the field width is described at octet 49 of data representation template 5.3",(see Note 1),64,,,Operational +Data template 7.4 - Grid point data - IEEE floating point data,6-nn,Binary data values,,,,,Operational +Data template 7.40 - Grid point data - JPEG 2000 code stream format,6-nn,JPEG 2000 code stream as described in Part 1 of the JPEG 2000 standard (ISO/IEC 15444-1:2000),,,,,Operational +Data template 7.41 - Grid point data - Portable Network Graphics (PNG) format,6-nn,PNG encoded image,,,,,Operational +Data template 7.42 - Grid point data - CCSDS recommended lossless compression,6-nn,CCSDS recommended standard for lossless data compression code stream,,,,,Operational +Data template 7.50 - Spectral data - simple packing,6-nn,"Binary data values - binary string, with each (scaled) data value",,,,,Operational +Data template 7.51 - Spherical harmonics - complex packing,6-(5+IxTS),Data values from the unpacked subset (IEEE floating-point values on I octets),,,,,Operational +Data template 7.51 - Spherical harmonics - complex packing,(6+IxTS)-nn,"Binary data values - binary string, with each (scaled) data value out of the unpacked subset",,,,,Operational +Data template 7.53 - spectral data for limited area models - complex packing,6-(5+IxTS) ,Data values from the unpacked subset (IEEE floating-point values on I octets),,,,,Operational +Data template 7.53 - spectral data for limited area models - complex packing,(6+IxTS)-nn,"Binary data values - binary string, with each (scaled) data value out of the unpacked subset",,,,,Operational diff --git a/src/g2ccsv.c b/src/g2ccsv.c new file mode 100644 index 00000000..f4d11bfe --- /dev/null +++ b/src/g2ccsv.c @@ -0,0 +1,324 @@ +/** @file + * + * @brief This file reads the GRIB2 CSV files. + * @author Ed Hartnett @date 8/25/22 + */ + +#include +#include +#include +#include + +/** Contains the parsed CSV document. */ +FILE* doc; + +/** Pointer to the list of code tables. */ +G2C_CODE_TABLE_T *g2c_table = NULL; + +/** Print the table data. + * + * @author Ed Hartnett @date 8/28/22 + */ +void +g2c_print_tables() +{ + G2C_CODE_TABLE_T *t; + + for (t = g2c_table; t; t = t->next) + { + G2C_CODE_ENTRY_T *e; + + printf("%s\n", t->title); + for (e = t->entry; e; e = e->next) + printf("code %s desc %s status %s\n", e->code, e->desc, e->status); + + } +} + +/** Free table memory. + * + * @author Ed Hartnett @date 8/28/22 + */ +void +g2c_free_tables() +{ + G2C_CODE_TABLE_T *t, *the_next = NULL; + + /* If g2c_table is NULL, then tables have already been + * freed. */ + if (!g2c_table) + return; + + /* Free each table. */ + for (t = g2c_table; t; t = the_next) + { + G2C_CODE_ENTRY_T *e; + G2C_CODE_ENTRY_T *e_next; + + /* Free each entry in the table. */ + the_next = t->next; + for (e = t->entry; e; e = e_next) + { + e_next = e->next; + free(e); + } + + free(t); + } + + /* Set to NULL so we all know g2c_table has been freed. */ + g2c_table = NULL; +} + +/** Given a table title and a code, find a description. + * + * @param title Title of table. + * @param code Code to search for. + * @param desc Pointer that gets a copy of the description. Must be + * allocated to ::G2C_MAX_GRIB_DESC_LEN + 1. + * + * @author Ed Hartnett @date 8/28/22 + * + * @return 0 for success, error code otherwise. + */ +int +g2c_find_desc_str(char *title, char *code, char *desc) +{ + G2C_CODE_TABLE_T *t = NULL; + int found = 0; + + /* Check inputs. */ + if (!title || strlen(title) > G2C_MAX_GRIB_TITLE_LEN + || !code || strlen(code) > G2C_MAX_GRIB_CODE_LEN || !desc) + return G2C_EINVAL; + + /* Find table. */ + for (t = g2c_table; !found && t; t = t->next) + { + if (!strncmp(title, t->title, strlen(title))) + { + G2C_CODE_ENTRY_T *e = NULL; + + /* Find entry. */ + for (e = t->entry; e; e = e->next) + { + if (!strncmp(code, e->code, strlen(code))) + { + strcpy(desc, e->desc); + found++; + break; + } + } + } + } + + if (!found) + return G2C_ENOTFOUND; + + return G2C_NOERROR; +} + +/** Given a table title and an integer code, find a description. + * + * @param title Title of table. + * @param code Code to search for as an int. + * @param desc Pointer that gets a copy of the description. Must be + * allocated to ::G2C_MAX_GRIB_DESC_LEN + 1. + * + * @author Ed Hartnett @date 8/28/22 + * + * @return 0 for success, error code otherwise. + */ +int +g2c_find_desc(char *title, int code, char *desc) +{ + char str_code[G2C_MAX_GRIB_CODE_LEN + 1]; + + sprintf(str_code, "%d", code); + return g2c_find_desc_str(title, str_code, desc); +} + +/** Find a table given a key. + * + * @param key The table title to find. + * + * @author Ed Hartnett @date 8/28/22 + * + * @return a pointer to the matching code table, or NULL if not found. + */ +G2C_CODE_TABLE_T * +g2c_find_table(char *key) +{ + G2C_CODE_TABLE_T *g; + + for (g = g2c_table; g; g = g->next) + if (!strncmp(key, g->title, G2C_MAX_GRIB_TITLE_LEN)) + return g; + + return NULL; +} + +/** Find an entry in a table given a description. + * + * @param desc The description of the entry to find. + * @param table A pointer to the table to search. + * + * @author Ed Hartnett @date 8/29/22 + * + * @return a pointer to the matching entry, or NULL if not found. + */ +G2C_CODE_ENTRY_T * +g2c_find_entry(char *desc, G2C_CODE_TABLE_T *table) +{ + G2C_CODE_ENTRY_T *e; + + for (e = table->entry; e; e = e->next) + if (!strncmp(desc, e->desc, G2C_MAX_GRIB_DESC_LEN)) + return e; + + return NULL; +} + +/** + * Initialize tables from "CodeFlag.txt". + * + * @return + * - ::G2C_NOERROR No error. + * + * @author Alyson Stahl @date 8/2/24 + */ +int +g2c_csv_init() +{ + const int max_line_size = 500; + const int num_columns = 9; + int i; + char *buf, *tmp, *key; + char line[max_line_size]; + G2C_CODE_TABLE_T *my_table = NULL; + G2C_CODE_ENTRY_T *new_entry = NULL; + + /* If g2c_table is not NULL, then tables have already been + * initialized. */ + if (g2c_table) + return G2C_NOERROR; + + /* Ingest the CSV document. */ + if (!(doc = fopen("CodeFlag.txt", "r"))) + return G2C_ECSV; + + /* Skip header line */ + buf = fgets(line,max_line_size,doc); + + /* Go through the document and save table data. + * Each line is a table of codes. */ + while((buf = fgets(line,max_line_size,doc)) != NULL) + { + i = 0; + while(buf != NULL && i < num_columns) + { + G2C_CODE_TABLE_T *new_table = NULL; + + if (*buf == '\"') + { + tmp = strsep(&buf,"\""); + tmp = strsep(&buf,"\""); + key = strdup((const char*)tmp); + tmp = strsep(&buf,","); + } + else + { + tmp = strsep(&buf,","); + key = strdup((const char*)tmp); + } + + /* Title_en */ + if (i==0) + { + if (strlen(key) > G2C_MAX_GRIB_TITLE_LEN) + return G2C_ENAMETOOLONG; + if (!(my_table = g2c_find_table(key))) + { + if (!(new_table = calloc(1,sizeof(G2C_CODE_TABLE_T)))) + return G2C_ENOMEM; + strncpy(new_table->title, key,G2C_MAX_GRIB_TITLE_LEN); + my_table = new_table; + } + } + + if (my_table) + { + /* CodeFlag */ + if (i==2) + { + G2C_CODE_ENTRY_T *e; + + if (!(new_entry = calloc(1,sizeof(G2C_CODE_ENTRY_T)))) + return G2C_ENOMEM; + if (strlen(key) > G2C_MAX_GRIB_CODE_LEN) + return G2C_ENAMETOOLONG; + strncpy(new_entry->code,key,G2C_MAX_GRIB_CODE_LEN); + + /* Add entry at end of list. */ + if (my_table->entry) + { + for (e = my_table->entry; e->next; e = e->next); + e->next = new_entry; + } + else + my_table->entry = new_entry; + } + /* MeaningParameterDescription */ + if (i==4) + { + if (strlen(key) > G2C_MAX_GRIB_DESC_LEN) + return G2C_ENAMETOOLONG; + if (!new_entry) + return G2C_ECSV; + strncpy(new_entry->desc,key,G2C_MAX_GRIB_LEVEL_DESC_LEN); + } + /* Status */ + if (i==8) + { + if (strlen(key) > G2C_MAX_GRIB_STATUS_LEN) + return G2C_ENAMETOOLONG; + if (!new_entry) + return G2C_ECSV; + strncpy(new_entry->status,key,G2C_MAX_GRIB_STATUS_LEN); + } + } + + /* Add this table to our list of GRIB tables. */ + if (new_table) + { + if (!g2c_table) + g2c_table = new_table; + else + { + G2C_CODE_TABLE_T *g = g2c_table; + + /* Go to end of list and add the table. */ + if (g) + { + for (; g->next; g = g->next) + ; + g->next = new_table; + } + else + { + g2c_table = new_table; + } + } + new_table = NULL; + } + + free(key); + i++; + } + } + + fclose(doc); + + return G2C_NOERROR; +} + diff --git a/src/g2cutil.c b/src/g2cutil.c index 19490ee9..404abd88 100644 --- a/src/g2cutil.c +++ b/src/g2cutil.c @@ -104,8 +104,8 @@ g2c_log_section1(G2C_MESSAGE_INFO_T *msg) char desc[G2C_MAX_GRIB_DESC_LEN + 1]; int ret; - /* Read in the XML GRIB2 code definitions. */ - if ((ret = g2c_xml_init())) + /* Read in the CSV GRIB2 code definitions. */ + if ((ret = g2c_csv_init())) return ret; /* Section 0 discipline flag. */ @@ -191,8 +191,8 @@ g2c_log_file(int g2cid) G2C_MESSAGE_INFO_T *msg; int ret; - /* Read in the XML GRIB2 code definitions. */ - if ((ret = g2c_xml_init())) + /* Read in the CSV GRIB2 code definitions. */ + if ((ret = g2c_csv_init())) return ret; /* Find the open file struct. */ @@ -212,7 +212,7 @@ g2c_log_file(int g2cid) LOG((1, "sig_ref_time %d %d %d %d %d:%d:%d status %d type %d", msg->sig_ref_time, msg->year, msg->month, msg->day, msg->hour, msg->minute, msg->second, msg->status, msg->type)); - /* If we've loaded XML tables, decode some flags. */ + /* If we've loaded CSV tables, decode some flags. */ if (g2c_table) if ((ret = g2c_log_section1(msg))) return ret; @@ -223,7 +223,7 @@ g2c_log_file(int g2cid) return ret; } - /* Free XML code memory. */ + /* Free CSV code memory. */ g2c_free_tables(); #endif /* LOGGING */ diff --git a/src/grib2.h.in b/src/grib2.h.in index 6d868d69..deaaaddb 100644 --- a/src/grib2.h.in +++ b/src/grib2.h.in @@ -352,7 +352,7 @@ int g2c_get_msg(int g2cid, size_t skip_bytes, size_t max_bytes, size_t *bytes_to size_t *bytes_in_msg, unsigned char **cbuf); int g2c_find_msg2(int g2cid, size_t skip_bytes, size_t max_bytes, size_t *bytes_to_msg, size_t *bytes_in_msg); -int g2c_xml_init(); +int g2c_csv_init(); int g2c_find_desc_str(char *title, char *code, char *desc); int g2c_find_desc(char *title, int code, char *desc); void g2c_free_tables(); @@ -515,5 +515,6 @@ int g2c_param_all(int param_idx, int *g1ver, int *g1val, int *g2disc, int *g2cat #define G2C_ENOPRODUCT (-72) /**< Product not found. */ #define G2C_EBADTYPE (-73) /**< Type not found. */ #define G2C_EAEC (-74) /**< Error encoding/decoding AEC data. */ +#define G2C_ECSV (-75) /**< CSV error. */ #endif /* _grib2_H */ diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d9ff5850..236ab275 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -84,11 +84,11 @@ foreach(THE_FILE IN LISTS REF_FILES) DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/data) endforeach() -# These are the XML files from the WMO with GRIB2 code data. +# These are the CSV files from the WMO with GRIB2 code data. if(BUILD_G2C) - FILE(COPY ${CMAKE_CURRENT_SOURCE_DIR}/../src/CodeFlag.xml + FILE(COPY ${CMAKE_CURRENT_SOURCE_DIR}/../src/CodeFlag.txt DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) - FILE(COPY ${CMAKE_CURRENT_SOURCE_DIR}/../src/Template.xml + FILE(COPY ${CMAKE_CURRENT_SOURCE_DIR}/../src/Template.txt DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) endif() @@ -96,18 +96,12 @@ endif() function(g2c_build_test name) add_executable(${name} ${name}.c g2c_test_util.c) target_link_libraries(${name} PUBLIC g2c::g2c) - if(BUILD_G2C) - target_link_libraries(${name} PRIVATE ${LIBXML2_LIBRARIES}) - target_include_directories(${name} PRIVATE "${LIBXML2_INCLUDE_DIR}") - endif() endfunction() # Build a C program test. function(g2c_build_test name) add_executable(${name} ${name}.c g2c_test_util.c) target_link_libraries(${name} PUBLIC g2c::g2c) - target_link_libraries(${name} PRIVATE ${LIBXML2_LIBRARIES}) - target_include_directories(${name} PRIVATE "${LIBXML2_INCLUDE_DIR}") endfunction() # Run a C program test. @@ -203,7 +197,7 @@ g2c_test(tst_seekgb) # Run these tests if the g2c API has been built. if(BUILD_G2C) g2c_test(tst_index1) - g2c_test(tst_xml) + g2c_test(tst_csv) g2c_test(tst_error) g2c_test(tst_params) g2c_test(tst_params2) diff --git a/tests/tst_csv.c b/tests/tst_csv.c new file mode 100644 index 00000000..b252980c --- /dev/null +++ b/tests/tst_csv.c @@ -0,0 +1,42 @@ +/* This is a test for the NCEPLIBS-g2c project. This test is for + * g2ccsv.c. + * + * Ed Hartnett, Alyson Stahl 8/5/24 + */ + +#include +#include +#include "grib2_int.h" + +int +main() +{ + int ret; + char desc[G2C_MAX_GRIB_DESC_LEN + 1]; + + printf("Testing CSV ingestion...\n"); + if (g2c_csv_init()) + return G2C_ERROR; + if ((ret = g2c_find_desc("Code table 0.0", 0, desc))) + return ret; + if (strcmp("Meteorological products", desc)) + return G2C_ERROR; + if ((ret = g2c_find_desc_str("Code table 0.0", "0", desc))) + return ret; + if (strcmp("Meteorological products", desc)) + return G2C_ERROR; + + /* Calling init again is harmless. */ + if (g2c_csv_init()) + return G2C_ERROR; + + g2c_free_tables(); + + /* Calling free again is harmless. */ + g2c_free_tables(); + + printf("desc %s\n", desc); + printf("SUCCESS!!!\n"); + return G2C_NOERROR; +} +